[plank] 01/01: debian/{control, rules}: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
Mike Gabriel
sunweaver at debian.org
Fri Jun 10 20:21:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository plank.
commit fdf38328bea736e64c906f2c3cefecf232622df2
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Jun 10 22:21:03 2016 +0200
debian/{control,rules}: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
---
debian/control | 36 ------------------------------------
debian/rules | 4 ++--
2 files changed, 2 insertions(+), 38 deletions(-)
diff --git a/debian/control b/debian/control
index 5c0aae0..f77d31e 100644
--- a/debian/control
+++ b/debian/control
@@ -39,23 +39,6 @@ Description: Elegant, simple, clean dock
however, a library which can be extended to create other dock programs
with more advanced features.
-Package: plank-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: plank (= ${binary:Version}),
- libplank1-dbg (= ${binary:Version}),
- ${misc:Depends}
-Description: Elegant, simple, clean dock (debug symbols)
- Plank is a dock enabling you to start applications and manage your windows.
- .
- Plank is meant to be the simplest dock on the planet. The goal is to
- provide just what a dock needs and absolutely nothing more. It is,
- however, a library which can be extended to create other dock programs
- with more advanced features.
- .
- This package contains debugging symbols for Plank.
-
Package: libplank1
Architecture: any
Depends: ${shlibs:Depends},
@@ -73,25 +56,6 @@ Description: Library to build an elegant, simple, clean dock
.
This package contains the shared library used by docks based on Plank.
-Package: libplank1-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: libplank1 (= ${binary:Version}),
- ${misc:Depends}
-Suggests: bamf-dbg, libcairo2-dbg, libgee-0.8-2-dbg, libglib2.0-0-dbg, libgtk-3-0-dbg
-Multi-Arch: same
-Description: Library to build an elegant, simple, clean dock (debug symbols)
- Plank is a dock enabling you to start applications and manage your windows.
- .
- Plank is meant to be the simplest dock on the planet. The goal is to
- provide just what a dock needs and absolutely nothing more. It is,
- however, a library which can be extended to create other dock programs
- with more advanced features.
- .
- This package contains debugging symbols for the shared library
- used by docks based on Plank.
-
Package: libplank-dev
Architecture: any
Section: libdevel
diff --git a/debian/rules b/debian/rules
index 781f424..4f45f16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@ override_dh_install:
dh_install --fail-missing
override_dh_strip:
- dh_strip -p libplank1 --dbg-package=libplank1-dbg
- dh_strip -p plank --dbg-package=plank-dbg
+ dh_strip -p libplank1 --dbgsym-migration='libplank1-dbg (<< 0.11.2-2~)'
+ dh_strip -p plank --dbgsym-migration='plank-dbg (<< 0.11.2-2~)'
override_dh_builddeb:
dh_builddeb -- -Zxz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/plank.git
More information about the pkg-mate-commits
mailing list