[mate-panel] 01/01: debian/control rules: dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
Vangelis Mouhtsis
gnugr-guest at moszumanska.debian.org
Mon May 30 12:06:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
gnugr-guest pushed a commit to branch master
in repository mate-panel.
commit 135093d6740f5957fb4fbee5b09ad77fd5928ced
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date: Mon May 30 15:06:30 2016 +0300
debian/control rules: 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 65c2508..9e5b9fa 100644
--- a/debian/control
+++ b/debian/control
@@ -64,25 +64,6 @@ Description: launcher and docking facility for MATE
volume controls and the battery charge indicator, and utilities ranging
from weather forecast to system monitoring.
-Package: mate-panel-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: mate-panel (= ${binary:Version}),
- ${misc:Depends},
-Description: launcher and docking facility for MATE (debugging symbols)
- The MATE Panel is an essential part of the MATE Desktop, providing
- toolbar-like “panels” which can be attached to the sides of your desktop.
- They are used to launch applications and embed a number of other
- functions, such as quick launch icons, the clock, the notification area,
- volume controls and the battery charge indicator, and utilities ranging
- from weather forecast to system monitoring.
- .
- This package contains the debugging symbols of the MATE panel application.
- .
- The debugging symbols are installed in /usr/lib/debug and will
- automatically be used by gdb.
-
Package: mate-panel-common
Architecture: all
Depends: ${misc:Depends},
@@ -120,27 +101,6 @@ Description: library for MATE Panel applets
.
This package contains the MATE Panel applet library.
-Package: libmate-panel-applet-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Breaks: mate-panel-dbg (<= 1.6.1),
-Depends: libmate-panel-applet-4-1 (= ${binary:Version}),
- ${misc:Depends},
-Description: library for MATE Panel applets (debugging symbols)
- The MATE Panel is an essential part of the MATE Desktop, providing
- toolbar-like “panels” which can be attached to the sides of your desktop.
- They are used to launch applications and embed a number of other
- functions, such as quick launch icons, the clock, the notification area,
- volume controls and the battery charge indicator, and utilities ranging
- from weather forecast to system monitoring.
- .
- This package contains the debugging symbols of the MATE panel applet
- library.
- .
- The debugging symbols are installed in /usr/lib/debug and will
- automatically be used by gdb.
-
Package: libmate-panel-applet-dev
Section: libdevel
Architecture: any
diff --git a/debian/rules b/debian/rules
index ef5cceb..365d88e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,8 +29,8 @@ override_dh_auto_configure:
--with-gtk=3.0
override_dh_strip:
- dh_strip -pmate-panel --dbg-package=mate-panel-dbg
- dh_strip -plibmate-panel-applet-4-1 --dbg-package=libmate-panel-applet-dbg
+ dh_strip -pmate-panel --dbgsym-migration='mate-panel-dbg (<< 1.14.0-2~)'
+ dh_strip -plibmate-panel-applet-4-1 --dbgsym-migration='libmate-panel-applet-dbg (<< 1.14.0-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/mate-panel.git
More information about the pkg-mate-commits
mailing list