Skip to content

Commit deb2c9b

Browse files
committed
missing libruby2.1-dbg package control
1 parent 0a118bc commit deb2c9b

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

debian/control

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

debian/rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ import-orig-source:
9797

9898
.PHONY: override_dh_strip
9999
override_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

0 commit comments

Comments
 (0)