r1367 - packages/libpdf-api2-perl/trunk/debian

Gunnar Wolf gwolf at costa.debian.org
Wed Sep 14 18:08:36 UTC 2005


Author: gwolf
Date: 2005-09-14 18:08:36 +0000 (Wed, 14 Sep 2005)
New Revision: 1367

Added:
   packages/libpdf-api2-perl/trunk/debian/lintian_overrides
Modified:
   packages/libpdf-api2-perl/trunk/debian/changelog
   packages/libpdf-api2-perl/trunk/debian/rules
Log:
Added lintian overrides


Modified: packages/libpdf-api2-perl/trunk/debian/changelog
===================================================================
--- packages/libpdf-api2-perl/trunk/debian/changelog	2005-09-14 17:10:45 UTC (rev 1366)
+++ packages/libpdf-api2-perl/trunk/debian/changelog	2005-09-14 18:08:36 UTC (rev 1367)
@@ -1,11 +1,13 @@
 libpdf-api2-perl (0.46-1) unstable; urgency=low
 
   * New upstream release
-  * Somehow, I managed to lose the documentation generation changes I 
+  * Somehow, I managed to lose the documentation generation changes I
     introduced in 0.4.91-2 - Introducing them back :-/ (and fixing a couple
     of not-man-friendly characters here and there)
+  * Added Lintian overrides for manpage-has-errors-from-man (a pod2man
+    bug, reporting it)
 
- -- Gunnar Wolf <gwolf at debian.org>  Wed, 14 Sep 2005 11:43:37 -0500
+ -- Gunnar Wolf <gwolf at debian.org>  Wed, 14 Sep 2005 12:58:40 -0500
 
 libpdf-api2-perl (0.45-1) unstable; urgency=low
 

Added: packages/libpdf-api2-perl/trunk/debian/lintian_overrides
===================================================================
--- packages/libpdf-api2-perl/trunk/debian/lintian_overrides	2005-09-14 17:10:45 UTC (rev 1366)
+++ packages/libpdf-api2-perl/trunk/debian/lintian_overrides	2005-09-14 18:08:36 UTC (rev 1367)
@@ -0,0 +1 @@
+libpdf-api2-perl: manpage-has-errors-from-man

Modified: packages/libpdf-api2-perl/trunk/debian/rules
===================================================================
--- packages/libpdf-api2-perl/trunk/debian/rules	2005-09-14 17:10:45 UTC (rev 1366)
+++ packages/libpdf-api2-perl/trunk/debian/rules	2005-09-14 18:08:36 UTC (rev 1367)
@@ -28,6 +28,8 @@
 	$(MAKE) test
 	$(MAKE) install PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr
 	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+	install -d $(CURDIR)/debian/$(PACKAGE)/usr/share/lintian/overrides
+	install -m 644 debian/lintian_overrides $(CURDIR)/debian/$(PACKAGE)/usr/share/lintian/overrides/libpdf-api2-perl
 
 binary-arch:;
 binary-indep: build install




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