Remove dbg package in favor of dbgsym

ubuntu/cosmic
ChangZhuo Chen (陳昌倬) 9 years ago
parent 558ffdc8d4
commit a87aa7758e

17
debian/control vendored

@ -6,7 +6,7 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
Section: libs Section: libs
Priority: optional Priority: optional
Build-Depends: cmake (>= 3.0.2), Build-Depends: cmake (>= 3.0.2),
debhelper (>= 9), debhelper (>= 9.20151219),
libkf5windowsystem-dev, libkf5windowsystem-dev,
libqt5x11extras5-dev, libqt5x11extras5-dev,
libqt5xdg-dev (>= 1.3.0), libqt5xdg-dev (>= 1.3.0),
@ -47,18 +47,3 @@ Description: Shared libraries for LXQt desktop environment (dev)
fine with less powerful machines. fine with less powerful machines.
. .
This package contain the development files. This package contain the development files.
Package: liblxqt0-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: ${misc:Depends},
liblxqt0 (= ${binary:Version})
Description: Shared libraries for LXQt desktop environment (debug)
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
technologies. It has been tailored for users who value simplicity, speed, and
an intuitive interface. Unlike most desktop environments, LXQt also works
fine with less powerful machines.
.
This package contain the debugging symbols.

2
debian/rules vendored

@ -4,7 +4,7 @@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%: %:
dh ${@} --buildsystem cmake --dbg-package=liblxqt0-dbg --parallel dh ${@} --buildsystem cmake --ddeb-migration='liblxqt0-dbg (<< 0.10.0-4~)' --parallel
override_dh_install: override_dh_install:

Loading…
Cancel
Save