File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ ruby3.4 (3.4.1-1ppa8) focal; urgency=medium
2+
3+ [ Aaron Ogata ]
4+ * check symlinks
5+
6+ -- root <aogata@instructure.com> Wed, 05 Feb 2025 09:23:29 -0800
7+
18ruby3.4 (3.4.1-1ppa7) focal; urgency=medium
29
310 [ Aaron Ogata ]
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ endif
135135
136136override_dh_auto_install-arch :
137137 $(MAKE ) install-nodoc V=1 DESTDIR=$(CURDIR ) /debian/tmp
138+ find $(CURDIR ) /debian/tmp -type l -ls # check symlinks
138139 # handle embedded copy of jquery
139140 $(RM ) $(CURDIR ) /debian/tmp/usr/lib/ruby/$(RUBY_API_VERSION ) /rdoc/generator/template/darkfish/js/jquery.js
140141 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
You can’t perform that action at this time.
0 commit comments