[DRE-commits] [SCM] ruby-sourcify.git branch, master, updated. debian/0.5.0-2

Gunnar Wolf gwolf at debian.org
Sat May 19 20:30:19 UTC 2012


The following commit has been merged in the master branch:
commit 528a92144419b53f1f614bb1d888d6f2d4dcea0b
Author: Gunnar Wolf <gwolf at debian.org>
Date:   Sat May 19 15:29:00 2012 -0500

    Add a Recommends on ruby-parsetree

diff --git a/debian/changelog b/debian/changelog
index 1a2887d..b21cbe6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-sourcify (0.5.0-2) UNRELEASED; urgency=low
+
+  * Add a Recommends on ruby-parsetree
+
+ -- Gunnar Wolf <gwolf at debian.org>  Sat, 19 May 2012 15:28:50 -0500
+
 ruby-sourcify (0.5.0-1) unstable; urgency=low
 
   * Initial release (Closes: #673561)
diff --git a/debian/control b/debian/control
index 453a278..c7f731f 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Package: ruby-sourcify
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ruby2ruby, ruby-sexp-processor, ruby-parser, ruby-file-tail
+Recommends: ruby-parsetree
 Description: Extract a Ruby class or method's parse tree
  This library is a unified solution to extract proc code into a
  human-readable parse tree. It is intended as a replacement for

-- 
ruby-sourcify.git



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