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

Ivo Maintz ivomaintz-guest at alioth.debian.org
Tue Nov 29 10:43:50 UTC 2011


Author: ivomaintz-guest
Date: 2011-11-29 10:43:50 +0000 (Tue, 29 Nov 2011)
New Revision: 8698

Modified:
   trunk/packages/libsbml/trunk/debian/control
   trunk/packages/libsbml/trunk/debian/control.in
Log:
updated the control.in for libsbml 5.2.0


Modified: trunk/packages/libsbml/trunk/debian/control
===================================================================
--- trunk/packages/libsbml/trunk/debian/control	2011-11-29 10:33:35 UTC (rev 8697)
+++ trunk/packages/libsbml/trunk/debian/control	2011-11-29 10:43:50 UTC (rev 8698)
@@ -77,7 +77,9 @@
 Provides: ${python:Provides},
  python-sbml,
  libsbml-python
-Conflicts: python-sbml3
+Conflicts: python-sbml3,
+ libsbml4-python,
+ libsbml-python
 Architecture: any
 Suggests: libsbml5-python-doc
 Depends: ${shlibs:Depends},
@@ -90,19 +92,21 @@
  but rather a library you can embed in your own applications.
  This package contains the Python bindings of LibSBML.
 
-Package: libsbml5-matlab
-Section: non-free/math
-Provides: libsbml-matlab
-Architecture: amd64
-Suggests: libsbml5-matlab-doc
-Depends: ${shlibs:Depends},
- ${misc:Depends},
-Description: System Biology Markup Language library - Matlab bindings
- LibSBML is a library designed to help you read, write, manipulate,
- translate, and validate SBML files and data streams. It is not an
- application itself (though it does come with many example programs),
- but rather a library you can embed in your own applications.
- This package contains the Matlab bindings of LibSBML.
+#Package: libsbml5-matlab
+#Section: non-free/math
+#Provides: libsbml-matlab
+#Conflicts: libsbml4-matlab
+#Architecture: amd64
+#Suggests: libsbml5-matlab-doc
+#Depends: ${shlibs:Depends}, ${misc:Depends},
+# libsbml5,
+# libc6 (>= 2.3)
+#Description: System Biology Markup Language library - Matlab bindings
+# LibSBML is a library designed to help you read, write, manipulate,
+# translate, and validate SBML files and data streams. It is not an
+# application itself (though it does come with many example programs),
+# but rather a library you can embed in your own applications.
+# This package contains the Matlab bindings of LibSBML.
 
 Package: libsbml5-ruby1.8
 Section: ruby
@@ -120,7 +124,8 @@
 Package: libsbml5-java
 Section: java
 Provides: libsbml-java
-Conflicts: libsbml3-java
+Conflicts: libsbml3-java,
+ libsbml4-java
 Architecture: any
 Suggests: libsbml5-java-doc
 Depends: ${shlibs:Depends},
@@ -182,7 +187,8 @@
 Package: libsbml5-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
+ libjs-jquery
 Description: System Biology Markup Language library - C / C++ API docs
  LibSBML is a library designed to help you read, write, manipulate,
  translate, and validate SBML files and data streams. It is not an
@@ -190,21 +196,11 @@
  but rather a library you can embed in your own applications.
  This package contains C / C++ API documentation of LibSBML.
 
-Package: libsbml5-java-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Description: System Biology Markup Language library - Java API docs
- LibSBML is a library designed to help you read, write, manipulate,
- translate, and validate SBML files and data streams. It is not an
- application itself (though it does come with many example programs),
- but rather a library you can embed in your own applications.
- This package contains Java API documentation of LibSBML.
-
 Package: libsbml5-perl-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
+ libjs-jquery
 Description: System Biology Markup Language library - Perl API docs
  LibSBML is a library designed to help you read, write, manipulate,
  translate, and validate SBML files and data streams. It is not an
@@ -215,7 +211,8 @@
 Package: libsbml5-python-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
+ libjs-jquery
 Description: System Biology Markup Language library - Python API docs
  LibSBML is a library designed to help you read, write, manipulate,
  translate, and validate SBML files and data streams. It is not an
@@ -226,7 +223,8 @@
 Package: libsbml5-cil-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
+ libjs-jquery
 Description: System Biology Markup Language library - csharp API docs
  LibSBML is a library designed to help you read, write, manipulate,
  translate, and validate SBML files and data streams. It is not an
@@ -237,7 +235,8 @@
 Package: libsbml5-octave-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
+ libjs-jquery
 Description: System Biology Markup Language library - octave API docs
  LibSBML is a library designed to help you read, write, manipulate,
  translate, and validate SBML files and data streams. It is not an
@@ -245,16 +244,17 @@
  but rather a library you can embed in your own applications.
  This package contains octave API documentation of LibSBML.
 
-Package: libsbml5-matlab-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Description: System Biology Markup Language library - matlab API docs
- LibSBML is a library designed to help you read, write, manipulate,
- translate, and validate SBML files and data streams. It is not an
- application itself (though it does come with many example programs),
- but rather a library you can embed in your own applications.
- This package contains matlab API documentation of LibSBML.
+#Package: libsbml5-matlab-doc
+#Section: doc
+#Architecture: all
+#Depends: ${misc:Depends},
+# libjs-jquery
+#Description: System Biology Markup Language library - matlab API docs
+# LibSBML is a library designed to help you read, write, manipulate,
+# translate, and validate SBML files and data streams. It is not an
+# application itself (though it does come with many example programs),
+# but rather a library you can embed in your own applications.
+# This package contains matlab API documentation of LibSBML.
 
 Package: libsbml5-examples
 Section: doc

Modified: trunk/packages/libsbml/trunk/debian/control.in
===================================================================
--- trunk/packages/libsbml/trunk/debian/control.in	2011-11-29 10:33:35 UTC (rev 8697)
+++ trunk/packages/libsbml/trunk/debian/control.in	2011-11-29 10:43:50 UTC (rev 8698)
@@ -77,7 +77,9 @@
 Provides: ${python:Provides},
  python-sbml,
  libsbml-python
-Conflicts: python-sbml3
+Conflicts: python-sbml3,
+ libsbml4-python,
+ libsbml-python
 Architecture: any
 Suggests: libsbml5-python-doc
 Depends: ${shlibs:Depends},
@@ -93,6 +95,7 @@
 #Package: libsbml5-matlab
 #Section: non-free/math
 #Provides: libsbml-matlab
+#Conflicts: libsbml4-matlab
 #Architecture: amd64
 #Suggests: libsbml5-matlab-doc
 #Depends: ${shlibs:Depends}, ${misc:Depends},
@@ -121,7 +124,8 @@
 Package: libsbml5-java
 Section: java
 Provides: libsbml-java
-Conflicts: libsbml3-java
+Conflicts: libsbml3-java,
+ libsbml4-java
 Architecture: any
 Suggests: libsbml5-java-doc
 Depends: ${shlibs:Depends},




More information about the debian-med-commit mailing list