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

[lintian] 01/01: t: Add missing -n to gzip in deb test



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

nthykier pushed a commit to branch master
in repository lintian.

commit 18d1e6af238914d7b21d7553364e99ba5944773f
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Aug 24 14:05:37 2014 +0200

    t: Add missing -n to gzip in deb test
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 t/debs/deb-format-wrong-order/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/debs/deb-format-wrong-order/Makefile b/t/debs/deb-format-wrong-order/Makefile
index e965ba2..2b3433b 100644
--- a/t/debs/deb-format-wrong-order/Makefile
+++ b/t/debs/deb-format-wrong-order/Makefile
@@ -6,7 +6,7 @@ all:
 	echo '2.0' > debian-binary
 	mkdir -p usr/share/doc/$(name)
 	install -m 0644 copyright changelog usr/share/doc/$(name)
-	gzip -9 usr/share/doc/$(name)/changelog
+	gzip -9n usr/share/doc/$(name)/changelog
 	tar cfz data.tar.gz usr
 	chown 0:0 control
 	chmod 644 control

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


Reply to: