From: Marc Fournier Date: Thu, 8 Oct 2015 06:37:15 +0000 (+0200) Subject: remove systemd and nondeterminism bits X-Git-Tag: collectd-5.5.0-3ubuntu0_ppa12.04.1~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=326115eb1ab8465ec2bed6577864fa04910dcfef;p=pkg-collectd.git remove systemd and nondeterminism bits --- diff --git a/debian/changelog b/debian/changelog index 84e332c..afd077d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ collectd (5.5.0-3ubuntu0~ppa12.04.1) precise; urgency=medium * Rebuild for precise PPA. + * debian/rules, debian/control: + - remove references to systemd and strip-nondeterminism, which aren't + available in precise. -- Marc Fournier Fri, 09 Oct 2015 23:35:23 +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 c245fe6..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; https://bugs.debian.org/799732 - #dh_strip_nondeterminism -pcollectd-core dh_compress -a -Xexamples/ dh_fixperms -a dh_makeshlibs -a