r17955 - in /trunk/dh-make-perl: debian/changelog dh-make-perl
    dmn at users.alioth.debian.org 
    dmn at users.alioth.debian.org
       
    Mon Mar 24 14:43:53 UTC 2008
    
    
  
Author: dmn
Date: Mon Mar 24 14:43:52 2008
New Revision: 17955
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17955
Log:
create debian/watch whenever upstream URL is available, not only if --cpan is given
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=17955&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Mon Mar 24 14:43:52 2008
@@ -4,6 +4,8 @@
     using the current templates. Useful when updating packages with ancient
     debian/rules.
   * remove trailing blank from usage text
+  * create debian/watch whenever upstream URL is available, not only if --cpan
+    is given
 
  -- Damyan Ivanov <dmn at debian.org>  Mon, 24 Mar 2008 16:24:29 +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=17955&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Mon Mar 24 14:43:52 2008
@@ -239,7 +239,7 @@
 create_changelog("$debiandir/changelog", $closes);
 create_rules("$debiandir/rules");
 create_compat("$debiandir/compat");
-create_watch("$debiandir/watch", $opts{cpan}) if ($opts{cpan});
+create_watch("$debiandir/watch") if $upsurl;
 #create_readme("$debiandir/README.Debian");
 create_copyright("$debiandir/copyright");
 fix_rules("$debiandir/rules", (defined $changelog ? $changelog : ''), \@docs, \@examples);
    
    
More information about the Pkg-perl-cvs-commits
mailing list