r19406 - in /trunk/libdbd-pg-perl/debian: changelog lintian-overrides rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sun May 4 22:34:25 UTC 2008
Author: gregoa
Date: Sun May 4 22:34:25 2008
New Revision: 19406
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19406
Log:
Add lintian override for manpage-has-errors-from-man where a line is too
long because of a URL.
Added:
trunk/libdbd-pg-perl/debian/lintian-overrides
Modified:
trunk/libdbd-pg-perl/debian/changelog
trunk/libdbd-pg-perl/debian/rules
Modified: trunk/libdbd-pg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/changelog?rev=19406&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/changelog (original)
+++ trunk/libdbd-pg-perl/debian/changelog Sun May 4 22:34:25 2008
@@ -1,8 +1,10 @@
libdbd-pg-perl (2.6.4-1) UNRELEASED; urgency=low
* New upstream release.
-
- -- gregor herrmann <gregoa at debian.org> Mon, 05 May 2008 00:16:45 +0200
+ * Add lintian override for manpage-has-errors-from-man where a line is too
+ long because of a URL.
+
+ -- gregor herrmann <gregoa at debian.org> Mon, 05 May 2008 00:30:09 +0200
libdbd-pg-perl (2.6.1-1) unstable; urgency=low
Added: trunk/libdbd-pg-perl/debian/lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/lintian-overrides?rev=19406&op=file
==============================================================================
--- trunk/libdbd-pg-perl/debian/lintian-overrides (added)
+++ trunk/libdbd-pg-perl/debian/lintian-overrides Sun May 4 22:34:25 2008
@@ -1,0 +1,1 @@
+libdbd-pg-perl: manpage-has-errors-from-man usr/share/man/man3/DBD::Pg.3pm.gz 334: warning [p 3, 6.5i]: can't break line
Modified: trunk/libdbd-pg-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/rules?rev=19406&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/rules (original)
+++ trunk/libdbd-pg-perl/debian/rules Sun May 4 22:34:25 2008
@@ -55,6 +55,10 @@
[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/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-indep: build install
More information about the Pkg-perl-cvs-commits
mailing list