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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Sep 15 20:05:07 UTC 2007


Author: dmn
Date: Sat Sep 15 20:05:06 2007
New Revision: 7602

URL: http://svn.debian.org/wsvn/?sc=1&rev=7602
Log:
* debian/rules cleanup
  + drop unused dh_* calls
  + move dh_clean $stamp_files before distclean
  + use $(CWD) instead of `pwd`

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=7602&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/changelog (original)
+++ trunk/libdate-manip-perl/debian/changelog Sat Sep 15 20:05:06 2007
@@ -6,8 +6,12 @@
     + New timezones
   * Updated copyright years
   * Use search.cpan.org/dist/Date-Manip as upstream URL
+  * debian/rules cleanup
+    + drop unused dh_* calls
+    + move dh_clean $stamp_files before distclean
+    + use $(CWD) instead of `pwd`
 
- -- Damyan Ivanov <dmn at debian.org>  Sat, 15 Sep 2007 23:01:51 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Sat, 15 Sep 2007 23:04:07 +0300
 
 libdate-manip-perl (5.44-6) UNRELEASED; urgency=low
 

Modified: trunk/libdate-manip-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdate-manip-perl/debian/rules?rev=7602&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/rules (original)
+++ trunk/libdate-manip-perl/debian/rules Sat Sep 15 20:05:06 2007
@@ -13,7 +13,7 @@
 
 PACKAGE = `dh_listpackages`
 
-TMP = `pwd`/debian/$(PACKAGE)
+TMP = $(CWD)/debian/$(PACKAGE)
 
 configure: configure-stamp
 configure-stamp:
@@ -36,15 +36,14 @@
 	dh_testdir
 	dh_testroot
 
+	dh_clean build-stamp configure-stamp
+
 	[ ! -e Makefile ] || $(MAKE) distclean
-
-	dh_clean build-stamp configure-stamp
 
 install: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	dh_installdirs
 
 	$(MAKE) install PREFIX=$(TMP)/usr
 
@@ -62,7 +61,6 @@
 	dh_testroot
 	dh_perl
 	dh_installdocs README TODO
-	dh_installman
 	dh_installchangelogs -k HISTORY
 	dh_installexamples DateManip.cnf
 	dh_compress




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