author | Marc Fournier <marc@bl.uem.li> | |
Fri, 29 Jan 2016 13:18:10 +0000 (14:18 +0100) | ||
committer | Marc Fournier <marc@bl.uem.li> | |
Fri, 29 Jan 2016 13:18:10 +0000 (14:18 +0100) |
1 | 2 | |||
---|---|---|---|---|
debian/changelog | patch | | diff1 | | diff2 | | blob | history |
debian/rules | patch | | diff1 | | diff2 | | blob | history |
diff --cc debian/changelog
index 04b3d64aed639bfec5f6ed1ac8e3a34d6c8cc4fb,d9edf57b14cc2c39bb16f6f6ee5b7e6e12f52640..489a64c176fb923b4bd7ce7c0a4546f460f36bc2
--- 1/debian/changelog
--- 2/debian/changelog
+++ b/debian/changelog
+ collectd (5.5.1-1) unstable; urgency=medium
+
+ * New upstream release:
+ - The "LC_NUMERIC" locale is now forced to "C", preventing problems on
+ environments where the locale uses a comma as decimal separator. Thanks
+ to Hubert Jarosz for reporting this (Closes: #799289).
+ - Fixed FTBFS with GCC 6.0; thanks to Martin Michlmayr for reporting this
+ (Closes: #811580).
+ * debian/patches:
+ - Removed bts802249_varnish_41.patch; implemented upstream.
+ * debian/collectd.conf:
+ - Sync with upstream changes since 5.5.0.
+
+ -- Marc Fournier <marc@bl.uem.li> Fri, 22 Jan 2016 16:53:49 +0100
+
+ collectd (5.5.0-4) unstable; urgency=medium
+
+ * debian/collectd-core.overrides:
+ - Update 'binary-or-shlib-defines-rpath' lintian override.
+ * debian/rules:
+ - Strip out non-deterministic bits out of generated jar files.
+ - Remove RTLD_GLOBAL workaround, which was fixed upstream.
+ * debian/patches:
+ - Add bts802249_varnish_41.patch (Closes: #802249)
+
+ -- Marc Fournier <marc@bl.uem.li> Mon, 16 Nov 2015 21:03:31 +0100
+
+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.
+ - disable building sigrok, turbostat and write_kafka plugins, as the
+ required build-dependencies aren't available in wheezy.
+ - build uuid plugin against libhal, as this lib is still available on
+ wheezy.
+ - adjust libprotobuf build-dependency name.
+
+ -- Marc Fournier <marc@bl.uem.li> Thu, 08 Oct 2015 08:26:10 +0200
+
collectd (5.5.0-3) unstable; urgency=medium
* debian/rules, debian/control:
diff --cc debian/rules
Simple merge