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

Gunnar Wolf gwolf@costa.debian.org
Mon, 18 Apr 2005 20:21:57 +0000


Author: gwolf
Date: 2005-04-18 20:21:57 +0000 (Mon, 18 Apr 2005)
New Revision: 947

Modified:
   packages/libmail-box-perl/trunk/debian/changelog
   packages/libmail-box-perl/trunk/debian/rules
Log:
Fixed: No longer includes Makefile.PL in output.


Modified: packages/libmail-box-perl/trunk/debian/changelog
===================================================================
--- packages/libmail-box-perl/trunk/debian/changelog	2005-04-18 20:05:43 UTC (rev 946)
+++ packages/libmail-box-perl/trunk/debian/changelog	2005-04-18 20:21:57 UTC (rev 947)
@@ -1,3 +1,10 @@
+libmail-box-perl (2.060-2) unstable; urgency=low
+
+  * No longer installs spurious Makefile.PL in /usr/share/perl5/Mail
+    (Closes: #304813)
+
+ -- Gunnar Wolf <gwolf@debian.org>  Mon, 18 Apr 2005 15:16:49 -0500
+
 libmail-box-perl (2.060-1) unstable; urgency=low
 
   * New upstream release (Closes: #293074)

Modified: packages/libmail-box-perl/trunk/debian/rules
===================================================================
--- packages/libmail-box-perl/trunk/debian/rules	2005-04-18 20:05:43 UTC (rev 946)
+++ packages/libmail-box-perl/trunk/debian/rules	2005-04-18 20:21:57 UTC (rev 947)
@@ -32,6 +32,10 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install PREFIX=$(CURDIR)/debian/libmail-box-perl/usr
+	# 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.
+	rm $(CURDIR)/debian/libmail-box-perl/usr/share/perl5/Mail/Makefile.PL
 
 binary-indep: build install
 binary-arch: build install