From 4873ccacab447d504a6dbcf46424d5fff569f0b5 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Thu, 8 Oct 2015 08:37:15 +0200 Subject: [PATCH] remove systemd and nondeterminism bits --- debian/changelog | 3 +++ debian/control | 2 +- debian/rules | 4 ---- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 452016c..9ba4b05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ collectd (5.5.0-3~bpo7+1) wheezy-backports-sloppy; urgency=medium * Rebuild for wheezy-backports-sloppy. + * debian/rules, debian/control: + - remove references to systemd and strip-nondeterminism, which were + introduced in jessie. -- Marc Fournier Thu, 08 Oct 2015 08:26:10 +0200 diff --git a/debian/control b/debian/control index f6982bd..6e36bdf 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Sebastian Harl Uploaders: Marc Fournier -Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.14.10), po-debconf, dh-systemd (>= 1.5), dh-strip-nondeterminism, +Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.14.10), po-debconf, bison, flex, autotools-dev, libltdl-dev, pkg-config, iptables-dev (>= 1.4.3.2-2) [linux-any], javahelper, diff --git a/debian/rules b/debian/rules index 316eba8..e22b2a8 100755 --- a/debian/rules +++ b/debian/rules @@ -281,13 +281,9 @@ binary-arch: build install-arch && rm -f lib/Collectd/Graph/File.pm lib/Collectd/Graph/Filter.pm \ && rm -f lib/Collectd/Graph/MetaData.pm ) dh_installdebconf -a - dh_systemd_enable -pcollectd-core --name=collectd dh_installinit -pcollectd-core --name=collectd -- defaults 95 - dh_systemd_start -pcollectd-core dh_link -a dh_strip -a --dbg-package=collectd-dbg - # dh_strip_nondeterminism is broken atm - #dh_strip_nondeterminism -pcollectd-core dh_compress -a -Xexamples/ dh_fixperms -a dh_makeshlibs -a -- 2.30.2