r19434 - in /trunk/libdigest-sha-perl/debian: changelog control lintian-overrides rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 5 19:43:11 UTC 2008


Author: gregoa
Date: Mon May  5 19:43:10 2008
New Revision: 19434

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19434
Log:
* debian/control: change my email address.
* Add lintian override for long lines in manpage that are caused by URLs.

Added:
    trunk/libdigest-sha-perl/debian/lintian-overrides
Modified:
    trunk/libdigest-sha-perl/debian/changelog
    trunk/libdigest-sha-perl/debian/control
    trunk/libdigest-sha-perl/debian/rules

Modified: trunk/libdigest-sha-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-perl/debian/changelog?rev=19434&op=diff
==============================================================================
--- trunk/libdigest-sha-perl/debian/changelog (original)
+++ trunk/libdigest-sha-perl/debian/changelog Mon May  5 19:43:10 2008
@@ -1,8 +1,10 @@
 libdigest-sha-perl (5.47-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/control: change my email address.
+  * Add lintian override for long lines in manpage that are caused by URLs.
 
- -- gregor herrmann <gregoa at debian.org>  Mon, 05 May 2008 21:31:36 +0200
+ -- gregor herrmann <gregoa at debian.org>  Mon, 05 May 2008 21:41:09 +0200
 
 libdigest-sha-perl (5.46-1) unstable; urgency=low
 

Modified: trunk/libdigest-sha-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-perl/debian/control?rev=19434&op=diff
==============================================================================
--- trunk/libdigest-sha-perl/debian/control (original)
+++ trunk/libdigest-sha-perl/debian/control Mon May  5 19:43:10 2008
@@ -6,7 +6,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Allard Hoeve <allard at byte.nl>, Gunnar Wolf <gwolf at debian.org>,
  Niko Tyni <ntyni at iki.fi>,
- gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>,
+ gregor herrmann <gregoa at debian.org>, Carlo Segre <segre at debian.org>,
  Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Digest-SHA/

Added: trunk/libdigest-sha-perl/debian/lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-perl/debian/lintian-overrides?rev=19434&op=file
==============================================================================
--- trunk/libdigest-sha-perl/debian/lintian-overrides (added)
+++ trunk/libdigest-sha-perl/debian/lintian-overrides Mon May  5 19:43:10 2008
@@ -1,0 +1,1 @@
+libdigest-sha-perl: manpage-has-errors-from-man usr/share/man/man3/Digest::SHA.3pm.gz 296: warning [p 3, 1.3i]: can't break line

Modified: trunk/libdigest-sha-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-sha-perl/debian/rules?rev=19434&op=diff
==============================================================================
--- trunk/libdigest-sha-perl/debian/rules (original)
+++ trunk/libdigest-sha-perl/debian/rules Mon May  5 19:43:10 2008
@@ -47,6 +47,9 @@
 	[ ! -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 $@
 
 # Build architecture-independent files here.




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