Remove dbg package in favor of dbgsym.
This commit is contained in:
parent
93dd894322
commit
000dee4f7e
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
14
debian/control
vendored
@ -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
9
debian/rules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user