dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.

This commit is contained in:
Mike Gabriel 2016-05-29 00:20:11 +02:00
parent 127e528bde
commit 69abe12ebd
2 changed files with 2 additions and 42 deletions

40
debian/control vendored
View File

@ -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

4
debian/rules vendored
View File

@ -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=..