[med-svn] r4143 - trunk/packages/bioruby/trunk/debian

Andreas Tille tille at alioth.debian.org
Sun Oct 4 07:38:08 UTC 2009


Author: tille
Date: 2009-10-04 07:38:07 +0000 (Sun, 04 Oct 2009)
New Revision: 4143

Modified:
   trunk/packages/bioruby/trunk/debian/control
   trunk/packages/bioruby/trunk/debian/rules
Log:
We probably need the current Version of Ruby ...


Modified: trunk/packages/bioruby/trunk/debian/control
===================================================================
--- trunk/packages/bioruby/trunk/debian/control	2009-10-04 07:22:21 UTC (rev 4142)
+++ trunk/packages/bioruby/trunk/debian/control	2009-10-04 07:38:07 UTC (rev 4143)
@@ -11,10 +11,10 @@
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/bioruby/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/bioruby/trunk/
 
-Package: libbio-ruby1.8
+Package: libbio-ruby1.9
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, libruby1.8
-Recommends: blast2, ruby1.8
+Depends: ${shlibs:Depends}, ${misc:Depends}, libruby1.9
+Recommends: blast2, ruby1.9
 Description: bioruby tools for computational molecular biology
  BioRuby project aims to implement an integrated environment for
  Bioinformatics with Ruby language. Design philosophy of the BioRuby library
@@ -25,7 +25,7 @@
 
 Package: libbio-ruby
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, libbio-ruby1.8
+Depends: ${shlibs:Depends}, ${misc:Depends}, libbio-ruby1.9
 Description: bioruby tools for computational molecular biology
  BioRuby project aims to implement an integrated environment for
  Bioinformatics with Ruby language. Design philosophy of the BioRuby library
@@ -35,4 +35,4 @@
  (Bioinformatics Center) and the Open Bio Foundation.
  .
  This project is a dependency package, which depends on Debian's default Ruby
- version (currently 1.8.x)
+ version (currently 1.9.x)

Modified: trunk/packages/bioruby/trunk/debian/rules
===================================================================
--- trunk/packages/bioruby/trunk/debian/rules	2009-10-04 07:22:21 UTC (rev 4142)
+++ trunk/packages/bioruby/trunk/debian/rules	2009-10-04 07:38:07 UTC (rev 4143)
@@ -9,7 +9,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-RUBYVER = 1.8
+RUBYVER = 1.9
 RUBYDIR = usr/lib/ruby
 SITELIBDIR = $(RUBYDIR)/$(RUBYVER)
 PREFIXDIR = $(CURDIR)/debian/libbio-ruby$(RUBYVER)




More information about the debian-med-commit mailing list