Skip to content

Commit 2aa7106

Browse files
committed
debug files
1 parent 3ca0c41 commit 2aa7106

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
ruby3.4 (3.4.1-1ppa10) focal; urgency=medium
2+
3+
[ Aaron Ogata ]
4+
* debug files
5+
6+
-- root <aogata@instructure.com> Wed, 05 Feb 2025 10:37:59 -0800
7+
18
ruby3.4 (3.4.1-1ppa9) focal; urgency=medium
29

310
[ Aaron Ogata ]

debian/rules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ endif
135135

136136
override_dh_auto_install-arch:
137137
$(MAKE) install-nodoc V=1 DESTDIR=$(CURDIR)/debian/tmp
138-
find $(CURDIR)/debian/tmp -type l -ls # check symlinks
138+
find $(CURDIR)/debian/tmp -ls
139139
# restore previous behaviour from ruby 3.3
140-
rm -f $(CURDIR)/debian/tmp/usr/bin/ruby$(RUBY_VERSION)
141-
cp $(CURDIR)/debian/tmp/usr/$(DEB_HOST_MULTIARCH)/bin/ruby$(RUBY_VERSION) $(CURDIR)/debian/tmp/usr/bin/
140+
# rm -f $(CURDIR)/debian/tmp/usr/bin/ruby$(RUBY_VERSION)
141+
# cp $(CURDIR)/debian/tmp/usr/$(DEB_HOST_MULTIARCH)/bin/ruby$(RUBY_VERSION) $(CURDIR)/debian/tmp/usr/bin/
142142
# handle embedded copy of jquery
143143
$(RM) $(CURDIR)/debian/tmp/usr/lib/ruby/$(RUBY_API_VERSION)/rdoc/generator/template/darkfish/js/jquery.js
144144
dh_link -plibruby$(RUBY_VERSION) /usr/share/javascript/jquery/jquery.min.js /usr/lib/ruby/$(RUBY_API_VERSION)/rdoc/generator/template/darkfish/js/jquery.js

0 commit comments

Comments
 (0)