[DRE-commits] [gem2deb] 01/01: Update Vcs-Browser to cgit URL and HTTPS

Sebastien Badia sbadia-guest at moszumanska.debian.org
Sat Apr 11 22:05:19 UTC 2015


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

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

commit 1dfda38015cfe2fddb26788effc6ea79af89367c
Author: Sebastien Badia <seb at sebian.fr>
Date:   Sat Apr 11 23:29:24 2015 +0200

    Update Vcs-Browser to cgit URL and HTTPS
---
 debian/changelog                                                   | 4 ++++
 debian/control                                                     | 2 +-
 lib/gem2deb/dh_make_ruby/template/debian/control                   | 2 +-
 test/sample/multibinary/debian/control                             | 2 +-
 test/sample/simpleextension_dh_auto_install_destdir/debian/control | 2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d0ad5c7..234a246 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 gem2deb (0.14) UNRELEASED; urgency=medium
 
+  [ Antonio Terceiro ]
   * dh-make-ruby: fix conversion of gem names with uppercase characters into
     debian package names
   * dh_ruby: don't pass LIBDIR into command line when running different
@@ -9,6 +10,9 @@ gem2deb (0.14) UNRELEASED; urgency=medium
   * debian/requires-rubygems.overrides it not supported anymore. Patching out
     instances of `require 'rubygems'` is now considered an antipattern.
 
+  [ Sebastien Badia ]
+  * Update Vcs-Browser to cgit URL and HTTPS.
+
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 10 Apr 2015 10:49:34 +0200
 
 gem2deb (0.13) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index a4e53ad..cab8ef7 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 7.0.50~),
                ruby-test-unit
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/gem2deb.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/gem2deb.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/gem2deb.git
 XS-Testsuite: autopkgtest
 
 Package: gem2deb
diff --git a/lib/gem2deb/dh_make_ruby/template/debian/control b/lib/gem2deb/dh_make_ruby/template/debian/control
index 7811234..0dce690 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 (>= 7.0.50~), 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-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/<%= source_package_name %>.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/<%= source_package_name %>.git
 Homepage: <%= homepage ? homepage : 'FIXME'%>
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: <%= ruby_versions %>
diff --git a/test/sample/multibinary/debian/control b/test/sample/multibinary/debian/control
index 59e261a..23dc4d2 100644
--- a/test/sample/multibinary/debian/control
+++ b/test/sample/multibinary/debian/control
@@ -6,7 +6,7 @@ Uploaders: Antonio Terceiro <terceiro at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~)
 Standards-Version: 3.9.4
 #Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-multibinary.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-multibinary.git;a=summary
+#Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-multibinary.git
 Homepage: FIXME
 XS-Ruby-Versions: all
 
diff --git a/test/sample/simpleextension_dh_auto_install_destdir/debian/control b/test/sample/simpleextension_dh_auto_install_destdir/debian/control
index 1f5f182..3320bf4 100644
--- a/test/sample/simpleextension_dh_auto_install_destdir/debian/control
+++ b/test/sample/simpleextension_dh_auto_install_destdir/debian/control
@@ -6,7 +6,7 @@ Uploaders: Antonio Terceiro <terceiro at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.0~)
 Standards-Version: 3.9.4
 #Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-simpleextension-dh-auto-install-destdir.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-simpleextension-dh-auto-install-destdir.git;a=summary
+#Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-simpleextension-dh-auto-install-destdir.git
 Homepage: FIXME
 XS-Ruby-Versions: all
 

-- 
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