Skip to content

Commit 909d218

Browse files
committed
Replace libruby2.3-dbg with automatic dbgsym packages.
1 parent c13b787 commit 909d218

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
ruby2.3 (2.3.1-3) UNRELEASED; urgency=medium
2+
3+
* Replace libruby2.3-dbg with automatic dbgsym packages.
4+
5+
-- Christian Hofstaedtler <[email protected]> Mon, 06 Jun 2016 12:39:40 +0000
6+
17
ruby2.3 (2.3.1-2) unstable; urgency=medium
28

39
[ Antonio Terceiro ]

debian/control

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,6 @@ Description: Libraries necessary to run Ruby 2.3
6969
This package includes the 'libruby-2.3' library, necessary to run Ruby 2.3.
7070
(API version 2.3.0)
7171

72-
Package: libruby2.3-dbg
73-
Section: debug
74-
Multi-Arch: same
75-
Architecture: any
76-
Depends: libruby2.3 (= ${binary:Version}),
77-
${misc:Depends}
78-
Description: Debugging symbols for libruby2.3
79-
Ruby is the interpreted scripting language for quick and easy
80-
object-oriented programming. It has many features to process text
81-
files and to do system management tasks (as in perl). It is simple,
82-
straight-forward, and extensible.
83-
.
84-
This package includes the debugging symbols for the 'libruby-2.3' library.
85-
8672
Package: ruby2.3-dev
8773
Multi-Arch: same
8874
Architecture: any

debian/rules

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,4 @@ import-orig-source:
111111

112112
.PHONY: override_dh_strip
113113
override_dh_strip:
114-
dh_strip --dbg-package=libruby$(RUBY_VERSION)-dbg
115-
# Don't ship debug files for the rubyX.Y binary to avoid Multi-Arch: same issues.
116-
rm $(CURDIR)/debian/libruby$(RUBY_VERSION)-dbg/usr/lib/debug/usr/bin/ruby$(RUBY_VERSION)
114+
dh_strip --dbgsym-migration=libruby$(RUBY_VERSION)-dbg' (<< 2.3.1-3~)'

0 commit comments

Comments
 (0)