From d5ee9e5a3b40ae30caa96d96beb15b583269ba03 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 23 Sep 2017 16:58:41 +0200 Subject: [PATCH] prepare upstream release --- debian/changelog | 11 +++++++++++ debian/control | 8 ++++---- debian/copyright | 4 ++-- debian/rules | 6 ++++-- 4 files changed, 21 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index b73f63a..68e1c52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +libsysstat (0.4.0-1) experimental; urgency=medium + + * Cherry-picking new upstream release 0.4.0 + * Switched to experimental + * Bumped Standards to 4.1.0 + * Make a separated dh_missing override + * Bumped needed versions + * Fixed years in copyright + + -- Alf Gaida Sat, 23 Sep 2017 16:49:29 +0200 + libsysstat (0.3.3-1) unstable; urgency=medium * Cherry-picking new upstream-release 0.3.3. diff --git a/debian/control b/debian/control index 799c8c7..61803ed 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,10 @@ Uploaders: Alf Gaida , Section: libs Priority: optional Build-Depends: debhelper (>= 10), - lxqt-build-tools (>= 0.3.0) -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/libsysstat.git/?h=debian/sid -Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/libsysstat.git -b debian/sid + lxqt-build-tools (>= 0.4.0) +Standards-Version: 4.1.0 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/libsysstat.git/?h=debian/experimental +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/libsysstat.git -b debian/experimental Homepage: https://github.com/lxde/libsysstat Package: libsysstat-qt5-0 diff --git a/debian/copyright b/debian/copyright index f22e674..baab485 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,12 +3,12 @@ Upstream-Name: libsysstat Source: https://github.com/lxde/libsysstat Files: * -Copyright: 2012-2016 LXQt team +Copyright: 2012-2017 LXQt team 2012 Razor team License: LGPL-2.1+ Files: debian/* -Copyright: 2014-2016 Alf Gaida +Copyright: 2014-2017 Alf Gaida License: LGPL-2.1+ License: LGPL-2.1+ diff --git a/debian/rules b/debian/rules index 912898f..b5c1e6f 100755 --- a/debian/rules +++ b/debian/rules @@ -6,8 +6,10 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh ${@} --buildsystem cmake \ - --fail-missing + dh ${@} --buildsystem cmake + +override_dh_missing: + dh_missing --fail-missing override_dh_auto_configure: dh_auto_configure -- \