r34563 - in /trunk/dh-make-perl: debian/changelog lib/DhMakePerl/Config.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri May 1 17:41:05 UTC 2009


Author: dmn
Date: Fri May  1 17:41:00 2009
New Revision: 34563

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34563
Log:
add 'make' to the list of commands

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/lib/DhMakePerl/Config.pm

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=34563&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Fri May  1 17:41:00 2009
@@ -10,7 +10,10 @@
   [ Ryan Niebur ]
   * remove useless comments from watch file
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 30 Apr 2009 19:42:52 -0700
+  [ Damyan Ivanov ]
+  * add 'make' to the list of commands
+
+ -- gregor herrmann <gregoa at debian.org>  Mon, 27 Apr 2009 16:42:59 +0200
 
 dh-make-perl (0.55) unstable; urgency=low
 

Modified: trunk/dh-make-perl/lib/DhMakePerl/Config.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Config.pm?rev=34563&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Config.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Config.pm Fri May  1 17:41:00 2009
@@ -24,7 +24,8 @@
     'verbose!',        'version=s',
 );
 
-use constant commands => ( 'refresh|R', 'refresh-cache', 'dump-config', 'locate' );
+use constant commands =>
+    ( 'make', 'refresh|R', 'refresh-cache', 'dump-config', 'locate' );
 
 __PACKAGE__->mk_accessors(
     do {




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