r1369 - packages/libmail-box-perl/trunk/debian

Gunnar Wolf gwolf at costa.debian.org
Wed Sep 14 18:29:16 UTC 2005


Author: gwolf
Date: 2005-09-14 18:29:16 +0000 (Wed, 14 Sep 2005)
New Revision: 1369

Modified:
   packages/libmail-box-perl/trunk/debian/changelog
   packages/libmail-box-perl/trunk/debian/rules
Log:
Added lintian overrides



Modified: packages/libmail-box-perl/trunk/debian/changelog
===================================================================
--- packages/libmail-box-perl/trunk/debian/changelog	2005-09-14 18:25:30 UTC (rev 1368)
+++ packages/libmail-box-perl/trunk/debian/changelog	2005-09-14 18:29:16 UTC (rev 1369)
@@ -2,8 +2,10 @@
 
   * New upstream release
   * Bumped up standards-version to 3.6.2
+  * Added Lintian overrides for manpage-has-errors-from-man (a pod2man
+    bug, see #328305)
 
- -- Gunnar Wolf <gwolf at debian.org>  Wed, 14 Sep 2005 11:37:20 -0500
+ -- Gunnar Wolf <gwolf at debian.org>  Wed, 14 Sep 2005 13:25:56 -0500
 
 libmail-box-perl (2.061-1) unstable; urgency=low
 

Modified: packages/libmail-box-perl/trunk/debian/rules
===================================================================
--- packages/libmail-box-perl/trunk/debian/rules	2005-09-14 18:25:30 UTC (rev 1368)
+++ packages/libmail-box-perl/trunk/debian/rules	2005-09-14 18:29:16 UTC (rev 1369)
@@ -32,6 +32,8 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install PREFIX=$(CURDIR)/debian/libmail-box-perl/usr
+	install -d $(CURDIR)/debian/$(PACKAGE)/usr/share/lintian/overrides
+	install -m 644 debian/lintian_overrides $(CURDIR)/debian/$(PACKAGE)/usr/share/lintian/overrides/$(PACKAGE)
 	# This package install a spurious Makefile.PL in /usr/share/perl5/Mail
 	# ... Just kill it. Of course, inform upstream - When it is gone,
 	# we'll have to remove this couple of lines.




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