[mate-applets] 02/03: dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
Mike Gabriel
sunweaver at debian.org
Sun May 29 12:50:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository mate-applets.
commit 2ba20dbc598838a17c4f40436f75459bedb8f351
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun May 29 14:40:19 2016 +0200
dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
---
debian/control | 47 -----------------------------------------------
debian/rules | 2 ++
2 files changed, 2 insertions(+), 47 deletions(-)
diff --git a/debian/control b/debian/control
index 109a2a1..dc4812d 100644
--- a/debian/control
+++ b/debian/control
@@ -129,50 +129,3 @@ Description: Various applets for the MATE panel (common files)
Network (IWIN).
.
This package contains the architecture independent files.
-
-Package: mate-applets-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: mate-applets (= ${binary:Version}),
- ${misc:Depends},
-Replaces: mate-netspeed-dbg (<< 1.13.0),
-Breaks: mate-netspeed-dbg (<< 1.13.0),
-Description: Various applets for the MATE panel (debugging symbols)
- accessx-status: indicates keyboard accessibility settings, including
- the current state of the keyboard, if those features are in use.
- .
- Battstat: monitors the power subsystem on a laptop.
- .
- Character palette: provides a convenient way to access non-standard
- characters, such as accented characters, mathematical symbols, special
- symbols, and punctuation marks.
- .
- MATE CPUFreq Applet: CPU frequency scaling monitor
- .
- Drivemount: lets you mount and unmount drives and file systems.
- .
- Geyes: pair of eyes which follow the mouse pointer around the screen.
- .
- Keyboard layout switcher: lets you assign different keyboard
- layouts for different locales.
- .
- Invest: downloads current stock quotes from the Internet and displays
- the quotes in a scrolling display in the applet. The applet downloads the
- stock information from Yahoo! Finance.
- .
- Netspeed: network traffic monitor applet.
- .
- System monitor: CPU, memory, network, swap file and resource.
- .
- Trash: lets you drag items to the trash folder.
- .
- Weather report: downloads weather information from the U.S National Weather
- Service (NWS) servers, including the Interactive Weather Information
- Network (IWIN).
- .
- This package contains debugging symbols for mate-applets 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 16c3e30..4bc0afd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
+DEB_DH_STRIP_ARGS_ALL = --dbgsym-migration='mate-applets-dbg (<< 1.14.0-2~)'
+
# use the NEWS file as upstream ChangeLog...
DEB_DH_INSTALLCHANGELOGS_ARGS = NEWS
DEB_INSTALL_DOCS_ALL = README AUTHORS
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-applets.git
More information about the pkg-mate-commits
mailing list