From: Marc Fournier Date: Tue, 6 Oct 2015 19:46:54 +0000 (+0200) Subject: Re-enable dh_strip_nondeterminism, since a fixed version has been uploaded to sid. X-Git-Tag: collectd-5.5.0-4~1^2~1^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ec502eebd22e3941b4349fa53017281d58b269cc;p=pkg-collectd.git Re-enable dh_strip_nondeterminism, since a fixed version has been uploaded to sid. --- diff --git a/debian/changelog b/debian/changelog index 500ceb0..88d2293 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 06 Oct 2015 21:27:57 +0200 diff --git a/debian/rules b/debian/rules index c245fe6..0da5b2b 100755 --- a/debian/rules +++ b/debian/rules @@ -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