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

Lucas Nussbaum lucas at alioth.debian.org
Sat Feb 20 17:33:26 UTC 2010


Author: lucas
Date: 2010-02-20 17:33:21 +0000 (Sat, 20 Feb 2010)
New Revision: 4772

Modified:
   trunk/libruby2ruby-ruby/debian/changelog
   trunk/libruby2ruby-ruby/debian/control
Log:
* Drop package for Ruby 1.9. libsexp-processor-ruby doesn't provide an 1.9
  package anymore. Closes: #569877.
* Add missing dep on libsexp-processor-ruby1.8.

Modified: trunk/libruby2ruby-ruby/debian/changelog
===================================================================
--- trunk/libruby2ruby-ruby/debian/changelog	2010-02-20 17:31:36 UTC (rev 4771)
+++ trunk/libruby2ruby-ruby/debian/changelog	2010-02-20 17:33:21 UTC (rev 4772)
@@ -1,8 +1,9 @@
 libruby2ruby-ruby (1.2.4-3) unstable; urgency=low
 
-  * Switch to Ruby 1.9.1. Closes: #569877.
+  * Drop package for Ruby 1.9. libsexp-processor-ruby doesn't provide an 1.9
+    package anymore. Closes: #569877.
   * Standards-Version -> 3.8.4. No changes needed.
-  * Add missing dep on libsexp-processor-ruby*.
+  * Add missing dep on libsexp-processor-ruby1.8.
 
  -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 20 Feb 2010 18:29:34 +0100
 

Modified: trunk/libruby2ruby-ruby/debian/control
===================================================================
--- trunk/libruby2ruby-ruby/debian/control	2010-02-20 17:31:36 UTC (rev 4771)
+++ trunk/libruby2ruby-ruby/debian/control	2010-02-20 17:33:21 UTC (rev 4772)
@@ -18,16 +18,6 @@
  .
  This package is for ruby1.8
 
-Package: libruby2ruby-ruby1.9.1
-Architecture: all
-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
- easier in ruby than ever before.
- .
- This package is for ruby1.9.1
-
 Package: libruby2ruby-ruby
 Architecture: all
 Depends: libruby2ruby-ruby1.8, ${misc:Depends}




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