r17084 - in /trunk/libmail-listdetector-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Sun Mar 9 16:57:31 UTC 2008


Author: ntyni
Date: Sun Mar  9 16:57:31 2008
New Revision: 17084

URL: http://svn.debian.org/wsvn/?sc=1&rev=17084
Log:
* Change the target directory of 'make install' to fix an empty package.
  (Closes: #470111).

Modified:
    trunk/libmail-listdetector-perl/debian/changelog
    trunk/libmail-listdetector-perl/debian/rules

Modified: trunk/libmail-listdetector-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmail-listdetector-perl/debian/changelog?rev=17084&op=diff
==============================================================================
--- trunk/libmail-listdetector-perl/debian/changelog (original)
+++ trunk/libmail-listdetector-perl/debian/changelog Sun Mar  9 16:57:31 2008
@@ -1,3 +1,10 @@
+libmail-listdetector-perl (1.01+dfsg-3) unstable; urgency=low
+
+  * Change the target directory of 'make install' to fix an empty package.
+    (Closes: #470111).
+
+ -- Niko Tyni <ntyni at debian.org>  Sun, 09 Mar 2008 14:59:02 +0200
+
 libmail-listdetector-perl (1.01+dfsg-2) unstable; urgency=low
 
   [ Joey Hess ]

Modified: trunk/libmail-listdetector-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmail-listdetector-perl/debian/rules?rev=17084&op=diff
==============================================================================
--- trunk/libmail-listdetector-perl/debian/rules (original)
+++ trunk/libmail-listdetector-perl/debian/rules Sun Mar  9 16:57:31 2008
@@ -35,8 +35,8 @@
 	dh_testroot
 	dh_clean -k
 
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(package)
-	[ ! -d debian/$(package)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose debian/$(package)/usr/lib/perl5
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(PACKAGE)
+	[ ! -d debian/$(PACKAGE)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose debian/$(PACKAGE)/usr/lib/perl5
 
 	touch install-stamp
 




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