From 5c9caada2b913bca97cde689a55d1236f8eecfa7 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Thu, 12 Nov 2015 02:26:42 +0100 Subject: [PATCH] Preparing migration of 0.10 Fixed czchen's email address Removed breaks/replaces Fixed control with cme fix Added linker flags -Wl,--as-needed Removed not needed minimum versions Cleaned up .gitignore --- debian/.gitignore | 2 -- debian/changelog | 11 +++++++++ debian/control | 60 ++++++++++++++++++++--------------------------- debian/rules | 2 ++ 4 files changed, 39 insertions(+), 36 deletions(-) diff --git a/debian/.gitignore b/debian/.gitignore index 8bae75f..c9204fc 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -5,5 +5,3 @@ /lxqt-powermanagement/ /lxqt-powermanagement-dbg/ -/lxqt-powermanagement-qt5/ -/lxqt-powermanagement-qt5-dbg/ diff --git a/debian/changelog b/debian/changelog index 14832a2..7e8fe9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +lxqt-powermanagement (0.9.0+20150807-2) unstable; urgency=medium + + * Fixed czchen's email address + * Removed breaks/replaces + * Fixed control with cme fix + * Added linker flags -Wl,--as-needed + * Removed not needed minimum versions + * Cleaned up .gitignore + + -- Alf Gaida Thu, 12 Nov 2015 02:26:31 +0100 + lxqt-powermanagement (0.9.0+20150807-1) unstable; urgency=medium [ Alf Gaida ] diff --git a/debian/control b/debian/control index 0507b9c..abc60b4 100644 --- a/debian/control +++ b/debian/control @@ -1,40 +1,35 @@ Source: lxqt-powermanagement +Maintainer: LXQt Packaging Team +Uploaders: Alf Gaida , + ChangZhuo Chen (陳昌倬) , + Andrew Lee (李健秋) Section: x11 Priority: optional -Maintainer: LXQt Packaging Team -Uploaders: - Alf Gaida , - ChangZhuo Chen (陳昌倬) , - Andrew Lee (李健秋) -Build-Depends: - cmake (>= 3.0.2), - debhelper (>= 9), - libkf5solid-dev (>= 5.9), - libkf5windowsystem-dev (>= 5.9), - liblxqt0-dev (>= 0.9.0), - libx11-dev, - libx11-xcb-dev, - libxcb-dpms0-dev, - libxcb-screensaver0-dev, - libqt5svg5-dev (>= 5.3), - libqt5x11extras5-dev (>= 5.3), - libqt5xdg-dev (>= 1.2.0), - pkg-config, - qtbase5-private-dev (>= 5.3), - qttools5-dev (>= 5.3), - qttools5-dev-tools (>= 5.3), +Build-Depends: debhelper (>= 9), + cmake (>= 3.0.2), + libkf5solid-dev, + libkf5windowsystem-dev, + liblxqt0-dev, + libqt5svg5-dev, + libqt5x11extras5-dev, + libqt5xdg-dev, + libx11-dev, + libx11-xcb-dev, + libxcb-dpms0-dev, + libxcb-screensaver0-dev, + pkg-config, + qtbase5-private-dev, + qttools5-dev, + qttools5-dev-tools Standards-Version: 3.9.6 -Homepage: https://github.com/lxde/lxqt-powermanagement -Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-powermanagement.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-powermanagement.git +Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-powermanagement.git +Homepage: https://github.com/lxde/lxqt-powermanagement Package: lxqt-powermanagement Architecture: any -Breaks: lxqt-powermanagement-qt5 (<< 0.9.0) -Replaces: lxqt-powermanagement-qt5 (<< 0.9.0) -Depends: - ${misc:Depends}, - ${shlibs:Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends} Description: power management module for LXQt The Power management module for LXQt. . @@ -44,11 +39,8 @@ Package: lxqt-powermanagement-dbg Architecture: any Section: debug Priority: extra -Breaks: lxqt-powermanagement-qt5-dbg (<< 0.9.0) -Replaces: lxqt-powermanagement-qt5-dbg (<< 0.9.0) -Depends: - ${misc:Depends}, - lxqt-powermanagement (= ${binary:Version}), +Depends: ${misc:Depends}, + lxqt-powermanagement (= ${binary:Version}) Description: power management module for LXQt (debug symbols) The Power management module for LXQt. . diff --git a/debian/rules b/debian/rules index bdc5ae5..a7b6759 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + %: dh ${@} --buildsystem cmake --parallel