[DRE-commits] [gem2deb] 06/06: New release

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Dec 2 13:03:21 UTC 2013


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository gem2deb.

commit 7e8571c24d0f6f6e2339e4080f12ac3926aea9ef
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Dec 2 09:49:04 2013 -0300

    New release
---
 debian/changelog       | 14 ++++++++++++++
 lib/gem2deb/version.rb |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bf5b10b..0b5ed79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+gem2deb (0.6.0) unstable; urgency=low
+
+  * gem2tgz: fix full path handling when generating tarball name
+    (Closes: #730854)
+  * Don't interpolate path in regular expression when loading templates.
+    This fixes the build when the source directory contains regular
+    expression metacharacters such as '+' (Closes: #730854)
+  * debian/control: add versioned build-depends on ruby-mocha (Closes: #730690)
+  * Ignore non-installed interpreters.
+    This will ease backports of gem2deb without also having to backport the
+    interpreters supported in unstable. (Closes: #730694)
+
+ -- Antonio Terceiro <terceiro at debian.org>  Mon, 02 Dec 2013 09:49:30 -0300
+
 gem2deb (0.5.1) unstable; urgency=low
 
   * Don't interpolate arguments for shell commands.
diff --git a/lib/gem2deb/version.rb b/lib/gem2deb/version.rb
index 6808add..bc35315 100644
--- a/lib/gem2deb/version.rb
+++ b/lib/gem2deb/version.rb
@@ -1,3 +1,3 @@
 module Gem2Deb
-  VERSION = '0.5.0'
+  VERSION = '0.6.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