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

Andreas Tille tille at alioth.debian.org
Tue Mar 27 06:22:38 UTC 2012


Author: tille
Date: 2012-03-27 06:22:38 +0000 (Tue, 27 Mar 2012)
New Revision: 10110

Removed:
   trunk/packages/libsbml/trunk/debian/control.in
Modified:
   trunk/packages/libsbml/trunk/debian/changelog
Log:
Removed debian/control.in - this file can be of some use in connection with cdbs but here it seems to serve basically the use of a backup file and might lead to confusion


Modified: trunk/packages/libsbml/trunk/debian/changelog
===================================================================
--- trunk/packages/libsbml/trunk/debian/changelog	2012-03-27 06:19:04 UTC (rev 10109)
+++ trunk/packages/libsbml/trunk/debian/changelog	2012-03-27 06:22:38 UTC (rev 10110)
@@ -9,6 +9,7 @@
     - Versioned debhelper dependency
   * debian/compat: 8
   * debian/rules: remove useless dh_make boilerplate
+  * debian/control.in: removed
 
  -- Andreas Tille <tille at debian.org>  Tue, 27 Mar 2012 08:14:17 +0200
 

Deleted: trunk/packages/libsbml/trunk/debian/control.in
===================================================================
--- trunk/packages/libsbml/trunk/debian/control.in	2012-03-27 06:19:04 UTC (rev 10109)
+++ trunk/packages/libsbml/trunk/debian/control.in	2012-03-27 06:22:38 UTC (rev 10110)
@@ -1,194 +0,0 @@
-Source: libsbml
-Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Ivo Maintz <ivo at maintz.de>,
- Changyan Xie <panchoat at gmail.com>,
- Moriyoshi Koizumi <mozo at sfc.keio.ac.jp>,
-DM-Upload-Allowed: yes
-Build-Depends: autoconf,
- automake,
- debhelper,
- swig (>= 2),
- ruby1.8,
- libxml2-dev,
- python-dev,
- ruby1.8-dev,
- perl,
- libperl-dev,
- default-jdk | openjdk-6-jdk | java-gcj-compat-dev | java-sdk,
- octave-pkg-dev,
- python-support,
- graphviz,
- zlib1g-dev,
- libbz2-dev,
- mono-devel,
- mono-gmcs,
- cli-common-dev,
- cli-runtime
-Standards-Version: 3.9.3
-Section: science
-Homepage: http://www.sbml.org/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libsbml/trunk/
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/libsbml
-
-Package: libsbml5-dev
-Section: libdevel
-Provides: libsbml-dev
-Conflicts: libsbml3-dev
-Architecture: any
-Depends: libsbml5 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
-Description: System Biology Markup Language library - development files
- 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 files necessary for development with libsbml.
-
-Package: libsbml5-dbg
-Section: debug
-Priority: extra
-Provides: libsbml-dbg
-Conflicts: libsbml3-dbg
-Architecture: any
-Depends: libsbml5 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
-Description: System Biology Markup Language library - debug symbols
- 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 th debugging symbols for libsbml.
-
-Package: libsbml5
-Section: libs
-Architecture: any
-Provides: libsbml
-Conflicts: libsbml1, libsbml2, libsbml3
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Description: System Biology Markup Language library
- 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.
-
-Package: libsbml5-python
-Section: python
-Provides: ${python:Provides},
- python-sbml,
- libsbml-python
-Conflicts: python-sbml3,
- libsbml4-python,
- libsbml-python
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends}
-Description: System Biology Markup Language library - Python 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 Python bindings of LibSBML.
-
-#Package: libsbml5-matlab
-#Section: contrib/math
-#Provides: libsbml-matlab
-#Conflicts: libsbml4-matlab
-#Architecture: any
-#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
-Provides: libsbml-ruby
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Description: System Biology Markup Language library - Ruby binding
- 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 Ruby binding of LibSBML.
-
-Package: libsbml5-java
-Section: java
-Provides: libsbml-java
-Conflicts: libsbml3-java,
- libsbml4-java
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Description: System Biology Markup Language library - Java binding
- 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 Java binding of LibSBML.
-
-Package: libsbml5-perl
-Section: perl
-Provides: libsbml-perl
-Conflicts: libsbml3-perl
-Depends: ${shlibs:Depends},
- ${perl:Depends},
- ${misc:Depends}
-Architecture: any
-Description: System Biology Markup Language library - Perl binding
- 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 Perl binding of LibSBML.
-
-Package: libsbml5-octave
-Section: math
-Provides: libsbml-octave
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- octave3.2,
- libc6 (>=2.4)
-Architecture: any
-Description: System Biology Markup Language library - Octave binding
- 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 Octave binding of LibSBML.
-
-Package: libsbml5-cil
-Section: cli-mono
-Provides: libsbml-cil
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${cli:Depends}
-Architecture: any
-Description: System Biology Markup Language library - CLR binding
- 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 CLR binding of LibSBML.
-
-Package: libsbml5-examples
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: libsbml5-dev (= ${binary:Version})
-Description: System Biology Markup Language library -- example files
- 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 C/C++, Java, Perl and layout examples.




More information about the debian-med-commit mailing list