[med-svn] r16336 - trunk/packages/libsbml/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Feb 27 09:14:48 UTC 2014


Author: tille
Date: 2014-02-27 09:14:48 +0000 (Thu, 27 Feb 2014)
New Revision: 16336

Modified:
   trunk/packages/libsbml/trunk/debian/changelog
   trunk/packages/libsbml/trunk/debian/control
   trunk/packages/libsbml/trunk/debian/control.in
Log:
Try to build with unversioned ruby dpendencies.  Build fails but probably not due to the Ruby change


Modified: trunk/packages/libsbml/trunk/debian/changelog
===================================================================
--- trunk/packages/libsbml/trunk/debian/changelog	2014-02-27 08:26:42 UTC (rev 16335)
+++ trunk/packages/libsbml/trunk/debian/changelog	2014-02-27 09:14:48 UTC (rev 16336)
@@ -2,6 +2,7 @@
 
   * New upstream version
   * debian/upstream -> debian/upstream/metadata
+  * debian/control: Drop explicite ruby version in Build-Dependencies
 
  -- Andreas Tille <tille at debian.org>  Thu, 27 Feb 2014 08:17:40 +0000
 

Modified: trunk/packages/libsbml/trunk/debian/control
===================================================================
--- trunk/packages/libsbml/trunk/debian/control	2014-02-27 08:26:42 UTC (rev 16335)
+++ trunk/packages/libsbml/trunk/debian/control	2014-02-27 09:14:48 UTC (rev 16336)
@@ -10,10 +10,10 @@
                cmake,
                doxygen (>= 1.8.0),
                swig (>= 2),
-               ruby1.8,
+               ruby,
                libxml2-dev,
                python-dev,
-               ruby1.8-dev,
+               ruby-dev,
                perl,
                libperl-dev,
                default-jdk | openjdk-7-jdk,
@@ -98,7 +98,7 @@
  This package contains the Python bindings of LibSBML.
 
 
-Package: libsbml5-ruby1.8
+Package: libsbml5-ruby
 Architecture: any
 Section: ruby
 Depends: ${shlibs:Depends},

Modified: trunk/packages/libsbml/trunk/debian/control.in
===================================================================
--- trunk/packages/libsbml/trunk/debian/control.in	2014-02-27 08:26:42 UTC (rev 16335)
+++ trunk/packages/libsbml/trunk/debian/control.in	2014-02-27 09:14:48 UTC (rev 16336)
@@ -10,10 +10,10 @@
                cmake,
                doxygen (>= 1.8.0),
                swig (>= 2),
-               ruby1.8,
+               ruby,
                libxml2-dev,
                python-dev,
-               ruby1.8-dev,
+               ruby-dev,
                perl,
                libperl-dev,
                default-jdk | openjdk-7-jdk,
@@ -110,7 +110,7 @@
 # but rather a library you can embed in your own applications.
 # This package contains the Matlab bindings of LibSBML.
 
-Package: libsbml5-ruby1.8
+Package: libsbml5-ruby
 Architecture: any
 Section: ruby
 Depends: ${shlibs:Depends},




More information about the debian-med-commit mailing list