From ca80611ca46d9f6bd5d9a0d19f7fbfd2678aff12 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Thu, 14 Jul 2016 23:50:28 +0200 Subject: [PATCH] Preparing the upcoming release, switch to experimental Removed build dependency liboobs-1-dev (Closes: ) Added build dependency libqt5xdgiconloader-dev Removed minimum versions for libqt5xdg-dev Bumped Standards to 3.9.8, no changes needed Fixed VCS-Fields, use https Added recommends lxqt-admin-l10n Bumped copyright years Added hardening to rules Added translation control to rules Set CMAKE_BUILD_TYPE=RelWithDebInfo Added README.md to docs --- debian/changelog | 17 +++++++++++++++++ debian/control | 11 ++++++----- debian/copyright | 6 +++--- debian/docs | 1 + debian/gbp.conf | 2 +- debian/rules | 6 ++++++ 6 files changed, 34 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5e4ff3d..d59db8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +lxqt-admin (0.10.0-4) experimental; urgency=medium + + * Preparing the upcoming release, switch to experimental + * Removed build dependency liboobs-1-dev (Closes: ) + * Added build dependency libqt5xdgiconloader-dev + * Removed minimum versions for libqt5xdg-dev + * Bumped Standards to 3.9.8, no changes needed + * Fixed VCS-Fields, use https + * Added recommends lxqt-admin-l10n + * Bumped copyright years + * Added hardening to rules + * Added translation control to rules + * Set CMAKE_BUILD_TYPE=RelWithDebInfo + * Added README.md to docs + + -- Alf Gaida Thu, 14 Jul 2016 23:50:08 +0200 + lxqt-admin (0.10.0-3) unstable; urgency=medium * Remove dbg package in favor of dbgsym. diff --git a/debian/control b/debian/control index 99f49fb..3419663 100644 --- a/debian/control +++ b/debian/control @@ -7,24 +7,25 @@ Section: x11 Priority: optional Build-Depends: debhelper (>= 9), cmake (>= 3.0.2), - liboobs-1-dev, libkf5windowsystem-dev, liblxqt0-dev (>= 0.10.0), libqt5x11extras5-dev, - libqt5xdg-dev (>= 1.3.0), + libqt5xdg-dev, + libqt5xdgiconloader-dev, libx11-dev, pkg-config, qttools5-dev, qttools5-dev-tools -Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-admin.git/?h=debian/sid -Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-admin.git -b debian/sid +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/lxqt-admin.git/?h=debian/experimental +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-admin.git -b debian/experimental Homepage: https://github.com/lxde/lxqt-admin Package: lxqt-admin Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: lxqt-admin-l10n Description: Admin tools for LXQt Admin tools for LXQt, as of now: * lxqt-admin-time diff --git a/debian/copyright b/debian/copyright index 22d4d2d..eb0eb7b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,14 +1,14 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lxqt-admin Source: https://github.com/lxde/lxqt-admin Files: * -Copyright: 2014-2015 LXQt team +Copyright: 2014-2016 LXQt team 2014 Hong Jen Yee (PCMan) License: LGPL-2.1+ Files: debian/* -Copyright: 2014-2015 Alf Gaida +Copyright: 2014-2016 Alf Gaida 2015 Andrew Lee (李健秋) License: LGPL-2.1+ diff --git a/debian/docs b/debian/docs index 62deb04..9a30530 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1,2 @@ AUTHORS +README.md \ No newline at end of file diff --git a/debian/gbp.conf b/debian/gbp.conf index 9737966..b79c958 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,5 +1,5 @@ [DEFAULT] -debian-branch = debian +debian-branch = debian/experimental pristine-tar = True [import-orig] diff --git a/debian/rules b/debian/rules index c250dd7..1a64657 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,15 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh ${@} --buildsystem cmake \ --parallel +override_dh_auto_configure: + dh_auto_configure -- \ + -DPULL_TRANSLATIONS=OFF \ + -DUPDATE_TRANSLATIONS=OFF \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo