[DRE-commits] [gem2deb] 05/06: dh-make-ruby: generate uncommented Vcs-* headers in debian/control

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Sep 8 20:33:52 UTC 2014


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit fff92ef54e81f49a922287c1865704f6a7728022
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Sep 8 17:27:34 2014 -0300

    dh-make-ruby: generate uncommented Vcs-* headers in debian/control
---
 debian/changelog                                 | 1 +
 lib/gem2deb/dh_make_ruby/template/debian/control | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8e3bf5e..273a89a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ gem2deb (0.9.2) UNRELEASED; urgency=medium
     insecure and creating files all commented out.
   * install 'gem2deb/rake/testtask.rb' to gem2deb-test-runner instead of
     gem2deb
+  * dh-make-ruby: generate uncommented Vcs-* headers in debian/control
 
  -- Antonio Terceiro <terceiro at debian.org>  Tue, 02 Sep 2014 20:10:55 -0300
 
diff --git a/lib/gem2deb/dh_make_ruby/template/debian/control b/lib/gem2deb/dh_make_ruby/template/debian/control
index c996353..bc4e909 100644
--- a/lib/gem2deb/dh_make_ruby/template/debian/control
+++ b/lib/gem2deb/dh_make_ruby/template/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: <%= maintainer['DEBFULLNAME'] %> <<%= maintainer['DEBEMAIL'] %>>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= <%= Gem2Deb::VERSION %>~)<%= extra_build_dependencies.map { |d| ", #{d}" }.join %>
 Standards-Version: 3.9.5
-#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-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
 Homepage: <%= homepage ? homepage : 'FIXME'%>
 Testsuite: autopkgtest
 XS-Ruby-Versions: <%= ruby_versions %>

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