File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,7 @@ Section: libs
5353Multi-Arch: same
5454Architecture: any
5555Depends: rake (>= 10.4.2),
56- ruby-did-you-mean (>= 1.0),
57- ruby-minitest (>= 5.4),
58- ruby-net-telnet (>= 0.1.1),
59- ruby-test-unit (>= 3.0.8~),
56+ ruby2.3-gems (= ${binary:Version}),
6057 ${misc:Depends},
6158 ${shlibs:Depends}
6259Description: Libraries necessary to run Ruby 2.3
@@ -68,6 +65,13 @@ Description: Libraries necessary to run Ruby 2.3
6865 This package includes the 'libruby-2.3' library, necessary to run Ruby 2.3.
6966 (API version 2.3.0)
7067
68+ Package: ruby2.3-gems
69+ Section: libs
70+ Multi-Arch: same
71+ Architecture: any
72+ Depends: ${misc:Depends}, ${shlibs:Depends}
73+ Description: Bundled gems
74+
7175Package: ruby2.3-dev
7276Multi-Arch: same
7377Architecture: any
Original file line number Diff line number Diff line change 11/usr/lib/*/*.so.*
22/usr/lib/*/ruby
3- /usr/lib/ruby
3+ /usr/lib/ruby/*.0
4+ /usr/lib/ruby/vendor_ruby
45/usr/share/systemtap/tapset/libruby*.stp
Original file line number Diff line number Diff line change 1+ /usr/lib/ruby/gems/*
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ override_dh_auto_test-arch:
6868 $(MAKE ) TESTS=" -v -j 4" V=1 check
6969
7070override_dh_auto_install-arch :
71+ $(MAKE ) update-gems extract-gems
7172 $(MAKE ) install-nodoc V=1 DESTDIR=$(CURDIR ) /debian/tmp
7273 # handle embedded copy of jquery
7374 $(RM ) $(CURDIR ) /debian/tmp/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