r12701 - in /trunk/libxml-libxml-common-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Mon Jan 14 11:37:07 UTC 2008


Author: ntyni
Date: Mon Jan 14 11:37:06 2008
New Revision: 12701

URL: http://svn.debian.org/wsvn/?sc=1&rev=12701
Log:
* Use dh_listpackages instead of the name of the build directory to extract
  the package name.

Modified:
    trunk/libxml-libxml-common-perl/debian/changelog
    trunk/libxml-libxml-common-perl/debian/rules

Modified: trunk/libxml-libxml-common-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/changelog?rev=12701&op=diff
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/changelog (original)
+++ trunk/libxml-libxml-common-perl/debian/changelog Mon Jan 14 11:37:06 2008
@@ -1,10 +1,15 @@
 libxml-libxml-common-perl (0.13-6) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
   * debian/rules: delete /usr/share/perl5 only if it exists.
+
+  [ Niko Tyni ]
+  * Use dh_listpackages instead of the name of the build directory to extract
+    the package name.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:39 +0100
 

Modified: trunk/libxml-libxml-common-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/rules?rev=12701&op=diff
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/rules (original)
+++ trunk/libxml-libxml-common-perl/debian/rules Mon Jan 14 11:37:06 2008
@@ -8,7 +8,7 @@
 # This is the debhelper compatibility version to use.
 # export DH_COMPAT=4
 
-PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+PACKAGE=$(shell dh_listpackages)
 
 
 build:




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