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

Lucas Nussbaum lucas at alioth.debian.org
Sat Feb 20 17:23:12 UTC 2010


Author: lucas
Date: 2010-02-20 17:23:09 +0000 (Sat, 20 Feb 2010)
New Revision: 4768

Modified:
   trunk/libruby2ruby-ruby/debian/changelog
   trunk/libruby2ruby-ruby/debian/control
   trunk/libruby2ruby-ruby/debian/rules
Log:
* Switch to Ruby 1.9.1. Closes: #569877.
* Standards-Version -> 3.8.4. No changes needed.

Modified: trunk/libruby2ruby-ruby/debian/changelog
===================================================================
--- trunk/libruby2ruby-ruby/debian/changelog	2010-02-20 17:16:51 UTC (rev 4767)
+++ trunk/libruby2ruby-ruby/debian/changelog	2010-02-20 17:23:09 UTC (rev 4768)
@@ -1,3 +1,10 @@
+libruby2ruby-ruby (1.2.4-3) unstable; urgency=low
+
+  * Switch to Ruby 1.9.1. Closes: #569877.
+  * Standards-Version -> 3.8.4. No changes needed.
+
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 20 Feb 2010 18:21:18 +0100
+
 libruby2ruby-ruby (1.2.4-2) unstable; urgency=low
 
   * Added 10_do_not_requiere_rubygems.dpatch

Modified: trunk/libruby2ruby-ruby/debian/control
===================================================================
--- trunk/libruby2ruby-ruby/debian/control	2010-02-20 17:16:51 UTC (rev 4767)
+++ trunk/libruby2ruby-ruby/debian/control	2010-02-20 17:23:09 UTC (rev 4768)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Sebastien Delafond <seb at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Tobias Grimm <etobi at debian.org>
-Build-Depends: debhelper (>= 6), dpatch, cdbs, ruby-pkg-tools, libsetup-ruby1.8
-Build-Depends-Indep: ruby1.8, ruby1.9
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 6), dpatch, cdbs, ruby-pkg-tools (>= 0.17), libsetup-ruby1.8
+Build-Depends-Indep: ruby1.8, ruby1.9.1
+Standards-Version: 3.8.4
 Homepage: http://seattlerb.rubyforge.org/ruby2ruby/
 
 Package: libruby2ruby-ruby1.8
@@ -18,15 +18,15 @@
  .
  This package is for ruby1.8
 
-Package: libruby2ruby-ruby1.9
+Package: libruby2ruby-ruby1.9.1
 Architecture: all
-Depends: ruby1.9, ${misc:Depends}
-Description: Generate pure ruby code easily from ParseTree's Sexps (ruby1.9)
+Depends: 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
+ This package is for ruby1.9.1
 
 Package: libruby2ruby-ruby
 Architecture: all

Modified: trunk/libruby2ruby-ruby/debian/rules
===================================================================
--- trunk/libruby2ruby-ruby/debian/rules	2010-02-20 17:16:51 UTC (rev 4767)
+++ trunk/libruby2ruby-ruby/debian/rules	2010-02-20 17:23:09 UTC (rev 4768)
@@ -7,5 +7,5 @@
 binary-post-install/libruby2ruby-ruby1.8::
 	mv debian/libruby2ruby-ruby1.8/usr/bin/r2r_show debian/libruby2ruby-ruby1.8/usr/bin/r2r_show1.8
 
-binary-post-install/libruby2ruby-ruby1.9::
-	mv debian/libruby2ruby-ruby1.9/usr/bin/r2r_show debian/libruby2ruby-ruby1.9/usr/bin/r2r_show1.9
+binary-post-install/libruby2ruby-ruby1.9.1::
+	mv debian/libruby2ruby-ruby1.9.1/usr/bin/r2r_show debian/libruby2ruby-ruby1.9.1/usr/bin/r2r_show1.9.1




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