[DRE-commits] [gem2deb] 01/01: Bump Standards-Version in template
Antonio Terceiro
terceiro at moszumanska.debian.org
Fri Jun 24 17:28:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository gem2deb.
commit e03a5db585457dbb2340dec7e6181a188f744a1c
Author: Antonio Terceiro <terceiro at debian.org>
Date: Fri Jun 24 14:28:07 2016 -0300
Bump Standards-Version in template
---
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 73f796e..4188c0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gem2deb (0.30.4) UNRELEASED; urgency=medium
+
+ * dh-make-ruby:
+ - Bump Standards-Version in debian/control template to 3.9.8
+
+ -- Antonio Terceiro <terceiro at debian.org> Fri, 24 Jun 2016 14:27:38 -0300
+
gem2deb (0.30.3) unstable; urgency=medium
* test/unit/dh_ruby_test.rb: fix method that gets the list of binary
diff --git a/lib/gem2deb/dh_make_ruby/template/debian/control b/lib/gem2deb/dh_make_ruby/template/debian/control
index d3d15f9..b3e33a5 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.7
+Standards-Version: 3.9.8
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