[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: t/tests/debhelper-no-depends/debian/debian/rules: Don't make missing dh_strip_nondeterminism (ie. on jessie) fail the build.



This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit f9b72fe7286b6d614520b34b7971321660359eee
Author: Chris Lamb <lamby@debian.org>
Date:   Sat Sep 23 09:34:36 2017 +0100

    t/tests/debhelper-no-depends/debian/debian/rules: Don't make missing dh_strip_nondeterminism (ie. on jessie) fail the build.
---
 t/tests/debhelper-no-depends/debian/debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/tests/debhelper-no-depends/debian/debian/rules b/t/tests/debhelper-no-depends/debian/debian/rules
index 5b6ae64..3973dfd 100755
--- a/t/tests/debhelper-no-depends/debian/debian/rules
+++ b/t/tests/debhelper-no-depends/debian/debian/rules
@@ -21,4 +21,4 @@ else
   endif
 endif
 	dh binary-indep --remaining
-	dh_strip_nondeterminism
+	-dh_strip_nondeterminism

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: