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

Andreas Tille tille at moszumanska.debian.org
Mon Dec 23 20:55:03 UTC 2013


Author: tille
Date: 2013-12-23 20:55:03 +0000 (Mon, 23 Dec 2013)
New Revision: 15603

Modified:
   trunk/packages/libsbml/trunk/debian/changelog
   trunk/packages/libsbml/trunk/debian/control
   trunk/packages/libsbml/trunk/debian/control.in
Log:
cme fix dpkg-control


Modified: trunk/packages/libsbml/trunk/debian/changelog
===================================================================
--- trunk/packages/libsbml/trunk/debian/changelog	2013-12-23 20:36:02 UTC (rev 15602)
+++ trunk/packages/libsbml/trunk/debian/changelog	2013-12-23 20:55:03 UTC (rev 15603)
@@ -13,6 +13,7 @@
   * debian/control:
      - added libsbml5-dev to libsbml5-cli dependency
        Closes: #715111
+     - cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Mon, 23 Dec 2013 21:32:47 +0100
 

Modified: trunk/packages/libsbml/trunk/debian/control
===================================================================
--- trunk/packages/libsbml/trunk/debian/control	2013-12-23 20:36:02 UTC (rev 15602)
+++ trunk/packages/libsbml/trunk/debian/control	2013-12-23 20:55:03 UTC (rev 15603)
@@ -1,47 +1,47 @@
 Source: libsbml
-Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Ivo Maintz <ivo at maintz.de>
-DM-Upload-Allowed: yes
-Build-Depends: autoconf,
- automake,
- debhelper (>= 9.0.0),
- cmake,
- doxygen (>= 1.8.0),
- 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,
- r-base-dev,
- r-base-core,
- python-support,
- graphviz,
- zlib1g-dev,
- libbz2-dev,
- mono-devel,
- mono-gmcs,
- cli-common-dev,
- cli-runtime,
- dpkg-dev (>= 1.16.1~)
-Standards-Version: 3.9.3
+Uploaders: Ivo Maintz <ivo at maintz.de>,
+           Andreas Tille <tille at debian.org>
 Section: science
-Homepage: http://www.sbml.org/
+Priority: optional
+Build-Depends: autoconf,
+               automake,
+               debhelper (>= 9.0.0),
+               cmake,
+               doxygen (>= 1.8.0),
+               swig (>= 2),
+               ruby1.8,
+               libxml2-dev,
+               python-dev,
+               ruby1.8-dev,
+               perl,
+               libperl-dev,
+               default-jdk | openjdk-7-jdk,
+               octave-pkg-dev,
+               r-base-dev,
+               r-base-core,
+               python-support,
+               graphviz,
+               zlib1g-dev,
+               libbz2-dev,
+               mono-devel,
+               mono-gmcs,
+               cli-common-dev,
+               mono-runtime | cli-runtime,
+               dpkg-dev (>= 1.16.1~)
+Standards-Version: 3.9.5
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libsbml/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libsbml
+Homepage: http://www.sbml.org/
 
 Package: libsbml5-dev
-Section: libdevel
-Provides: libsbml-dev
-Conflicts: libsbml3-dev,
- libsbml4-dev
 Architecture: any
+Section: libdevel
 Depends: libsbml5 (= ${binary:Version}),
- ${misc:Depends}
+         ${misc:Depends}
+Conflicts: libsbml3-dev,
+           libsbml4-dev
+Provides: libsbml-dev
 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
@@ -50,13 +50,14 @@
  This package contains files necessary for development with libsbml.
 
 Package: libsbml5-dbg
+Architecture: any
 Section: debug
 Priority: extra
-Provides: libsbml-dbg
+Depends: libsbml5 (= ${binary:Version}),
+         ${misc:Depends}
 Conflicts: libsbml3-dbg,
- libsbml4-dbg
-Architecture: any
-Depends: libsbml5 (= ${binary:Version}), ${misc:Depends}
+           libsbml4-dbg
+Provides: libsbml-dbg
 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
@@ -65,13 +66,13 @@
  This package contains th debugging symbols for libsbml.
 
 Package: libsbml5
-Section: libs
 Architecture: any
-Provides: libsbml
-Conflicts: libsbml1, libsbml2, libsbml3
-Pre-Depends: multiarch-support
+Section: libs
 Depends: ${shlibs:Depends},
- ${misc:Depends}
+         ${misc:Depends}
+Pre-Depends: multiarch-support
+Conflicts: libsbml3
+Provides: libsbml
 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
@@ -79,16 +80,16 @@
  but rather a library you can embed in your own applications.
 
 Package: libsbml5-python
-Section: python
-Provides: python-sbml,
- libsbml-python
-Conflicts: python-sbml3,
- libsbml4-python,
- libsbml-python
 Architecture: any
+Section: python
 Depends: ${shlibs:Depends},
- ${misc:Depends},
- swig2.0 | swig (>= 2)
+         ${misc:Depends},
+         swig2.0 | swig (>= 2)
+Conflicts: python-sbml3,
+           libsbml4-python,
+           libsbml-python
+Provides: python-sbml,
+          libsbml-python
 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
@@ -96,25 +97,13 @@
  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}
-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
+Section: ruby
 Depends: ${shlibs:Depends},
- ${misc:Depends}
+         ${misc:Depends}
+Provides: libsbml-ruby
 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
@@ -123,14 +112,15 @@
  This package contains the Ruby binding of LibSBML.
 
 Package: libsbml5-java
-Section: java
-Provides: libsbml-java
-Conflicts: libsbml3-java,
- libsbml4-java
 Architecture: any
+Section: java
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         jarwrapper
 Pre-Depends: multiarch-support
-Depends: ${shlibs:Depends}, ${misc:Depends},
- jarwrapper
+Conflicts: libsbml3-java,
+           libsbml4-java
+Provides: libsbml-java
 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
@@ -139,13 +129,13 @@
  This Package contains the Java binding of LibSBML.
 
 Package: libsbml5-perl
+Architecture: any
 Section: perl
-Provides: libsbml-perl
-Conflicts: libsbml3-perl
 Depends: ${shlibs:Depends},
- ${perl:Depends},
- ${misc:Depends}
-Architecture: any
+         ${perl:Depends},
+         ${misc:Depends}
+Conflicts: libsbml3-perl
+Provides: libsbml-perl
 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
@@ -154,12 +144,12 @@
  This package contains the Perl binding of LibSBML.
 
 Package: libsbml5-octave
+Architecture: any
 Section: math
-Provides: libsbml-octave
 Depends: ${shlibs:Depends},
- ${misc:Depends},
- octave
-Architecture: any
+         ${misc:Depends},
+         octave
+Provides: libsbml-octave
 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
@@ -168,12 +158,12 @@
  This package contains the Octave binding of LibSBML.
 
 Package: libsbml5-cil
+Architecture: any
 Section: cli-mono
-Provides: libsbml-cil
 Depends: ${shlibs:Depends},
- ${misc:Depends},
- libsbml5-dev
-Architecture: any
+         ${misc:Depends},
+         libsbml5-dev
+Provides: libsbml-cil
 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
@@ -182,8 +172,8 @@
  This package contains the CLR binding of LibSBML.
 
 Package: libsbml5-examples
-Section: doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}
 Suggests: libsbml5-dev (= ${binary:Version})
 Description: System Biology Markup Language library -- example files
@@ -194,8 +184,8 @@
  This package contains C/C++, Java, Perl and layout examples.
 
 Package: libsbml5-doc
-Section: doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}
 Suggests: libsbml5-dev (= ${binary:Version})
 Description: System Biology Markup Language library -- Documentation
@@ -206,8 +196,8 @@
  This package contains C/C++ documentation
 
 Package: libsbml5-cil-doc
-Section: doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}
 Suggests: libsbml5-dev (= ${binary:Version})
 Description: System Biology Markup Language library -- CIL Documentation
@@ -218,8 +208,8 @@
  This package contains documentation for mono/cil bindings
 
 Package: libsbml5-java-doc
-Section: doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}
 Suggests: libsbml5-dev (= ${binary:Version})
 Description: System Biology Markup Language library -- Java Documentation
@@ -230,8 +220,8 @@
  This package contains  documentation for java bindings
 
 Package: libsbml5-perl-doc
-Section: doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}
 Suggests: libsbml5-dev (= ${binary:Version})
 Description: System Biology Markup Language library -- Perl Documentation
@@ -242,8 +232,8 @@
  This package contains documentation for perl bindings
 
 Package: libsbml5-python-doc
-Section: doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}
 Suggests: libsbml5-dev (= ${binary:Version})
 Description: System Biology Markup Language library -- Python Documentation

Modified: trunk/packages/libsbml/trunk/debian/control.in
===================================================================
--- trunk/packages/libsbml/trunk/debian/control.in	2013-12-23 20:36:02 UTC (rev 15602)
+++ trunk/packages/libsbml/trunk/debian/control.in	2013-12-23 20:55:03 UTC (rev 15603)
@@ -1,47 +1,47 @@
 Source: libsbml
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Ivo Maintz <ivo at maintz.de>,
+           Andreas Tille <tille at debian.org>
+Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Ivo Maintz <ivo at maintz.de>
-DM-Upload-Allowed: yes
 Build-Depends: autoconf,
- automake,
- debhelper (>= 9.0.0),
- cmake,
- doxygen (>= 1.8.0),
- 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,
- r-base-dev,
- r-base-core,
- python-support,
- graphviz,
- zlib1g-dev,
- libbz2-dev,
- mono-devel,
- mono-gmcs,
- cli-common-dev,
- cli-runtime,
- dpkg-dev (>= 1.16.1~)
-Standards-Version: 3.9.3
-Section: science
-Homepage: http://www.sbml.org/
+               automake,
+               debhelper (>= 9.0.0),
+               cmake,
+               doxygen (>= 1.8.0),
+               swig (>= 2),
+               ruby1.8,
+               libxml2-dev,
+               python-dev,
+               ruby1.8-dev,
+               perl,
+               libperl-dev,
+               default-jdk | openjdk-7-jdk,
+               octave-pkg-dev,
+               r-base-dev,
+               r-base-core,
+               python-support,
+               graphviz,
+               zlib1g-dev,
+               libbz2-dev,
+               mono-devel,
+               mono-gmcs,
+               cli-common-dev,
+               mono-runtime | cli-runtime,
+               dpkg-dev (>= 1.16.1~)
+Standards-Version: 3.9.5
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libsbml/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libsbml
+Homepage: http://www.sbml.org/
 
 Package: libsbml5-dev
+Architecture: any
 Section: libdevel
+Depends: libsbml5 (= ${binary:Version}),
+         ${misc:Depends}
+Conflicts: libsbml3-dev,
+           libsbml4-dev
 Provides: libsbml-dev
-Conflicts: libsbml3-dev,
- libsbml4-dev
-Architecture: any
-Depends: libsbml5 (= ${binary:Version}),
- ${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
@@ -50,13 +50,14 @@
  This package contains files necessary for development with libsbml.
 
 Package: libsbml5-dbg
+Architecture: any
 Section: debug
 Priority: extra
+Depends: libsbml5 (= ${binary:Version}),
+         ${misc:Depends}
+Conflicts: libsbml3-dbg,
+           libsbml4-dbg
 Provides: libsbml-dbg
-Conflicts: libsbml3-dbg,
- libsbml4-dbg
-Architecture: any
-Depends: libsbml5 (= ${binary:Version}), ${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
@@ -65,13 +66,13 @@
  This package contains th debugging symbols for libsbml.
 
 Package: libsbml5
+Architecture: any
 Section: libs
-Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Pre-Depends: multiarch-support
+Conflicts: libsbml3
 Provides: libsbml
-Conflicts: libsbml1, libsbml2, libsbml3
-Pre-Depends: multiarch-support
-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
@@ -79,16 +80,16 @@
  but rather a library you can embed in your own applications.
 
 Package: libsbml5-python
+Architecture: any
 Section: python
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         swig2.0 | swig (>= 2)
+Conflicts: python-sbml3,
+           libsbml4-python,
+           libsbml-python
 Provides: python-sbml,
- libsbml-python
-Conflicts: python-sbml3,
- libsbml4-python,
- libsbml-python
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- swig2.0 | swig (>= 2)
+          libsbml-python
 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
@@ -110,11 +111,11 @@
 # This package contains the Matlab bindings of LibSBML.
 
 Package: libsbml5-ruby1.8
+Architecture: any
 Section: ruby
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 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
@@ -123,14 +124,15 @@
  This package contains the Ruby binding of LibSBML.
 
 Package: libsbml5-java
+Architecture: any
 Section: java
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         jarwrapper
+Pre-Depends: multiarch-support
+Conflicts: libsbml3-java,
+           libsbml4-java
 Provides: libsbml-java
-Conflicts: libsbml3-java,
- libsbml4-java
-Architecture: any
-Pre-Depends: multiarch-support
-Depends: ${shlibs:Depends}, ${misc:Depends},
- jarwrapper
 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
@@ -139,13 +141,13 @@
  This Package contains the Java binding of LibSBML.
 
 Package: libsbml5-perl
+Architecture: any
 Section: perl
+Depends: ${shlibs:Depends},
+         ${perl:Depends},
+         ${misc:Depends}
+Conflicts: libsbml3-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
@@ -154,12 +156,12 @@
  This package contains the Perl binding of LibSBML.
 
 Package: libsbml5-octave
+Architecture: any
 Section: math
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         octave
 Provides: libsbml-octave
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- octave
-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
@@ -168,12 +170,12 @@
  This package contains the Octave binding of LibSBML.
 
 Package: libsbml5-cil
+Architecture: any
 Section: cli-mono
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libsbml5-dev
 Provides: libsbml-cil
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- libsbml5-dev
-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
@@ -182,8 +184,8 @@
  This package contains the CLR binding of LibSBML.
 
 Package: libsbml5-examples
+Architecture: all
 Section: doc
-Architecture: all
 Depends: ${misc:Depends}
 Suggests: libsbml5-dev (= ${binary:Version})
 Description: System Biology Markup Language library -- example files
@@ -194,8 +196,8 @@
  This package contains C/C++, Java, Perl and layout examples.
 
 Package: libsbml5-doc
+Architecture: all
 Section: doc
-Architecture: all
 Depends: ${misc:Depends}
 Suggests: libsbml5-dev (= ${binary:Version})
 Description: System Biology Markup Language library -- Documentation
@@ -206,8 +208,8 @@
  This package contains C/C++ documentation
 
 Package: libsbml5-cil-doc
+Architecture: all
 Section: doc
-Architecture: all
 Depends: ${misc:Depends}
 Suggests: libsbml5-dev (= ${binary:Version})
 Description: System Biology Markup Language library -- CIL Documentation
@@ -218,8 +220,8 @@
  This package contains documentation for mono/cil bindings
 
 Package: libsbml5-java-doc
+Architecture: all
 Section: doc
-Architecture: all
 Depends: ${misc:Depends}
 Suggests: libsbml5-dev (= ${binary:Version})
 Description: System Biology Markup Language library -- Java Documentation
@@ -230,8 +232,8 @@
  This package contains  documentation for java bindings
 
 Package: libsbml5-perl-doc
+Architecture: all
 Section: doc
-Architecture: all
 Depends: ${misc:Depends}
 Suggests: libsbml5-dev (= ${binary:Version})
 Description: System Biology Markup Language library -- Perl Documentation
@@ -242,8 +244,8 @@
  This package contains documentation for perl bindings
 
 Package: libsbml5-python-doc
+Architecture: all
 Section: doc
-Architecture: all
 Depends: ${misc:Depends}
 Suggests: libsbml5-dev (= ${binary:Version})
 Description: System Biology Markup Language library -- Python Documentation




More information about the debian-med-commit mailing list