summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 320ecac)
raw | patch | inline | side by side (parent: 320ecac)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 8 Oct 2015 06:37:15 +0000 (08:37 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 8 Oct 2015 06:37:15 +0000 (08:37 +0200) |
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 452016c9477dd689b18a37a8f588b1bcfb0a6422..9ba4b0576b2c323f05e5d45061c844f0ac11b912 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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 <marc@bl.uem.li> Thu, 08 Oct 2015 08:26:10 +0200
diff --git a/debian/control b/debian/control
index f6982bd1703bf7a3cf897000e86850ef44eb687f..6e36bdfd007ffea65b72dc095b0cc48e6e508b7d 100644 (file)
--- a/debian/control
+++ b/debian/control
Priority: optional
Maintainer: Sebastian Harl <tokkee@debian.org>
Uploaders: Marc Fournier <marc@bl.uem.li>
-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 316eba88fd0e300da6fb500c7b8d0f1324f4ecd6..e22b2a86311bdd23845ba9495975c0022aa26748 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
&& 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