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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Sep 16 18:16:37 UTC 2007


Author: dmn
Date: Sun Sep 16 18:16:37 2007
New Revision: 7609

URL: http://svn.debian.org/wsvn/?sc=1&rev=7609
Log:
  + use $(CURDIR) 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=7609&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/changelog (original)
+++ trunk/libdate-manip-perl/debian/changelog Sun Sep 16 18:16:37 2007
@@ -9,13 +9,13 @@
   * debian/rules cleanup
     + drop unused dh_* calls
     + move dh_clean $stamp_files before distclean
-    + use $(CWD) instead of `pwd`
+    + use $(CURDIR) instead of `pwd`
   * Added myself to Uploaders
   * Dropped patches applied upstream
     03_today_insensitive.dpatch
     04_manip_pet_tz.dpatch
 
- -- Damyan Ivanov <dmn at debian.org>  Sun, 16 Sep 2007 21:10:21 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Sun, 16 Sep 2007 21:16:20 +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=7609&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/rules (original)
+++ trunk/libdate-manip-perl/debian/rules Sun Sep 16 18:16:37 2007
@@ -13,7 +13,7 @@
 
 PACKAGE = `dh_listpackages`
 
-TMP = $(CWD)/debian/$(PACKAGE)
+TMP = $(CURDIR)/debian/$(PACKAGE)
 
 configure: configure-stamp
 configure-stamp:




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