r20185 - in /trunk/soap-lite/debian: changelog lintian-overrides rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 19 19:07:01 UTC 2008


Author: gregoa
Date: Mon May 19 19:07:01 2008
New Revision: 20185

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

Added:
    trunk/soap-lite/debian/lintian-overrides
Modified:
    trunk/soap-lite/debian/changelog
    trunk/soap-lite/debian/rules

Modified: trunk/soap-lite/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/soap-lite/debian/changelog?rev=20185&op=diff
==============================================================================
--- trunk/soap-lite/debian/changelog (original)
+++ trunk/soap-lite/debian/changelog Mon May 19 19:07:01 2008
@@ -1,6 +1,6 @@
 soap-lite (0.710.05-1) UNRELEASED; urgency=low
 
-  TODO: manpage warnings
+  [ Martín Ferrari ]
   * New upstream release.
   * debian/control: updated my email address; added dependency on
     "perl-modules (>= 5.10.0) | libversion-perl" as version.pm is now
@@ -11,6 +11,10 @@
     current concensus.
   * debian/patches/series: disable warnings-redefine.patch, already applied
     upstream.
+
+  [ gregor herrmann ]
+  * Add lintian overrides for warnings about long lines in manapges which
+    are caused by long URLs.
 
  -- Martín Ferrari <tincho at debian.org>  Mon, 19 May 2008 05:11:12 -0300
 

Added: trunk/soap-lite/debian/lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/soap-lite/debian/lintian-overrides?rev=20185&op=file
==============================================================================
--- trunk/soap-lite/debian/lintian-overrides (added)
+++ trunk/soap-lite/debian/lintian-overrides Mon May 19 19:07:01 2008
@@ -1,0 +1,4 @@
+libsoap-lite-perl: manpage-has-errors-from-man usr/share/man/man3/OldDocs::SOAP::Lite.3pm.gz 2296: warning [p 29, 8.0i]: can't break line
+libsoap-lite-perl: manpage-has-errors-from-man usr/share/man/man3/SOAP::Lite.3pm.gz 1810: warning [p 23, 9.2i]: can't break line
+libsoap-lite-perl: manpage-has-errors-from-man usr/share/man/man3/SOAP::Lite::Packager.3pm.gz 220: warning [p 2, 4.5i]: can't break line
+libsoap-lite-perl: manpage-has-errors-from-man usr/share/man/man3/SOAP::Packager.3pm.gz 220: warning [p 2, 4.5i]: can't break line

Modified: trunk/soap-lite/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/soap-lite/debian/rules?rev=20185&op=diff
==============================================================================
--- trunk/soap-lite/debian/rules (original)
+++ trunk/soap-lite/debian/rules Mon May 19 19:07:01 2008
@@ -49,6 +49,9 @@
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents \
 		$(TMP)/usr/lib/perl5
+	# 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)
 	touch $@
 
 binary-arch:




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