[DRE-commits] r4770 - trunk/libruby2ruby-ruby/debian

Lucas Nussbaum lucas at alioth.debian.org
Sat Feb 20 17:29:36 UTC 2010


Author: lucas
Date: 2010-02-20 17:29:35 +0000 (Sat, 20 Feb 2010)
New Revision: 4770

Modified:
   trunk/libruby2ruby-ruby/debian/changelog
   trunk/libruby2ruby-ruby/debian/control
Log:
Add missing dep on libsexp-processor-ruby*.

Modified: trunk/libruby2ruby-ruby/debian/changelog
===================================================================
--- trunk/libruby2ruby-ruby/debian/changelog	2010-02-20 17:28:22 UTC (rev 4769)
+++ trunk/libruby2ruby-ruby/debian/changelog	2010-02-20 17:29:35 UTC (rev 4770)
@@ -2,8 +2,9 @@
 
   * Switch to Ruby 1.9.1. Closes: #569877.
   * Standards-Version -> 3.8.4. No changes needed.
+  * Add missing dep on libsexp-processor-ruby*.
 
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 20 Feb 2010 18:21:18 +0100
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 20 Feb 2010 18:29:34 +0100
 
 libruby2ruby-ruby (1.2.4-2) unstable; urgency=low
 

Modified: trunk/libruby2ruby-ruby/debian/control
===================================================================
--- trunk/libruby2ruby-ruby/debian/control	2010-02-20 17:28:22 UTC (rev 4769)
+++ trunk/libruby2ruby-ruby/debian/control	2010-02-20 17:29:35 UTC (rev 4770)
@@ -10,7 +10,7 @@
 
 Package: libruby2ruby-ruby1.8
 Architecture: all
-Depends: ruby1.8, ${misc:Depends}
+Depends: ruby1.8, libsexp-processor-ruby1.8, ${misc:Depends}
 Description: Generate pure ruby code easily from ParseTree's Sexps (ruby1.8)
  ruby2ruby provides a means of generating pure ruby code easily from
  ParseTree's Sexps. This makes making dynamic language processors much
@@ -20,7 +20,7 @@
 
 Package: libruby2ruby-ruby1.9.1
 Architecture: all
-Depends: ruby1.9.1, ${misc:Depends}
+Depends: ruby1.9.1, libsexp-processor-ruby1.9.1, ${misc:Depends}
 Description: Generate pure ruby code easily from ParseTree's Sexps (ruby1.9.1)
  ruby2ruby provides a means of generating pure ruby code easily from
  ParseTree's Sexps. This makes making dynamic language processors much




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