[med-svn] [python-csb] 01/04: cme fix dpkg-control
Andreas Tille
tille at debian.org
Sun Dec 22 08:58:04 UTC 2013
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository python-csb.
commit 75561474fcc727204b69ef0770645e2db1b5d57b
Author: Andreas Tille <tille at debian.org>
Date: Sun Dec 22 09:30:24 2013 +0100
cme fix dpkg-control
---
debian/changelog | 6 ++++++
debian/control | 30 ++++++++++++++++++++----------
2 files changed, 26 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index da0b017..ee34cd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-csb (1.2.1+dfsg-2) UNRELEASED; urgency=medium
+
+ * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org> Sun, 22 Dec 2013 09:28:54 +0100
+
python-csb (1.2.1+dfsg-1) unstable; urgency=low
* Updated to the latest upstream release
diff --git a/debian/control b/debian/control
index 9748ad2..3fff6a5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,28 @@
Source: python-csb
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Tomas Di Domenico <tdido at tdido.com.ar>,
+ Andreas Tille <tille at debian.org>
Section: python
+XS-Testsuite: autopkgtest
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Tomas Di Domenico <tdido at tdido.com.ar>
-Build-Depends: debhelper (>= 8.1.0), python-all (>= 2.6.6-3~), python3-all (>= 3.1.3-12~), python-epydoc (>= 3.0.1-8~), python-numpy (>= 1.4.1-5~), python-scipy (>= 0.7.2+dfsg1-1~), python-matplotlib (>= 0.99.3-1~)
-Standards-Version: 3.9.4
-Homepage: http://csb.codeplex.com/
-Vcs-Git: git://anonscm.debian.org/debian-med/python-csb.git
+Build-Depends: debhelper (>= 8.1.0),
+ python-all,
+ python3-all,
+ python-epydoc,
+ python-numpy,
+ python-scipy,
+ python-matplotlib
+Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/python-csb.git
+Vcs-Git: git://anonscm.debian.org/debian-med/python-csb.git
+Homepage: http://csb.codeplex.com/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1
-XS-Testsuite: autopkgtest
Package: python-csb
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends}
Suggests: python-csb-doc
Description: Python framework for structural bioinformatics
Computational Structural Biology Toolbox (CSB) is a Python class
@@ -26,7 +34,8 @@ Description: Python framework for structural bioinformatics
Package: python3-csb
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends},
+ ${python3:Depends}
Suggests: python-csb-doc
Description: Python framework for structural bioinformatics (Python3 version)
Computational Structural Biology Toolbox (CSB) is a Python class
@@ -41,7 +50,8 @@ Description: Python framework for structural bioinformatics (Python3 version)
Package: python-csb-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends}
Description: Python framework for structural bioinformatics (documentation)
Computational Structural Biology Toolbox (CSB) is a Python class
library for reading, storing and analyzing biomolecular structures
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/python-csb.git
More information about the debian-med-commit
mailing list