[pkg-perl-tools] 02/03: scripts/debian-upstream: add another URL replacement (http://github.com/).

gregor herrmann gregoa at debian.org
Fri May 27 13:03:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit 97bf38cc35e7ea5e5e2b09b5cad3de4a6ae8a180
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 27 15:01:01 2016 +0200

    scripts/debian-upstream: add another URL replacement (http://github.com/).
---
 scripts/debian-upstream | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/debian-upstream b/scripts/debian-upstream
index 131bd69..491ef11 100755
--- a/scripts/debian-upstream
+++ b/scripts/debian-upstream
@@ -34,8 +34,9 @@ my %secure_URL = (
 
     'https://github.com/' => [qw(
         git://github.com/
-        ssh://git@github.com/
         git at github.com:
+        http://github.com/
+        ssh://git@github.com/
     )],
 );
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



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