[DRE-commits] [gem2deb] 01/01: dh-make-ruby: bump Standards-Version
Antonio Terceiro
terceiro at moszumanska.debian.org
Wed Feb 24 17:48:09 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 0c96292f027e76e77cd53a7a652dca7c54208e08
Author: Antonio Terceiro <terceiro at debian.org>
Date: Wed Feb 24 14:47:57 2016 -0300
dh-make-ruby: bump Standards-Version
---
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 961cc40..df5d49f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gem2deb (0.26.2) UNRELEASED; urgency=medium
+
+ * dh-make-ruby: bump Standards-Version in generated debian/control files to
+ 3.9.7
+
+ -- Antonio Terceiro <terceiro at debian.org> Wed, 24 Feb 2016 14:47:23 -0300
+
gem2deb (0.26.1) unstable; urgency=medium
* metadata: resist gemspec.bindir not being a String (Closes: #814973)
diff --git a/lib/gem2deb/dh_make_ruby/template/debian/control b/lib/gem2deb/dh_make_ruby/template/debian/control
index dc3ebfc..d3d15f9 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.6
+Standards-Version: 3.9.7
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