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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Nov 18 07:37:23 UTC 2008


Author: dmn
Date: Tue Nov 18 07:37:20 2008
New Revision: 26998

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26998
Log:
Do not bail out when unable to determine dependencies

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=26998&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Tue Nov 18 07:37:20 2008
@@ -9,6 +9,7 @@
     of replacing the detected dependecy lists.
     Closes: #487850 -- allow adding, not overwriting dependencies with
                        --depends and friends
+  * Do not bail out when unable to determine dependencies
 
   [ Gunnar Wolf ]
   * Now creates machine-parsable debian/copyright files (cf.

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=26998&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Tue Nov 18 07:37:20 2008
@@ -777,8 +777,6 @@
             warn "Alternatively, including a META.yml file with dependencies\n" .
             "should allow discovery even for Module::Install modules. \n";
             warn '='x70,"\n";
-
-            exit 1;
         }
     }
 




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