r14974 - in /trunk/libdbi-perl/debian: changelog lintian-overrides rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Feb 15 12:37:33 UTC 2008


Author: gregoa-guest
Date: Fri Feb 15 12:37:32 2008
New Revision: 14974

URL: http://svn.debian.org/wsvn/?sc=1&rev=14974
Log:
* Add lintian override for manpage-has-errors-from-man where a line is too
  long because of a URL.
* Add libtest-pod-coverage-perl to the build dependencies;
  t/pod-coverage.t doesn't do anything yet but might change in the future.

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

Modified: trunk/libdbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdbi-perl/debian/changelog?rev=14974&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/changelog (original)
+++ trunk/libdbi-perl/debian/changelog Fri Feb 15 12:37:32 2008
@@ -5,8 +5,12 @@
   * Change back lib/DBI/Util/CacheMemory.pm to orginal contents from
     .orig.tar.gz (the .diff.gz contained a changed $Id).
   * Add /me to Uploaders.
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 14 Feb 2008 23:45:34 +0100
+  * Add lintian override for manpage-has-errors-from-man where a line is too
+    long because of a URL.
+  * Add libtest-pod-coverage-perl to the build dependencies;
+    t/pod-coverage.t doesn't do anything yet but might change in the future.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 15 Feb 2008 13:32:57 +0100
 
 libdbi-perl (1.601-2) unstable; urgency=low
 

Added: trunk/libdbi-perl/debian/lintian-overrides
URL: http://svn.debian.org/wsvn/trunk/libdbi-perl/debian/lintian-overrides?rev=14974&op=file
==============================================================================
--- trunk/libdbi-perl/debian/lintian-overrides (added)
+++ trunk/libdbi-perl/debian/lintian-overrides Fri Feb 15 12:37:32 2008
@@ -1,0 +1,1 @@
+libdbi-perl: manpage-has-errors-from-man usr/share/man/man3/Roadmap.3pm.gz 420: warning [p 5, 5.8i]: can't break line

Modified: trunk/libdbi-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdbi-perl/debian/rules?rev=14974&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/rules (original)
+++ trunk/libdbi-perl/debian/rules Fri Feb 15 12:37:32 2008
@@ -56,8 +56,12 @@
 	dh_clean -k
 
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	
+
 	[ ! -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 $@
 




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