[DRE-commits] [SCM] ruby-commandline.git branch, master, updated. upstream/0.7.10-10-g6780196

Cédric Boutillier cedric.boutillier at gmail.com
Sun Oct 16 23:38:43 UTC 2011


The following commit has been merged in the master branch:
commit 67801961426db7484fa9b6378e7723d763525e64
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Oct 17 01:24:58 2011 +0200

    fix missing dependency on ruby-text-format

diff --git a/debian/changelog b/debian/changelog
index 4cc4afb..147997a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-commandline (0.7.10-12) unstable; urgency=low
+
+  * Add missing dependency on ruby-text-format
+  * Update dependencies of ruby-commandline-doc
+
+ -- Cédric Boutillier <cedric.boutillier at gmail.com>  Mon, 17 Oct 2011 01:23:13 +0200
+
 ruby-commandline (0.7.10-11) unstable; urgency=low
 
   * Conversion to gem2deb
diff --git a/debian/control b/debian/control
index 9becad1..5b2eb7b 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ XS-Ruby-Versions: all
 Package: ruby-commandline
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-open4
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-open4, ruby-text-format
 Replaces: libcommandline-ruby (<< 0.7.10-11~), libcommandline-ruby1.8 (<< 0.7.10-11~)
 Breaks: libcommandline-ruby (<< 0.7.10-11~), libcommandline-ruby1.8 (<< 0.7.10-11~)
 Provides: libcommandline-ruby, libcommandline-ruby1.8
@@ -29,7 +29,7 @@ Package: ruby-commandline-doc
 Section: doc
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-commandline
 Replaces: libcommandline-ruby-doc (<< 0.7.10-11~)
 Breaks: libcommandline-ruby-doc (<< 0.7.10-11~)
 Provides: libcommandline-ruby-doc

-- 
ruby-commandline.git



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