From ec502eebd22e3941b4349fa53017281d58b269cc Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Tue, 6 Oct 2015 21:46:54 +0200 Subject: [PATCH] Re-enable dh_strip_nondeterminism, since a fixed version has been uploaded to sid. --- debian/changelog | 2 ++ debian/rules | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.30.2