[mate-desktop] 01/02: dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
Mike Gabriel
sunweaver at debian.org
Sat May 28 22:56:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository mate-desktop.
commit 69abe12ebd32c7ec08c949ddb34891f163df2ab1
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun May 29 00:20:11 2016 +0200
dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
---
debian/control | 40 ----------------------------------------
debian/rules | 4 ++--
2 files changed, 2 insertions(+), 42 deletions(-)
diff --git a/debian/control b/debian/control
index 1bfdaec..15d159b 100644
--- a/debian/control
+++ b/debian/control
@@ -127,46 +127,6 @@ Description: Library with common API for various MATE modules (documentation fil
.
This package contains the documentation files.
-Package: mate-desktop-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: foreign
-Depends: mate-desktop (= ${binary:Version}),
- ${misc:Depends},
-Description: Library with common API for various MATE modules (debugging symbols)
- The MATE component mate-desktop contains the libmate-desktop library, the
- mate-about program, as well as some desktop-wide documents.
- .
- The libmate-desktop library provides an API shared by several applications
- on the desktop, but that cannot live in the platform for various
- reasons.
- .
- This package contains the debugging symbols for the mate-about executable.
- They are installed into /usr/lib/debug and will automatically be used
- by gdb.
-
-Package: libmate-desktop-2-17-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: libmate-desktop-2-17 (= ${binary:Version}),
- ${misc:Depends},
-Breaks: mate-desktop-dbg (<= 1.8.0+dfsg1-2),
-Replaces: mate-desktop-dbg (<= 1.8.0+dfsg1-2),
-Description: Library with common API for various MATE modules (library debugging symbols)
- The MATE component mate-desktop contains the libmate-desktop library, the
- mate-about program, as well as some desktop-wide documents.
- .
- The libmate-desktop library provides an API shared by several applications
- on the desktop, but that cannot live in the platform for various
- reasons.
- .
- This package contains the debugging symbols for the mate-desktop library.
- They are installed into /usr/lib/debug and will automatically be used
- by gdb.
-
Package: gir1.2-mate-desktop
Section: introspection
Architecture: any
diff --git a/debian/rules b/debian/rules
index ff5e5db..5f1ac85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,8 @@ override_dh_auto_configure:
--with-gtk=3.0
override_dh_strip:
- dh_strip -pmate-desktop --dbg-package=mate-desktop-dbg
- dh_strip -plibmate-desktop-2-17 --dbg-package=libmate-desktop-2-17-dbg
+ dh_strip -pmate-desktop --dbgsym-migration='mate-desktop-dbg (<< 1.14.1-1~)'
+ dh_strip -plibmate-desktop-2-17 --dbgsym-migration='libmate-desktop-2-17-dbg (<< 1.14.1-1~)'
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/mate-desktop.git
More information about the pkg-mate-commits
mailing list