r27588 - 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 20:06:07 UTC 2008


Author: ryan52-guest
Date: Mon Dec  1 20:06:04 2008
New Revision: 27588

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27588
Log:
create debian/compat file while refreshing

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=27588&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Mon Dec  1 20:06:04 2008
@@ -37,8 +37,9 @@
 
   [ Ryan Niebur ]
   * process META.yml file when refreshing
-
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Dec 2008 11:55:23 -0800
+  * create debian/compat file while refreshing
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Dec 2008 12:05:11 -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=27588&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Mon Dec  1 20:06:04 2008
@@ -593,6 +593,9 @@
     print "Found examples: @examples\n" if @examples and $opt_verbose;
     copy( "$debiandir/rules", "$debiandir/rules.bak" );
     create_rules("$debiandir/rules");
+    if (! -f "$debiandir/compat" or $opt_dh == 7) {
+        create_compat("$debiandir/compat");
+    }
     fix_rules( "$debiandir/rules", ( defined $changelog ? $changelog : '' ),
         \@docs, \@examples, );
     copy( "$debiandir/copyright", "$debiandir/copyright.bak" );




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