[SCM] Debian packaging of dh-make-perl branch, master, updated. debian/0.75-1-21-g6453564

gregor herrmann gregoa at debian.org
Tue Jun 26 15:48:25 UTC 2012


The following commit has been merged in the master branch:
commit 6453564b5287a6ef285a90bb254276ac0d73d998
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 26 17:46:06 2012 +0200

    Handle username/password in sources.list.
    
    Thanks: lkml at ds.gauner.org for the bug report and the patch.
    Closes: #679129

diff --git a/lib/Debian/AptContents.pm b/lib/Debian/AptContents.pm
index 7260b52..8e1f887 100644
--- a/lib/Debian/AptContents.pm
+++ b/lib/Debian/AptContents.pm
@@ -166,6 +166,7 @@ sub repo_source_to_contents_paths {
 	^
         (?:([^:/?\#]+):)?                      # proto
         (?://
+                (?:[^:]+:[^@]+@)?              # username:password@
                 ([^:/?\#]*)                    # host
                 (?::(\d+))?                    # port
         )?

-- 
Debian packaging of dh-make-perl



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