diff --git a/debian/changelog b/debian/changelog index b73f63a..aec6499 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 18:25:57 +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..82aaeec 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Uploaders: Alf Gaida , Section: libs Priority: optional Build-Depends: debhelper (>= 10), - lxqt-build-tools (>= 0.3.0) -Standards-Version: 3.9.8 + lxqt-build-tools (>= 0.4.0) +Standards-Version: 4.1.1 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 Homepage: https://github.com/lxde/libsysstat 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 -- \