[SCM] Seamless communication between many kinds of Unix branch, debian, updated. 7ce5ad3ce28f517fc339e9ac5f7ca63854b59b59

Ole Streicher debian at liska.ath.cx
Wed Jan 18 17:04:26 UTC 2012


The following commit has been merged in the debian branch:
commit 7ce5ad3ce28f517fc339e9ac5f7ca63854b59b59
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Jan 18 18:03:13 2012 +0100

    Dont compress changelog.html and keep lintian silent about that:
    We need the changelog.html uncompressed since it is linked in the
    upstream HTML documentation. Although this is a policy violation,
    we ignore Lintian here since the file will not grow infinite.
    See http://lists.debian.org/debian-mentors/2012/01/msg00400.html

diff --git a/debian/libxpa1.lintian-overrides b/debian/libxpa1.lintian-overrides
new file mode 100644
index 0000000..b90d5f7
--- /dev/null
+++ b/debian/libxpa1.lintian-overrides
@@ -0,0 +1,5 @@
+# We need the changelog.html uncompressed since it is linked in the 
+# upstream HTML documentation. Although this is a policy violation,
+# we ignore Lintian here since the file will not grow infinite.
+# See http://lists.debian.org/debian-mentors/2012/01/msg00400.html
+changelog-file-not-compressed changelog.html
diff --git a/debian/rules b/debian/rules
index 387f0b4..f19ef80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,6 @@ override_dh_auto_configure:
 
 override_dh_installchangelogs:
 	dh_installchangelogs doc/changelog.html
+
+override_dh_compress:
+	dh_compress -Xchangelog.html
diff --git a/debian/xpa-dev.lintian-overrides b/debian/xpa-dev.lintian-overrides
new file mode 100644
index 0000000..b90d5f7
--- /dev/null
+++ b/debian/xpa-dev.lintian-overrides
@@ -0,0 +1,5 @@
+# We need the changelog.html uncompressed since it is linked in the 
+# upstream HTML documentation. Although this is a policy violation,
+# we ignore Lintian here since the file will not grow infinite.
+# See http://lists.debian.org/debian-mentors/2012/01/msg00400.html
+changelog-file-not-compressed changelog.html
diff --git a/debian/xpa-tools.lintian-overrides b/debian/xpa-tools.lintian-overrides
new file mode 100644
index 0000000..b90d5f7
--- /dev/null
+++ b/debian/xpa-tools.lintian-overrides
@@ -0,0 +1,5 @@
+# We need the changelog.html uncompressed since it is linked in the 
+# upstream HTML documentation. Although this is a policy violation,
+# we ignore Lintian here since the file will not grow infinite.
+# See http://lists.debian.org/debian-mentors/2012/01/msg00400.html
+changelog-file-not-compressed changelog.html

-- 
Seamless communication between many kinds of Unix



More information about the debian-science-commits mailing list