[DRE-commits] r4539 - in trunk/ruby-pkg-tools: 1/class debian

Lucas Nussbaum lucas at alioth.debian.org
Tue Jan 19 01:47:24 UTC 2010


Author: lucas
Date: 2010-01-19 01:47:24 +0000 (Tue, 19 Jan 2010)
New Revision: 4539

Modified:
   trunk/ruby-pkg-tools/1/class/ruby-common.mk
   trunk/ruby-pkg-tools/debian/changelog
Log:
Add 1.9.1 to the list of supported versions.

Modified: trunk/ruby-pkg-tools/1/class/ruby-common.mk
===================================================================
--- trunk/ruby-pkg-tools/1/class/ruby-common.mk	2010-01-19 01:34:29 UTC (rev 4538)
+++ trunk/ruby-pkg-tools/1/class/ruby-common.mk	2010-01-19 01:47:24 UTC (rev 4539)
@@ -43,7 +43,7 @@
 
 DEB_RUBY_COMPILE_VERSION = 
 
-DEB_RUBY_VERSIONS = 1.8 1.9
+DEB_RUBY_VERSIONS = 1.8 1.9 1.9.1
 DEB_RUBY_DEFAULT_VERSION = 1.8
 DEB_RUBY_LIBDIR=$(strip $(shell ruby$(cdbs_ruby_ver) -rrbconfig -e 'puts Config::CONFIG["rubylibdir"]'))
 DEB_RUBY_ARCHDIR=$(strip $(shell ruby$(cdbs_ruby_ver) -rrbconfig -e 'puts Config::CONFIG["archdir"]'))

Modified: trunk/ruby-pkg-tools/debian/changelog
===================================================================
--- trunk/ruby-pkg-tools/debian/changelog	2010-01-19 01:34:29 UTC (rev 4538)
+++ trunk/ruby-pkg-tools/debian/changelog	2010-01-19 01:47:24 UTC (rev 4539)
@@ -1,9 +1,13 @@
-ruby-pkg-tools (0.17) UNRELEASED; urgency=low
+ruby-pkg-tools (0.17) unstable; urgency=low
 
+  [ Marc Dequènes (Duck) ]
   * Corrected package section.
 
- -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Sat, 05 Sep 2009 10:52:23 +0200
+  [ Lucas Nussbaum ]
+  * Add 1.9.1 to the list of supported versions. 
 
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Tue, 19 Jan 2010 14:46:56 +1300
+
 ruby-pkg-tools (0.16) unstable; urgency=low
 
   [ Micah Anderson ]




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