r20700 - in /trunk/libregexp-common-perl/debian: changelog lintian-overrides rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jun 4 18:00:32 UTC 2008


Author: gregoa
Date: Wed Jun  4 18:00:31 2008
New Revision: 20700

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20700
Log:
Add lintian-overrides for warnings about long lines; they are caused by
long URLs.

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

Modified: trunk/libregexp-common-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-perl/debian/changelog?rev=20700&op=diff
==============================================================================
--- trunk/libregexp-common-perl/debian/changelog (original)
+++ trunk/libregexp-common-perl/debian/changelog Wed Jun  4 18:00:31 2008
@@ -11,6 +11,8 @@
     mention both upstream authors; update copyright and licensing terms
     according to upstream changes.
   * Refresh debian/rules, no functional changes.
+  * Add lintian-overrides for warnings about long lines; they are caused by
+    long URLs.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:47 +0200
 

Added: trunk/libregexp-common-perl/debian/lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-perl/debian/lintian-overrides?rev=20700&op=file
==============================================================================
--- trunk/libregexp-common-perl/debian/lintian-overrides (added)
+++ trunk/libregexp-common-perl/debian/lintian-overrides Wed Jun  4 18:00:31 2008
@@ -1,0 +1,3 @@
+libregexp-common-perl: manpage-has-errors-from-man usr/share/man/man3/Regexp::Common::SEN.3pm.gz 152: warning [p 1, 2.7i]: can't break line
+libregexp-common-perl: manpage-has-errors-from-man usr/share/man/man3/Regexp::Common::comment.3pm.gz 229: warning [p 2, 4.2i]: can't break line
+libregexp-common-perl: manpage-has-errors-from-man usr/share/man/man3/Regexp::Common::zip.3pm.gz 739: warning [p 8, 0.0i, div `an-div', 0.0i]: can't break line

Modified: trunk/libregexp-common-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-perl/debian/rules?rev=20700&op=diff
==============================================================================
--- trunk/libregexp-common-perl/debian/rules (original)
+++ trunk/libregexp-common-perl/debian/rules Wed Jun  4 18:00:31 2008
@@ -35,6 +35,9 @@
 	dh_testroot
 	dh_clean -k
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	# lintian overrides for long lines with URLs.
+	dh_installdirs /usr/share/lintian/overrides/
+	install -m 644 $(CURDIR)/debian/lintian-overrides $(TMP)/usr/share/lintian/overrides/$(PACKAGE)
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
 		$(TMP)/usr/lib/perl5




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