r22836 - in /trunk/libxml-sax-expat-perl/debian: changelog lintian-overrides rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jul 6 01:11:49 UTC 2008


Author: gregoa
Date: Sun Jul  6 01:11:48 2008
New Revision: 22836

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22836
Log:
Add a lintian-override for a warning about an unbreakable line in a
manpage, which is caused by a long URL.

Added:
    trunk/libxml-sax-expat-perl/debian/lintian-overrides
Modified:
    trunk/libxml-sax-expat-perl/debian/changelog
    trunk/libxml-sax-expat-perl/debian/rules

Modified: trunk/libxml-sax-expat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-expat-perl/debian/changelog?rev=22836&op=diff
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/changelog (original)
+++ trunk/libxml-sax-expat-perl/debian/changelog Sun Jul  6 01:11:48 2008
@@ -10,6 +10,8 @@
   * debian/watch: extended regexp for matching upstream releases.
   * Refresh debian/rules, no functional changes; except: install new example
     script.
+  * Add a lintian-override for a warning about an unbreakable line in a
+    manpage, which is caused by a long URL.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 06 Jul 2008 02:57:24 +0200
 

Added: trunk/libxml-sax-expat-perl/debian/lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-expat-perl/debian/lintian-overrides?rev=22836&op=file
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/lintian-overrides (added)
+++ trunk/libxml-sax-expat-perl/debian/lintian-overrides Sun Jul  6 01:11:48 2008
@@ -1,0 +1,1 @@
+libxml-sax-expat-perl: manpage-has-errors-from-man usr/share/man/man3/XML::SAX::Expat.3pm.gz 159: warning [p 1, 3.5i]: can't break line

Modified: trunk/libxml-sax-expat-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-expat-perl/debian/rules?rev=22836&op=diff
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/rules (original)
+++ trunk/libxml-sax-expat-perl/debian/rules Sun Jul  6 01:11:48 2008
@@ -38,6 +38,11 @@
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
 		$(TMP)/usr/lib/perl5
+
+	# lintian override for a long line with a URL.
+	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