[DRE-commits] [SCM] bundler.git branch, master, updated. upstream/1.1.4-27-gf9b69f0

Christian Hofstaedtler christian at hofstaedtler.name
Wed Jun 13 20:40:43 UTC 2012


The following commit has been merged in the master branch:
commit f9b69f0b9a2bc965bae9dce371798506acdc6a07
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Wed Jun 13 22:17:47 2012 +0200

    Update Depends/Recommends for Ruby 1.9.1

diff --git a/debian/changelog b/debian/changelog
index b346acc..e9b9463 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bundler (1.1.4-3) unstable; urgency=low
+
+  * Update Depends/Recommends now that Ruby 1.9.x is the default in wheezy.
+
+ -- Christian Hofstaedtler <christian at hofstaedtler.name>  Wed, 13 Jun 2012 22:15:53 +0200
+
 bundler (1.1.4-2) unstable; urgency=low
 
   * Install Gem.path directories using dpkg. (Closes: #676452)
diff --git a/debian/control b/debian/control
index a6bfa9f..04bb8e9 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ XS-Ruby-Versions: all
 Package: bundler
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rubygems
-Recommends: sudo
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Recommends: sudo, ruby-dev, build-essential
 Description: Manage Ruby application dependencies
  Bundler manages a Ruby application's dependencies through its entire
  life, across many machines, systematically and repeatably.

-- 
bundler.git



More information about the Pkg-ruby-extras-commits mailing list