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

[policy] [PATCH] Fix one call to gzip that was missing -n



---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2a3a76e..59b5679 100755
--- a/debian/rules
+++ b/debian/rules
@@ -174,7 +174,7 @@ stamp-binary: stamp-build
 #
 # Compress files and build MD5 checksums.
 #
-	gzip -f9 $(DOCDIR)/*.sgml $(DOCDIR)/changelog
+	gzip -f9 -n $(DOCDIR)/*.sgml $(DOCDIR)/changelog
 	gzip -f9 -n $(DOCDIR)/*.txt
 	@set -ex; cd debian/tmp; \
 	find . -path './DEBIAN' -prune -o -type f -printf '%P\0' \
-- 
2.6.1


Reply to: