summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bb74d37)
raw | patch | inline | side by side (parent: bb74d37)
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> | |
Fri, 9 Oct 2015 21:38:07 +0000 (23:38 +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 84e332c7b15cfaa1b614138c4cf4fecdf12eff36..afd077dd9d3cb1187e759c3befe7642ba211cc90 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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 <marc@bl.uem.li> Fri, 09 Oct 2015 23:35:23 +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 c245fe630ff1a8f6f34b0007425f0962700a2732..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; https://bugs.debian.org/799732
- #dh_strip_nondeterminism -pcollectd-core
dh_compress -a -Xexamples/
dh_fixperms -a
dh_makeshlibs -a