[DRE-commits] [gem2deb] 02/02: dh-make-ruby: change generated Vcs-Git URL from git:// to https://
Antonio Terceiro
terceiro at moszumanska.debian.org
Fri Jan 8 17:27:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository gem2deb.
commit 8df158097d6ceba7f4dda285cb50abbfc8686ad1
Author: Antonio Terceiro <terceiro at debian.org>
Date: Fri Jan 8 15:26:44 2016 -0200
dh-make-ruby: change generated Vcs-Git URL from git:// to https://
---
debian/changelog | 1 +
lib/gem2deb/dh_make_ruby/template/debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 29fb17d..65533cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ gem2deb (0.24) UNRELEASED; urgency=medium
metadata specifies the packages files as '**/*'
* test runner: call `rubyX.Y -S rake` instead of `rakeX.Y`. Ruby 2.3 does
not ship a rake2.3 anymore.
+ * dh-make-ruby: change generated Vcs-Git URL from git:// to https://
-- Antonio Terceiro <terceiro at debian.org> Fri, 20 Nov 2015 19:28:16 -0200
diff --git a/lib/gem2deb/dh_make_ruby/template/debian/control b/lib/gem2deb/dh_make_ruby/template/debian/control
index dbd58de..dc3ebfc 100644
--- a/lib/gem2deb/dh_make_ruby/template/debian/control
+++ b/lib/gem2deb/dh_make_ruby/template/debian/control
@@ -6,7 +6,7 @@ Uploaders: <%= maintainer['DEBFULLNAME'] %> <<%= maintainer['DEBEMAIL'] %>>
Build-Depends: debhelper (>= 9~),
gem2deb, <%= (extra_build_dependencies + binary_package.dependencies).map { |d| ", #{d}" }.join %>
Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/<%= source_package_name %>.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/<%= source_package_name %>.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/<%= source_package_name %>.git
Homepage: <%= homepage ? homepage : 'FIXME'%>
Testsuite: autopkgtest-pkg-ruby
--
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