Skip to content

Commit 824c115

Browse files
committed
ruby2.3-gems
1 parent a280da7 commit 824c115

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

debian/control

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ Section: libs
5353
Multi-Arch: same
5454
Architecture: any
5555
Depends: 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}
6259
Description: 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+
7175
Package: ruby2.3-dev
7276
Multi-Arch: same
7377
Architecture: any

debian/libruby2.3.install

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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

debian/ruby2.3-gems.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/lib/ruby/gems/*

debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ override_dh_auto_test-arch:
6868
$(MAKE) TESTS="-v -j 4" V=1 check
6969

7070
override_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

0 commit comments

Comments
 (0)