[DRE-commits] [gem2deb] 01/01: dh-make-ruby: remove version qualifier from build-dependency on gem2deb

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Sep 10 13:01:36 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 db96b0fc288c60ef31fa4e213b1768916850f510
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Sep 10 10:01:20 2014 -0300

    dh-make-ruby: remove version qualifier from build-dependency on gem2deb
    
    ... to remove friction when backporting.
---
 debian/changelog                                 | 7 +++++++
 lib/gem2deb/dh_make_ruby/template/debian/control | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 29e2def..504de16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gem2deb (0.11) UNRELEASED; urgency=medium
+
+  * dh-make-ruby: remove version qualifier from build-dependency on gem2deb to
+    remove friction when backporting.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Wed, 10 Sep 2014 10:00:08 -0300
+
 gem2deb (0.10) unstable; urgency=medium
 
   * gem2deb-test-runner: add '.' to $LOAD_PATH with --autopkgtest
diff --git a/lib/gem2deb/dh_make_ruby/template/debian/control b/lib/gem2deb/dh_make_ruby/template/debian/control
index bc4e909..8a719c2 100644
--- a/lib/gem2deb/dh_make_ruby/template/debian/control
+++ b/lib/gem2deb/dh_make_ruby/template/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: <%= maintainer['DEBFULLNAME'] %> <<%= maintainer['DEBEMAIL'] %>>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= <%= Gem2Deb::VERSION %>~)<%= extra_build_dependencies.map { |d| ", #{d}" }.join %>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb<%= 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

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