[DRE-commits] [gem2deb] 01/02: dh-make-ruby: use debhelper compatibility level 9 by default
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat Aug 8 15:50:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository gem2deb.
commit 1e01f204aadd372948e04aed8a4f2f3488caa15f
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sat Aug 8 11:39:22 2015 -0300
dh-make-ruby: use debhelper compatibility level 9 by default
---
debian/changelog | 3 ++-
lib/gem2deb/dh_make_ruby/template/debian/compat | 2 +-
lib/gem2deb/dh_make_ruby/template/debian/control | 4 +++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a23905e..ef1436d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-gem2deb (0.20.3) UNRELEASED; urgency=medium
+gem2deb (0.21) UNRELEASED; urgency=medium
* dh_ruby: only ask questions interactively when called by gem2deb
+ * dh-make-ruby: use debhelper compatibility level 9 by default
-- Antonio Terceiro <terceiro at debian.org> Fri, 31 Jul 2015 09:40:58 -0300
diff --git a/lib/gem2deb/dh_make_ruby/template/debian/compat b/lib/gem2deb/dh_make_ruby/template/debian/compat
index 7f8f011..ec63514 100644
--- a/lib/gem2deb/dh_make_ruby/template/debian/compat
+++ b/lib/gem2deb/dh_make_ruby/template/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/lib/gem2deb/dh_make_ruby/template/debian/control b/lib/gem2deb/dh_make_ruby/template/debian/control
index 0dce690..105f9ae 100644
--- a/lib/gem2deb/dh_make_ruby/template/debian/control
+++ b/lib/gem2deb/dh_make_ruby/template/debian/control
@@ -3,7 +3,9 @@ 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<%= (extra_build_dependencies + binary_package.dependencies).map { |d| ", #{d}" }.join %>
+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-Browser: https://anonscm.debian.org/cgit/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