[mate-sensors-applet] 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 14:02:20 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-sensors-applet.

commit d2d83cc34b1bdc7f33b55ab6faf460694e7e0f88
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Mon May 30 17:02:12 2016 +0300

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

diff --git a/debian/control b/debian/control
index 02d35cb..efdcc3f 100644
--- a/debian/control
+++ b/debian/control
@@ -84,24 +84,6 @@ Description: Display readings from hardware sensors in your MATE panel (NVIDIA s
  .
  This package contains plugin for NVIDIA graphics cards.
 
-Package: mate-sensors-applet-nvidia-dbg
-Section: debug
-Priority: extra
-Architecture: amd64 armhf i386
-Depends: mate-sensors-applet-nvidia (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends},
-Description: Display readings from hardware sensors in your MATE panel (NVIDIA, dbg package)
- MATE Sensors Applet is an applet for the MATE panel that displays
- readings from hardware sensors, including temperatures, fan speeds and
- voltage readings.
- .
- This package contains debugging symbols for the mate-sensors-applet-nvidia
- package. It is provided to help debugging problems.
- .
- The debugging symbols are installed in /usr/lib/debug and will
- automatically be used by gdb.
-
 Package: libmate-sensors-applet-plugin0
 Architecture: any
 Section: libs
@@ -134,38 +116,4 @@ Description: Library for plugins for the mate-sensors-applet package (developmen
  This package contains the files necessary to develop plugins for the
  applet.
 
-Package: mate-sensors-applet-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: mate-sensors-applet (= ${binary:Version}),
-         ${misc:Depends},
-Description: Display readings from hardware sensors in your MATE panel (debugging symbols)
- MATE Sensors Applet is an applet for the MATE panel that displays
- readings from hardware sensors, including temperatures, fan speeds and
- voltage readings.
- .
- This package contains debugging symbols for the mate-sensors-applet package.
- It is provided to help debugging problems.
- .
- The debugging symbols are installed in /usr/lib/debug and will
- automatically be used by gdb.
 
-Package: libmate-sensors-applet-plugin0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Provides: libmate-sensors-applet-plugin-dbg,
-Depends: libmate-sensors-applet-plugin0 (= ${binary:Version}),
-         ${misc:Depends},
-Breaks: mate-sensors-applet-dbg (<< 1.8.0+dfsg1-1),
-Description: Library for plugins for the mate-sensors-applet package (debugging symbols)
- MATE Sensors Applet is an applet for the MATE panel that displays
- readings from hardware sensors, including temperatures, fan speeds and
- voltage readings.
- .
- This package contains debugging symbols for the libmate-sensors-applet-plugin0
- package. It is provided to help debugging problems.
- .
- The debugging symbols are installed in /usr/lib/debug and will
- automatically be used by gdb.
diff --git a/debian/rules b/debian/rules
index d4966f6..99db2b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,9 +24,9 @@ override_dh_auto_configure:
 		--with-gtk=3.0
 
 override_dh_strip:
-	dh_strip -pmate-sensors-applet --dbg-package=mate-sensors-applet-dbg
-	dh_strip -pmate-sensors-applet-nvidia --dbg-package=mate-sensors-applet-nvidia-dbg
-	dh_strip -plibmate-sensors-applet-plugin0 --dbg-package=libmate-sensors-applet-plugin0-dbg
+	dh_strip -pmate-sensors-applet --dbgsym-migration='mate-sensors-applet-dbg (<< 1.14.0-2~)'
+	dh_strip -pmate-sensors-applet-nvidia --dbgsym-migration='mate-sensors-applet-nvidia-dbg (<< 1.14.0-2~)'
+	dh_strip -plibmate-sensors-applet-plugin0 --dbgsym-migration='libmate-sensors-applet-plugin0-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-sensors-applet.git



More information about the pkg-mate-commits mailing list