[DRE-commits] [gem2deb] 01/04: dh-make-ruby: also bump the debhelper build dependency

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Jul 9 15:48:10 UTC 2017


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit 8322aafa92a2fe83567ff3335e4917aac784bdf3
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jul 1 20:15:13 2017 -0300

    dh-make-ruby: also bump the debhelper build dependency
---
 lib/gem2deb/dh_make_ruby/template/debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/gem2deb/dh_make_ruby/template/debian/control b/lib/gem2deb/dh_make_ruby/template/debian/control
index b1f4c11..bb51c5c 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 (>= 9~),
+Build-Depends: debhelper (>= 10~),
                gem2deb, <%= (extra_build_dependencies + binary_package.dependencies).map { |d| ", #{d}" }.join %>
 Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/<%= source_package_name %>.git

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