[DRE-commits] [gem2deb] 01/01: dh-make-ruby: Bump Standards-Version in produced packages to 4.0.0

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Jul 1 14:19:01 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 4e1e98ba55670d6f4f166e55977273738b24c9e8
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jul 1 11:15:35 2017 -0300

    dh-make-ruby: Bump Standards-Version in produced packages to 4.0.0
---
 debian/changelog                                 | 2 ++
 lib/gem2deb/dh_make_ruby/template/debian/control | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a73545a..c8d0e33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ gem2deb (0.33.2) UNRELEASED; urgency=medium
   [ Antonio Terceiro ]
   * Fix most Ruby warning in the code. They were exposed by rake 12.0.0, which
     runs tests with warnings enabled by default.
+  * dh-make-ruby:
+    - Bump Standards-Version in produced packages to 4.0.0
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 19 May 2017 10:28:28 -0300
 
diff --git a/lib/gem2deb/dh_make_ruby/template/debian/control b/lib/gem2deb/dh_make_ruby/template/debian/control
index b3e33a5..b1f4c11 100644
--- a/lib/gem2deb/dh_make_ruby/template/debian/control
+++ b/lib/gem2deb/dh_make_ruby/template/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: <%= maintainer['DEBFULLNAME'] %> <<%= maintainer['DEBEMAIL'] %>>
 Build-Depends: debhelper (>= 9~),
                gem2deb, <%= (extra_build_dependencies + binary_package.dependencies).map { |d| ", #{d}" }.join %>
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/<%= source_package_name %>.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/<%= source_package_name %>.git
 Homepage: <%= homepage ? homepage : 'FIXME'%>

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