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

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Dec 1 19:56:55 UTC 2008


Author: ryan52-guest
Date: Mon Dec  1 19:56:52 2008
New Revision: 27587

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27587
Log:
process META.yml file while refreshing, too

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=27587&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Mon Dec  1 19:56:52 2008
@@ -35,7 +35,10 @@
   * We now inform the user about the --core-ok switch if they're trying
     to build a core module.
 
- -- Damyan Ivanov <dmn at debian.org>  Wed, 26 Nov 2008 12:36:45 +0200
+  [ Ryan Niebur ]
+  * process META.yml file when refreshing
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Dec 2008 11:55:23 -0800
 
 dh-make-perl (0.50) unstable; urgency=low
 

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=27587&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Mon Dec  1 19:56:52 2008
@@ -580,6 +580,7 @@
     die "debian/copyright.bak already exists. Aborting!\n"
         if -e "debian/copyright.bak";
 
+    $meta = process_meta("$maindir/META.yml") if ( -f "$maindir/META.yml" );
     ( $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