r27356 - /trunk/dh-make-perl/dh-make-perl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Nov 27 20:25:06 UTC 2008


Author: dmn
Date: Thu Nov 27 20:24:54 2008
New Revision: 27356

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27356
Log:
make components optional in sources.list parser

Modified:
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=27356&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Thu Nov 27 20:24:54 2008
@@ -172,8 +172,10 @@
             )?
             \s+
             (\S+)           # distribution
-            \s+
-            (.+)            # components
+            (?
+                \s+
+                (.+)            # components
+            )?
         }x;
 
         unless ( defined $schema ) {




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