Remove dbg package in favor of dbgsym.

This commit is contained in:
Alf Gaida 2015-12-26 23:34:14 +01:00
parent 93dd894322
commit 000dee4f7e
3 changed files with 8 additions and 21 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
lxqt-session (0.10.0-3) unstable; urgency=medium
* Remove dbg package in favor of dbgsym.
-- Alf Gaida <agaida@siduction.org> Sat, 26 Dec 2015 23:31:49 +0100
lxqt-session (0.10.0-2) unstable; urgency=medium
* Merge from experimental.

14
debian/control vendored
View File

@ -35,17 +35,3 @@ Description: session manager component for LXQt
LXQt also works fine with less powerful machines.
.
This package contain the session manager component.
Package: lxqt-session-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends},
lxqt-session (= ${binary:Version})
Description: session manager component for LXQt (debug symbols)
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.

9
debian/rules vendored
View File

@ -9,13 +9,8 @@ ifneq ($(DEB_HOST_ARCH_OS),linux)
endif
%:
dh ${@} --buildsystem cmake --parallel
dh ${@} --buildsystem cmake \
--parallel
override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_ARGS)
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-session
override_dh_strip:
dh_strip --dbg-package=lxqt-session-dbg