From b91c9224caaa8ea8bbb89aeb3abc23e69a6c10b2 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 26 Dec 2015 19:09:19 +0100 Subject: [PATCH] lxqt-notificationd_0.10.0.orig.tar.gz --- debian/changelog | 6 ++++++ debian/control | 11 ----------- debian/rules | 9 ++------- 3 files changed, 8 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3a3a12a..7cab7f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxqt-notificationd (0.10.0-2) unstable; urgency=medium + + * Remove dbg package in favor of dbgsym. + + -- Alf Gaida Sat, 26 Dec 2015 19:09:09 +0100 + lxqt-notificationd (0.10.0-1) unstable; urgency=medium * Cherry-picking upstream version 0.10.0. diff --git a/debian/control b/debian/control index 137affb..39e8c8c 100644 --- a/debian/control +++ b/debian/control @@ -30,14 +30,3 @@ Description: LXQt notification daemon The LXQt notification daemon. . This package contain the LXQt notification daemon. - -Package: lxqt-notificationd-dbg -Architecture: any -Section: debug -Priority: extra -Depends: ${misc:Depends}, - lxqt-notificationd (= ${binary:Version}) -Description: LXQt notification daemon (debug symbols) - The LXQt notification daemon. - . - This package contain the debugging symbols. diff --git a/debian/rules b/debian/rules index 40a8e84..e8abf41 100755 --- a/debian/rules +++ b/debian/rules @@ -4,10 +4,5 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh ${@} --buildsystem cmake --parallel - -override_dh_auto_install: - dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-notificationd - -override_dh_strip: - dh_strip --dbg-package=lxqt-notificationd-dbg + dh ${@} --buildsystem cmake \ + --parallel