r39318 - in /trunk/dh-make-perl: debian/changelog lib/Debian/AptContents.pm

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sat Jul 4 06:31:50 UTC 2009


Author: carnil-guest
Date: Sat Jul  4 06:31:43 2009
New Revision: 39318

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39318
Log:
slightly enchange regexp, remove not needed \s

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/lib/Debian/AptContents.pm

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=39318&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Sat Jul  4 06:31:43 2009
@@ -17,7 +17,7 @@
   * Further improve gregoa's change and follow now that was apt-file is doing.
     (See #535017). 
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Fri, 03 Jul 2009 21:16:42 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sat, 04 Jul 2009 08:30:33 +0200
 
 dh-make-perl (0.56) unstable; urgency=low
 

Modified: trunk/dh-make-perl/lib/Debian/AptContents.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/AptContents.pm?rev=39318&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/AptContents.pm (original)
+++ trunk/dh-make-perl/lib/Debian/AptContents.pm Sat Jul  4 06:31:43 2009
@@ -152,10 +152,10 @@
 	^
         (?:([^:/?\#]+):)?                      # proto
         (?://
-        	([^:/?\#]*)                     # host
-                (?::(\d+))?                     # port
+        	([^:/?\#]*)                    # host
+                (?::(\d+))?                    # port
         )?
-        ([^?\s\#]*)                             # path
+        ([^?\#]*)                              # path
     }x;
 
     unless ( defined $schema ) {




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