File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -89,3 +89,17 @@ Description: Documentation for Ruby 2.1
8989 straight-forward, and extensible.
9090 .
9191 This package contains the autogenerated documentation for Ruby 2.1.
92+
93+ Package: libruby2.1-dbg
94+ Section: debug
95+ Multi-Arch: same
96+ Architecture: any
97+ Depends: libruby2.1 (= ${binary:Version}),
98+ ${misc:Depends}
99+ Description: Debugging symbols for libruby2.3
100+ Ruby is the interpreted scripting language for quick and easy
101+ object-oriented programming. It has many features to process text
102+ files and to do system management tasks (as in perl). It is simple,
103+ straight-forward, and extensible.
104+ .
105+ This package includes the debugging symbols for the 'libruby-2.1' library.
Original file line number Diff line number Diff line change @@ -97,6 +97,6 @@ import-orig-source:
9797
9898.PHONY : override_dh_strip
9999override_dh_strip :
100- dh_strip --dbg-package=libruby $( RUBY_VERSION ) -dbg
100+ dh_strip --dbg-package=libruby2.1 -dbg
101101 # Don't ship debug files for the rubyX.Y binary to avoid Multi-Arch: same issues.
102- rm $(CURDIR ) /debian/libruby $( RUBY_VERSION ) -dbg/usr/lib/debug/usr/bin/ruby $( RUBY_VERSION )
102+ rm $(CURDIR ) /debian/libruby2.1 -dbg/usr/lib/debug/usr/bin/ruby2.1
You can’t perform that action at this time.
0 commit comments