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

[lintian] 02/03: Use gzip -9n in examples instead gzip -9



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

nthykier pushed a commit to branch master
in repository lintian.

commit df4634002ac598f32858734172a50d576d3d5b46
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Apr 24 16:18:31 2016 +0000

    Use gzip -9n in examples instead gzip -9
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/infofiles.desc | 6 +++---
 checks/manpages.desc  | 6 +++---
 debian/changelog      | 4 ++++
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/checks/infofiles.desc b/checks/infofiles.desc
index 41b9387..50d4557 100644
--- a/checks/infofiles.desc
+++ b/checks/infofiles.desc
@@ -8,13 +8,13 @@ Info: This script checks if a binary package conforms to info document policy.
 Tag: info-document-not-compressed
 Severity: important
 Certainty: certain
-Info: Info documents should be compressed with <tt>gzip -9</tt>.
+Info: Info documents should be compressed with <tt>gzip -9n</tt>.
 Ref: policy 12.2
 
 Tag: info-document-not-compressed-with-gzip
 Severity: important
 Certainty: certain
-Info: Info documents should be compressed with <tt>gzip -9</tt>.  This
+Info: Info documents should be compressed with <tt>gzip -9n</tt>.  This
  file ends in <tt>.gz</tt> but doesn't appear to be a gzip-compressed
  file.
 Ref: policy 12.2
@@ -22,7 +22,7 @@ Ref: policy 12.2
 Tag: info-document-not-compressed-with-max-compression
 Severity: important
 Certainty: certain
-Info: Info documents should be compressed with <tt>gzip -9</tt>.  This
+Info: Info documents should be compressed with <tt>gzip -9n</tt>.  This
  file is compressed with gzip, but without using maximum compression.
 Ref: policy 12.2
 
diff --git a/checks/manpages.desc b/checks/manpages.desc
index c074894..8205c41 100644
--- a/checks/manpages.desc
+++ b/checks/manpages.desc
@@ -75,19 +75,19 @@ Ref: policy 12.1
 Tag: manpage-not-compressed
 Severity: important
 Certainty: certain
-Info: Manual pages have to be installed compressed (using "<tt>gzip -9</tt>").
+Info: Manual pages have to be installed compressed (using "<tt>gzip -9n</tt>").
 Ref: policy 12.1
 
 Tag: manpage-not-compressed-with-gzip
 Severity: important
 Certainty: certain
-Info: Manual pages should be compressed with <tt>gzip -9</tt>.
+Info: Manual pages should be compressed with <tt>gzip -9n</tt>.
 Ref: policy 12.1
 
 Tag: manpage-not-compressed-with-max-compression
 Severity: important
 Certainty: certain
-Info: Manual pages should be compressed with <tt>gzip -9</tt>.
+Info: Manual pages should be compressed with <tt>gzip -9n</tt>.
 Ref: policy 12.1
 
 Tag: manpage-has-bad-whatis-entry
diff --git a/debian/changelog b/debian/changelog
index b64abd6..c6147bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ lintian (2.5.45) UNRELEASED; urgency=medium
 
   XXX: generate tag summary with private/generate-tag-summary
 
+  * checks/info-files.desc:
+    + [NT] Use "gzip -9n" rather than "gzip -9" in examples.
+  * checks/manpages.desc:
+    + [NT] Use "gzip -9n" rather than "gzip -9" in examples.
   * checks/scripts.{desc,pm}:
     + [NT] Add tracking tag to trace auto-generated shell
       snippets in maintainer scripts.

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


Reply to: