r10076 - in /trunk/libdate-manip-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Nov 30 20:55:27 UTC 2007


Author: dmn
Date: Fri Nov 30 20:55:27 2007
New Revision: 10076

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

Modified:
    trunk/libdate-manip-perl/debian/changelog
    trunk/libdate-manip-perl/debian/rules

Modified: trunk/libdate-manip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdate-manip-perl/debian/changelog?rev=10076&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/changelog (original)
+++ trunk/libdate-manip-perl/debian/changelog Fri Nov 30 20:55:27 2007
@@ -1,11 +1,15 @@
 libdate-manip-perl (5.48-1) unstable; urgency=low
 
+  [ gregor herrmann ]
   * New upstream release.
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/watch: use dist-based URL.
   * debian/rules: let -stamp targests only depend on other -stamp targets.
+
+  [ Damyan Ivanov ]
+  * Use both DESTDIR and PREFIX when calling $(MAKE) install
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 30 Nov 2007 15:49:43 +0100
 

Modified: trunk/libdate-manip-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdate-manip-perl/debian/rules?rev=10076&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/rules (original)
+++ trunk/libdate-manip-perl/debian/rules Fri Nov 30 20:55:27 2007
@@ -45,7 +45,7 @@
 	dh_testroot
 	dh_clean -k
 
-	$(MAKE) install PREFIX=$(TMP)/usr
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# Remove any empty directories
 




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