r21771 - in /trunk/libkwiki-perl/debian: changelog lintian-overrides rules

tincho at users.alioth.debian.org tincho at users.alioth.debian.org
Tue Jun 17 00:19:21 UTC 2008


Author: tincho
Date: Tue Jun 17 00:19:21 2008
New Revision: 21771

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21771
Log:
Added lintian override for manpage-not-compressed-with-gzip: it seems to
be a corner case for file(1).

Added:
    trunk/libkwiki-perl/debian/lintian-overrides
Modified:
    trunk/libkwiki-perl/debian/changelog
    trunk/libkwiki-perl/debian/rules

Modified: trunk/libkwiki-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkwiki-perl/debian/changelog?rev=21771&op=diff
==============================================================================
--- trunk/libkwiki-perl/debian/changelog (original)
+++ trunk/libkwiki-perl/debian/changelog Tue Jun 17 00:19:21 2008
@@ -19,6 +19,8 @@
   * debian/rules: refreshed.
   * New upstream release.
   * Moved #411027 patch to a quilt patch, added quilt stuff.
+  * Added lintian override for manpage-not-compressed-with-gzip: it seems to
+    be a corner case for file(1).
 
  -- Martín Ferrari <tincho at debian.org>  Mon, 16 Jun 2008 19:59:23 -0300
 

Added: trunk/libkwiki-perl/debian/lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkwiki-perl/debian/lintian-overrides?rev=21771&op=file
==============================================================================
--- trunk/libkwiki-perl/debian/lintian-overrides (added)
+++ trunk/libkwiki-perl/debian/lintian-overrides Tue Jun 17 00:19:21 2008
@@ -1,0 +1,2 @@
+# It is a compressed file, I swear!
+libkwiki-perl: manpage-not-compressed-with-gzip usr/share/man/man3/Kwiki.3pm.gz

Modified: trunk/libkwiki-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkwiki-perl/debian/rules?rev=21771&op=diff
==============================================================================
--- trunk/libkwiki-perl/debian/rules (original)
+++ trunk/libkwiki-perl/debian/rules Tue Jun 17 00:19:21 2008
@@ -33,6 +33,11 @@
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
 		$(TMP)/usr/lib/perl5
+	# One particular manpage, when compressed with gzip -9, looks like a
+	# minix filesystem (?)
+	dh_installdirs /usr/share/lintian/overrides/
+	install -m 644 $(CURDIR)/debian/lintian-overrides \
+		$(TMP)/usr/share/lintian/overrides/$(PACKAGE)
 	touch $@
 
 binary-arch:




More information about the Pkg-perl-cvs-commits mailing list