dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
This commit is contained in:
parent
c4708b298f
commit
2ba20dbc59
47
debian/control
vendored
47
debian/control
vendored
@ -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.
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user