From 35192f8ffee6294a8987f7804b003812f411ccbe Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sun, 15 Nov 2015 10:42:52 +0100 Subject: [PATCH] Releasing debian version 0.9.0+20150807-2. Preparing migration to 0.10.0. --- debian/changelog | 8 ++++++ debian/control | 58 +++++++++++++++++++------------------------ debian/rules | 2 ++ debian/source/options | 1 + 4 files changed, 36 insertions(+), 33 deletions(-) diff --git a/debian/changelog b/debian/changelog index df541df..3bd0444 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lxqt-admin (0.9.0+20150807-2) unstable; urgency=medium + + * Fixed czchens mail address + * Cleanup debian/control + * Reduced dependencies in debian/rules + + -- Alf Gaida Tue, 10 Nov 2015 20:10:21 +0100 + lxqt-admin (0.9.0+20150807-1) unstable; urgency=medium [ Alf Gaida ] diff --git a/debian/control b/debian/control index 1511235..378ae24 100644 --- a/debian/control +++ b/debian/control @@ -1,39 +1,34 @@ Source: lxqt-admin +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), - liboobs-1-dev, - libkf5windowsystem-dev (>= 5.9), - liblxqt0-dev (>= 0.9.0), - libqt5x11extras5-dev (>= 5.3), - libqt5xdg-dev (>= 1.2.0), - libx11-dev, - pkg-config, - qttools5-dev (>= 5.3), - qttools5-dev-tools (>= 5.3), +Build-Depends: debhelper (>= 9), + cmake (>= 3.0.2), + liboobs-1-dev, + libkf5windowsystem-dev, + liblxqt0-dev, + libqt5x11extras5-dev, + libqt5xdg-dev, + libx11-dev, + pkg-config, + qttools5-dev, + qttools5-dev-tools Standards-Version: 3.9.6 -Homepage: https://github.com/lxde/lxqt-admin -Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-admin.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-admin.git +Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-admin.git +Homepage: https://github.com/lxde/lxqt-admin Package: lxqt-admin Architecture: any -Breaks: lxqt-admin-qt5 (<< 0.9.0) -Replaces: lxqt-admin-qt5 (<< 0.9.0) -Depends: - ${misc:Depends}, - ${shlibs:Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends} Description: Admin tools for LXQt Admin tools for LXQt, as of now: - * lxqt-admin-time - * lxqt-admin-user + * lxqt-admin-time + * lxqt-admin-user . This package contain the LXQt Admin Tools. @@ -41,14 +36,11 @@ Package: lxqt-admin-dbg Architecture: any Section: debug Priority: extra -Breaks: lxqt-admin-qt5-dbg (<< 0.9.0) -Replaces: lxqt-admin-qt5-dbg (<< 0.9.0) -Depends: - ${misc:Depends}, - lxqt-admin (= ${binary:Version}), +Depends: ${misc:Depends}, + lxqt-admin (= ${binary:Version}) Description: Admin tools for LXQt (debug) Admin tools for LXQt, as of now: - * lxqt-admin-time - * lxqt-admin-user + * lxqt-admin-time + * lxqt-admin-user . This package provides the debugging symbols. diff --git a/debian/rules b/debian/rules index a08ed97..9d9f1ee 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 diff --git a/debian/source/options b/debian/source/options index 112dfc8..5234f79 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1 +1,2 @@ tar-ignore=.gitignore +tar-ignore=lxqt-admin.kdev4