[med-svn] [consensuscore] 05/13: Stylize d/control
Afif Elghraoui
afif at moszumanska.debian.org
Sun Jul 3 10:08:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository consensuscore.
commit 0d83ebd39f070d0c2c8f5079afc7b921322930a4
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sun Jul 3 01:10:19 2016 -0700
Stylize d/control
---
debian/control | 37 +++++++++++++++++++++----------------
1 file changed, 21 insertions(+), 16 deletions(-)
diff --git a/debian/control b/debian/control
index 5c9bbbd..5eb9f08 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,19 @@ 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-setuptools,
- python-all-dev,
- python-numpy,
- python3-setuptools,
- python3-all-dev,
- python3-numpy,
- libboost-dev,
- swig
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ libboost-dev,
+ swig,
+# Python2
+ python-setuptools,
+ python-all-dev,
+ python-numpy,
+# Python3
+ python3-setuptools,
+ python3-all-dev,
+ python3-numpy,
Standards-Version: 3.9.8
Homepage: https://github.com/PacificBiosciences/ConsensusCore
Vcs-Git: git://anonscm.debian.org/debian-med/python-pbconsensuscore.git
@@ -20,9 +23,10 @@ Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-pbconsensuscore.gi
Package: python-pbconsensuscore
Architecture: any-amd64 any-i386
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
Description: algorithms for Pacific Biosciences multiple sequence consensus
ConsensusCore is a library of C++ algorithms for PacBio multiple sequence
consensus that powers Quiver (Python) and ConsensusTools (.NET). This library
@@ -32,9 +36,10 @@ Description: algorithms for Pacific Biosciences multiple sequence consensus
Package: python3-pbconsensuscore
Architecture: any-amd64 any-i386
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python3:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ${python3:Depends},
Description: algorithms for Pacific Biosciences multiple sequence consensus (Python 3)
ConsensusCore is a library of C++ algorithms for PacBio multiple sequence
consensus that powers Quiver (Python) and ConsensusTools (.NET). This library
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/consensuscore.git
More information about the debian-med-commit
mailing list