Code

Re-enable dh_strip_nondeterminism, since a fixed version has been uploaded to sid.
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 6 Oct 2015 19:46:54 +0000 (21:46 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Thu, 22 Oct 2015 16:23:43 +0000 (18:23 +0200)
debian/changelog
debian/rules

index 500ceb047e752e6206ab4187d26114a255be6f97..88d22930b732815e3ee083ae6056045e5b716238 100644 (file)
@@ -2,6 +2,8 @@ collectd (5.5.0-4) UNRELEASED; 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.
 
  -- Marc Fournier <marc@bl.uem.li>  Tue, 06 Oct 2015 21:27:57 +0200
 
index c245fe630ff1a8f6f34b0007425f0962700a2732..0da5b2bebde227c405990e67a406900ca458dc4f 100755 (executable)
@@ -286,8 +286,7 @@ binary-arch: build install-arch
        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_strip_nondeterminism -pcollectd-core
        dh_compress -a -Xexamples/
        dh_fixperms -a
        dh_makeshlibs -a