[DRE-commits] [gem2deb] 01/01: gem2deb, gem2deb-test-runner: add dependency on rake

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Jan 25 10:46:35 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 511019f950f5f007dce32490dc3c37f22e2c9c7d
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Jan 25 08:44:52 2016 -0200

    gem2deb, gem2deb-test-runner: add dependency on rake
    
    Closes: #812580
---
 debian/changelog       | 7 +++++++
 debian/control         | 4 +++-
 lib/gem2deb/version.rb | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bbfea8a..2652201 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gem2deb (0.25.1) unstable; urgency=medium
+
+  * gem2deb, gem2deb-test-runner: add dependency on rake since we now call
+    `rake` explicitly (Closes: #812580).
+
+ -- Antonio Terceiro <terceiro at debian.org>  Mon, 25 Jan 2016 08:41:39 -0200
+
 gem2deb (0.25) unstable; urgency=medium
 
   * debian/control: switch from git:// to https:// in Vcs-Git:
diff --git a/debian/control b/debian/control
index 83f190d..defebba 100644
--- a/debian/control
+++ b/debian/control
@@ -33,6 +33,7 @@ Depends: build-essential,
          devscripts,
          gem2deb-test-runner (= ${source:Version}),
          python3-debian,
+         rake,
          ruby,
          ruby-all-dev (>= 1:2.1.0.3~),
          ruby-setup,
@@ -49,7 +50,8 @@ Description: Debian Ruby packaging suite
 
 Package: gem2deb-test-runner
 Architecture: all
-Depends: ruby | ruby-interpreter,
+Depends: rake,
+         ruby | ruby-interpreter,
          ruby-minitest,
          ruby-test-unit,
          ${misc:Depends},
diff --git a/lib/gem2deb/version.rb b/lib/gem2deb/version.rb
index 2148853..1fac87c 100644
--- a/lib/gem2deb/version.rb
+++ b/lib/gem2deb/version.rb
@@ -1,3 +1,3 @@
 module Gem2Deb
-  VERSION = '0.25'
+  VERSION = '0.25.1'
 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