Author: tille Date: 2009-10-04 07:41:44 +0000 (Sun, 04 Oct 2009) New Revision: 4144
Modified: trunk/packages/bioruby/trunk/debian/control trunk/packages/bioruby/trunk/debian/rules Log: Reverted latest change - latest default version of Ruby seems actually be 1.8 Modified: trunk/packages/bioruby/trunk/debian/control =================================================================== --- trunk/packages/bioruby/trunk/debian/control 2009-10-04 07:38:07 UTC (rev 4143) +++ trunk/packages/bioruby/trunk/debian/control 2009-10-04 07:41:44 UTC (rev 4144) @@ -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.9 +Package: libbio-ruby1.8 Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, libruby1.9 -Recommends: blast2, ruby1.9 +Depends: ${shlibs:Depends}, ${misc:Depends}, libruby1.8 +Recommends: blast2, ruby1.8 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.9 +Depends: ${shlibs:Depends}, ${misc:Depends}, libbio-ruby1.8 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.9.x) + version (currently 1.8.x) Modified: trunk/packages/bioruby/trunk/debian/rules =================================================================== --- trunk/packages/bioruby/trunk/debian/rules 2009-10-04 07:38:07 UTC (rev 4143) +++ trunk/packages/bioruby/trunk/debian/rules 2009-10-04 07:41:44 UTC (rev 4144) @@ -9,7 +9,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -RUBYVER = 1.9 +RUBYVER = 1.8 RUBYDIR = usr/lib/ruby SITELIBDIR = $(RUBYDIR)/$(RUBYVER) PREFIXDIR = $(CURDIR)/debian/libbio-ruby$(RUBYVER) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
