Remove dbg package in favor of dbgsym.

ubuntu/disco
Alf Gaida 8 years ago
parent f0081d0c7c
commit 881089189f

6
debian/changelog vendored

@ -1,3 +1,9 @@
lximage-qt (0.4.0+20151117-2) unstable; urgency=medium
* Remove dbg package in favor of dbgsym.
-- Alf Gaida <agaida@siduction.org> Sat, 26 Dec 2015 17:26:11 +0100
lximage-qt (0.4.0+20151117-1) unstable; urgency=medium
* Cherry-picked new upstream version 0.4.0+201511117.

12
debian/control vendored

@ -30,15 +30,3 @@ Description: Image viewer for LXQt
lximage-qt is a simple image viewer for LXQt.
.
This package contain the program files.
Package: lximage-qt-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${shlibs:Depends},
${misc:Depends},
lximage-qt (= ${binary:Version})
Description: Debug package for lximage-qt
lximage-qt is a simple image viewer for LXQt.
.
This package contain debugging symbols.

9
debian/rules vendored

@ -5,10 +5,5 @@ export DEB_CXXFLAGS_MAINT_APPEND = -fPIE -pie
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh ${@} --buildsystem cmake --parallel
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lximage-qt
override_dh_strip:
dh_strip --dbg-package=lximage-qt-dbg
dh ${@} --buildsystem cmake \
--parallel \

Loading…
Cancel
Save