r21786 - in /trunk/dh-make-perl: debian/changelog dh-make-perl

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jun 17 13:47:50 UTC 2008


Author: gregoa
Date: Tue Jun 17 13:47:49 2008
New Revision: 21786

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21786
Log:
Call process_meta also in refresh mode to get package name more easily.

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=21786&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Tue Jun 17 13:47:49 2008
@@ -18,6 +18,7 @@
   [ gregor herrmann ]
   * Add stamp-files to rules.dh7.{xs,noxs} (cf.
     /usr/share/doc/debhelper/examples/rules.simple from debhelper 7.0.11)
+  * Call process_meta also in refresh mode to get package name more easily.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 18 May 2008 16:12:47 +0200
 

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=21786&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Tue Jun 17 13:47:49 2008
@@ -152,6 +152,7 @@
 {
     print "Engaging refresh mode\n";
     $maindir='.';
+    $meta = process_meta("$maindir/META.yml") if (-f "$maindir/META.yml"); # package name
     ($pkgname, $version) = extract_basic();  # also detects arch-dep package
     $module_build = (-f "$maindir/Build.PL") ? "Module-Build" : "MakeMaker";
     $debiandir='./debian';




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