[med-svn] [python-pbcore] 07/12: Update d/control style
Afif Elghraoui
afif at moszumanska.debian.org
Tue Apr 12 06:31:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository python-pbcore.
commit ae6b96b031096f200d8c47d96698ae8e59fcd1ff
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Mon Apr 11 22:08:41 2016 -0700
Update d/control style
---
debian/control | 36 ++++++++++++++++++++----------------
1 file changed, 20 insertions(+), 16 deletions(-)
diff --git a/debian/control b/debian/control
index c747cdd..249b03f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,17 @@ Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif at debian.org>
-Build-Depends: debhelper (>= 9),
- dh-python,
- python-all,
- python-setuptools,
- python-nose,
- python-h5py (>= 2.0.1),
- python-numpy (>= 1.7.1),
- python-pysam (>= 0.9.0),
- python-sphinx
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python-h5py (>= 2.0.1),
+ python-numpy (>= 1.7.1),
+ python-pysam (>= 0.9.0),
+ python-sphinx,
+# Test-Depends:
+ python-nose,
Standards-Version: 3.9.7
X-Python-Version: >= 2.7
Homepage: https://github.com/PacificBiosciences/pbcore
@@ -20,9 +22,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-pbcore.git
Package: python-pbcore
Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends},
- python-pkg-resources
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-pkg-resources,
Suggests: python-pbcore-doc (= ${source:Version})
Description: Python library for processing PacBio data files
The pbcore package provides Python modules for processing Pacific Biosciences
@@ -36,10 +39,11 @@ Description: Python library for processing PacBio data files
Package: python-pbcore-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${sphinxdoc:Depends},
- libjs-jquery,
- libjs-underscore
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+ libjs-jquery,
+ libjs-underscore,
Description: Python library for processing PacBio data files (documentation)
The pbcore package provides Python modules for processing Pacific Biosciences
data files and building PacBio bioinformatics applications. These modules
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbcore.git
More information about the debian-med-commit
mailing list