[DRE-commits] [gem2deb] 07/07: edit changelog and bump version number
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Aug 21 21:11:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch autopkgtest
in repository gem2deb.
commit 8ed698f1cf2c972cb720753aa8f4753d88a042a7
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Aug 21 23:10:36 2014 +0200
edit changelog and bump version number
---
debian/changelog | 15 +++++++++++++++
lib/gem2deb/version.rb | 2 +-
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 14ec16d..188693f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+gem2deb (0.9.0) UNRELEASED; urgency=medium
+
+ * Provide support for DEP-8 autopkgtest
+ + split out a gem2deb-test-runner binary package
+ + add a XS-Testsuite: autopkgtest field to template debian/control
+ + add templates for debian/tests files and XS-Testsuite: autopkgtest field
+ to debian/control template
+ * Make dh-make-ruby idempotent
+ * Disable output to sterr when running autopkgtest
+ + disable warning with -W0 when calling ruby for tests
+ + do not make FileUtils verbose
+ * Refactor test_suite creation in dh_make_ruby
+
+ -- Cédric Boutillier <boutil at debian.org> Thu, 21 Aug 2014 22:33:08 +0200
+
gem2deb (0.8.0) unstable; urgency=medium
[Antonio Terceiro]
diff --git a/lib/gem2deb/version.rb b/lib/gem2deb/version.rb
index 45d4fd8..dee63ed 100644
--- a/lib/gem2deb/version.rb
+++ b/lib/gem2deb/version.rb
@@ -1,3 +1,3 @@
module Gem2Deb
- VERSION = '0.8.0'
+ VERSION = '0.9.0'
end
--
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