[marco] 01/02: dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.

Mike Gabriel sunweaver at debian.org
Sat May 28 23:38:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository marco.

commit 55b7d4dce2cbcce5d4e9b177127f317016c62f99
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun May 29 01:34:33 2016 +0200

    dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
---
 debian/control | 33 ---------------------------------
 debian/rules   |  4 ++--
 2 files changed, 2 insertions(+), 35 deletions(-)

diff --git a/debian/control b/debian/control
index 83ce875..2566eb6 100644
--- a/debian/control
+++ b/debian/control
@@ -61,21 +61,6 @@ Description: lightweight GTK+ window manager for MATE (common files)
  .
  This package contains the architecture independent files.
 
-Package: marco-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: marco (= ${binary:Version}),
-         ${misc:Depends},
-Description: lightweight GTK+ window manager for MATE (debugging symbols)
- Marco is a small window manager, using GTK+ to do everything. It is
- developed mainly for the MATE Desktop.
- .
- This package contains the debugging symbols for the marco executable.
- .
- The debugging symbols are installed in /usr/lib/debug and will
- automatically be used by gdb.
-
 Package: libmarco-private1
 Section: libs
 Architecture: any
@@ -94,24 +79,6 @@ Description: library for Marco window manager
  .
  This package contains the library.
 
-Package: libmarco-private1-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: libmarco-private1 (= ${binary:Version}),
-         ${misc:Depends},
-Breaks: marco-dbg (<= 1.6.2-1~),
-Replaces: marco-dbg (<= 1.6.2-1~),
-Description: library for Marco window manager (debugging symbols)
- Marco is a small window manager, using GTK+ to do everything. It is
- developed mainly for the MATE Desktop.
- .
- This package contains debugging symbols for the library.
- .
- The debugging symbols are installed in /usr/lib/debug and will
- automatically be used by gdb.
-
 Package: libmarco-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 08f4788..17a15b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,8 @@ override_dh_auto_configure:
 		--with-gtk=3.0
 
 override_dh_strip:
-	dh_strip -pmarco --dbg-package=marco-dbg
-	dh_strip -plibmarco-private1 --dbg-package=libmarco-private1-dbg
+	dh_strip -pmarco --dbgsym-migration='marco-dbg (<< 1.14.2-2~)'
+	dh_strip -plibmarco-private1 --dbgsym-migration='libmarco-private1-dbg (<< 1.14.2-2~)'
 
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=..

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/marco.git



More information about the pkg-mate-commits mailing list