[DRE-commits] [gem2deb] 02/02: Use https on d/watch

Samuel Henrique samueloph-guest at moszumanska.debian.org
Wed Nov 8 01:36:58 UTC 2017


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

samueloph-guest pushed a commit to branch master
in repository gem2deb.

commit effa578dc253553b028031156f5708790afd99e9
Author: Samuel Henrique <samueloph at gmail.com>
Date:   Tue Nov 7 23:35:59 2017 -0200

    Use https on d/watch
---
 lib/gem2deb/dh_make_ruby/template/debian/watch | 2 +-
 test/sample/multibinary/debian/watch           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/gem2deb/dh_make_ruby/template/debian/watch b/lib/gem2deb/dh_make_ruby/template/debian/watch
index 6682bdc..da8caa6 100644
--- a/lib/gem2deb/dh_make_ruby/template/debian/watch
+++ b/lib/gem2deb/dh_make_ruby/template/debian/watch
@@ -1,2 +1,2 @@
 version=4
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/<%= gem_name %> .*/<%= gem_name %>-(.*).tar.gz
+https://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/<%= gem_name %> .*/<%= gem_name %>-(.*).tar.gz
diff --git a/test/sample/multibinary/debian/watch b/test/sample/multibinary/debian/watch
index 9c9bd26..5b9c766 100644
--- a/test/sample/multibinary/debian/watch
+++ b/test/sample/multibinary/debian/watch
@@ -1,2 +1,2 @@
 version=4
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/multibinary .*/multibinary-(.*).tar.gz
+https://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/multibinary .*/multibinary-(.*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gem2deb.git



More information about the Pkg-ruby-extras-commits mailing list