r9757 - in /trunk/libmail-box-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Nov 25 17:04:20 UTC 2007


Author: dmn
Date: Sun Nov 25 17:04:20 2007
New Revision: 9757

URL: http://svn.debian.org/wsvn/?sc=1&rev=9757
Log:
* Use DESTDIR and PREFIX when invoking $(MAKE) install

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

Modified: trunk/libmail-box-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmail-box-perl/debian/changelog?rev=9757&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/changelog (original)
+++ trunk/libmail-box-perl/debian/changelog Sun Nov 25 17:04:20 2007
@@ -1,5 +1,6 @@
 libmail-box-perl (2.078-1) unstable; urgency=low
 
+  [ gregor herrmann ]
   * New upstream release.
   * Change build dependency from libtap-parser-perl to libtest-harness-perl
     (>= 3).
@@ -11,6 +12,9 @@
       adjust dependencies between targets.
     - Remove unneeded call to dh_strip.
 
+  [ Damyan Ivanov ]
+  * Use DESTDIR and PREFIX when invoking $(MAKE) install
+
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 22:23:13 +0100
 
 libmail-box-perl (2.076-1) unstable; urgency=low

Modified: trunk/libmail-box-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmail-box-perl/debian/rules?rev=9757&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/rules (original)
+++ trunk/libmail-box-perl/debian/rules Sun Nov 25 17:04:20 2007
@@ -34,7 +34,7 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	$(MAKE) install PREFIX=$(CURDIR)/debian/libmail-box-perl/usr
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/libmail-box-perl PREFIX=/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.




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