r9770 - in /trunk/libtext-quoted-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Nov 25 21:20:50 UTC 2007


Author: dmn
Date: Sun Nov 25 21:20:50 2007
New Revision: 9770

URL: http://svn.debian.org/wsvn/?sc=1&rev=9770
Log:
* debian/rules:
  + Drop unneeded dh_installman
  + Use proper DESTDIR and PREFIX when installing
  + Make install target depend on build

Modified:
    trunk/libtext-quoted-perl/debian/changelog
    trunk/libtext-quoted-perl/debian/rules

Modified: trunk/libtext-quoted-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtext-quoted-perl/debian/changelog?rev=9770&op=diff
==============================================================================
--- trunk/libtext-quoted-perl/debian/changelog (original)
+++ trunk/libtext-quoted-perl/debian/changelog Sun Nov 25 21:20:50 2007
@@ -10,6 +10,10 @@
 
   [ Damyan Ivanov ]
   * add myself to Uploaders
+  * debian/rules:
+    + Drop unneeded dh_installman
+    + Use proper DESTDIR and PREFIX when installing
+    + Make install target depend on build
 
  -- Damyan Ivanov <dmn at debian.org>  Sun, 25 Nov 2007 23:13:43 +0200
 

Modified: trunk/libtext-quoted-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtext-quoted-perl/debian/rules?rev=9770&op=diff
==============================================================================
--- trunk/libtext-quoted-perl/debian/rules (original)
+++ trunk/libtext-quoted-perl/debian/rules Sun Nov 25 21:20:50 2007
@@ -35,13 +35,13 @@
 	dh_clean build-stamp configure-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
 
-install:
+install: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
 
-	$(MAKE) install PREFIX=$(TMP)/usr
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# Remove any empty directories
 
@@ -56,7 +56,6 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-	dh_installman
 	dh_installchangelogs Changes
 	dh_compress
 	dh_fixperms




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