File tree Expand file tree Collapse file tree 3 files changed +7
-17
lines changed
Expand file tree Collapse file tree 3 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 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+
17ruby2.3 (2.3.1-2) unstable; urgency=medium
28
39 [ Antonio Terceiro ]
Original file line number Diff line number Diff 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-
8672Package: ruby2.3-dev
8773Multi-Arch: same
8874Architecture: any
Original file line number Diff line number Diff line change @@ -111,6 +111,4 @@ import-orig-source:
111111
112112.PHONY : override_dh_strip
113113override_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~)'
You can’t perform that action at this time.
0 commit comments