[DRE-commits] r4771 - trunk/libsexp-processor-ruby/debian

Lucas Nussbaum lucas at alioth.debian.org
Sat Feb 20 17:31:37 UTC 2010


Author: lucas
Date: 2010-02-20 17:31:36 +0000 (Sat, 20 Feb 2010)
New Revision: 4771

Modified:
   trunk/libsexp-processor-ruby/debian/changelog
   trunk/libsexp-processor-ruby/debian/control
   trunk/libsexp-processor-ruby/debian/rules
Log:
Drop package for Ruby 1.9. The test suite fails. Closes: #569883.

Modified: trunk/libsexp-processor-ruby/debian/changelog
===================================================================
--- trunk/libsexp-processor-ruby/debian/changelog	2010-02-20 17:29:35 UTC (rev 4770)
+++ trunk/libsexp-processor-ruby/debian/changelog	2010-02-20 17:31:36 UTC (rev 4771)
@@ -1,6 +1,6 @@
 libsexp-processor-ruby (3.0.3-4) unstable; urgency=low
 
-  * Switch to Ruby 1.9.1. Closes: #569883.
+  * Drop package for Ruby 1.9. The test suite fails. Closes: #569883.
   * Standards-Version -> 3.8.4. No changes needed.
 
  -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 20 Feb 2010 18:26:49 +0100

Modified: trunk/libsexp-processor-ruby/debian/control
===================================================================
--- trunk/libsexp-processor-ruby/debian/control	2010-02-20 17:29:35 UTC (rev 4770)
+++ trunk/libsexp-processor-ruby/debian/control	2010-02-20 17:31:36 UTC (rev 4771)
@@ -4,7 +4,7 @@
 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.0.0), ruby-pkg-tools (>= 0.17), cdbs, libsetup-ruby1.8
-Build-Depends-Indep: ruby1.8, ruby1.9.1
+Build-Depends-Indep: ruby1.8
 Standards-Version: 3.8.4
 Homepage: http://rubyforge.org/forum/forum.php?forum_id=34209
 
@@ -19,15 +19,6 @@
  .
  This is the package for ruby 1.8
 
-Package: libsexp-processor-ruby1.9.1
-Architecture: all
-Depends: ruby1.9.1, ${misc:Depends}
-Description: brings all the generic sexp processing tools to ruby (ruby 1.9.1) 
- sexp_processor branches from ParseTree bringing all the generic sexp
- processing tools with it. Sexp, SexpProcessor, Environment, etc.
- .
- This is the package for ruby 1.9.1
-
 Package: libsexp-processor-ruby
 Architecture: all
 Depends: libsexp-processor-ruby1.8, ${misc:Depends}

Modified: trunk/libsexp-processor-ruby/debian/rules
===================================================================
--- trunk/libsexp-processor-ruby/debian/rules	2010-02-20 17:29:35 UTC (rev 4770)
+++ trunk/libsexp-processor-ruby/debian/rules	2010-02-20 17:31:36 UTC (rev 4771)
@@ -4,7 +4,6 @@
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 
 build/libsexp-processor-ruby1.8:: build-stamp-1.8
-build/libsexp-processor-ruby1.9.1:: build-stamp-1.9.1
 
 TEST_RUNNER = -w -I lib:test:debian -r minitest/unit \
               -e 'Dir["test/test_*.rb"].each{|test| require test}'
@@ -14,10 +13,5 @@
 	/usr/bin/ruby1.8 $(TEST_RUNNER)
 	touch build-stamp-1.8
 
-build-stamp-1.9.1:
-	# Run unit tests:
-	/usr/bin/ruby1.9.1 $(TEST_RUNNER)
-	touch build-stamp-1.9.1
-
 clean::
 	rm -f build-stamp-*




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