diff -Nru munin-2.0.19/debian/changelog munin-2.0.19/debian/changelog --- munin-2.0.19/debian/changelog 2014-02-06 13:37:40.000000000 +0000 +++ munin-2.0.19/debian/changelog 2016-12-08 03:04:27.000000000 +0000 @@ -1,17 +1,8 @@ -munin (2.0.19-3~ubuntu10.04.1~yola2) lucid; urgency=medium +munin (2.0.19-3yola1) precise; urgency=medium * Patch mysql-5.5: Update munin_ plugin to support MySQL 5.5/5.6. - * Switch to source format 3.0 (quilt), for easy quilt support. - -- Stefano Rivera Thu, 06 Feb 2014 15:34:30 +0200 - -munin (2.0.19-3~ubuntu10.04.1~yola1) lucid; urgency=medium - - * Backport to lucid for Yola PPA. - - Lower debhelper dependency to 7.4, and compat to 7. - - Drop dh-systemd dependency. - - -- Stefano Rivera Tue, 28 Jan 2014 11:23:34 +0200 + -- Stefano Rivera Wed, 07 Dec 2016 19:04:27 -0800 munin (2.0.19-3) unstable; urgency=medium diff -Nru munin-2.0.19/debian/compat munin-2.0.19/debian/compat --- munin-2.0.19/debian/compat 2014-01-28 09:34:23.000000000 +0000 +++ munin-2.0.19/debian/compat 2016-12-08 03:01:36.000000000 +0000 @@ -1 +1 @@ -7 +8 diff -Nru munin-2.0.19/debian/control munin-2.0.19/debian/control --- munin-2.0.19/debian/control 2014-01-28 09:35:58.000000000 +0000 +++ munin-2.0.19/debian/control 2016-12-08 03:01:36.000000000 +0000 @@ -10,7 +10,8 @@ htmldoc, perl, Build-Depends: - debhelper (>=7.4) + debhelper (>=8), + dh-systemd (>= 1.4), Standards-Version: 3.9.5 Homepage: http://munin-monitoring.org Vcs-Git: git://anonscm.debian.org/collab-maint/munin.git diff -Nru munin-2.0.19/debian/rules munin-2.0.19/debian/rules --- munin-2.0.19/debian/rules 2014-01-28 09:34:48.000000000 +0000 +++ munin-2.0.19/debian/rules 2016-12-08 03:01:36.000000000 +0000 @@ -5,7 +5,7 @@ MAKEOPTS = CONFIG=debian/Makefile.config INSTALL_PLUGINS="auto manual snmpauto contrib" %: - dh $@ + dh $@ --with systemd override_dh_auto_build: # ./getversion reads RELEASE if it exists