[med-svn] [python-pysam] 16/21: Clean up d/control
Afif Elghraoui
afif at moszumanska.debian.org
Sun Mar 6 07:57:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository python-pysam.
commit 93b27e84d779937a88bed96a140393bbdb131be2
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sat Mar 5 19:53:11 2016 -0800
Clean up d/control
---
debian/control | 49 +++++++++++++++++++++++++++----------------------
1 file changed, 27 insertions(+), 22 deletions(-)
diff --git a/debian/control b/debian/control
index b07b2bb..8f68115 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,26 @@
Source: python-pysam
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Charles Plessy <plessy at debian.org>,
- Andreas Tille <tille at debian.org>,
- Afif Elghraoui <afif at ghraoui.name>
+Uploaders:
+ Charles Plessy <plessy at debian.org>,
+ Andreas Tille <tille at debian.org>,
+ Afif Elghraoui <afif at debian.org>,
Section: python
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-python,
- samtools (>= 1.3),
- libhts-dev (>= 1.3),
- zlib1g-dev,
- python-all-dev,
- python-setuptools,
- cython (>= 0.23),
- python-nose,
- python3-all-dev,
- python3-setuptools,
- cython3 (>= 0.23),
- python3-nose
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ libhts-dev (>= 1.3),
+ zlib1g-dev,
+ python-all-dev,
+ python-setuptools,
+ cython (>= 0.23),
+ python3-all-dev,
+ python3-setuptools,
+ cython3 (>= 0.23),
+# Test-Depends
+ samtools (>= 1.3),
+ python-nose,
+ python3-nose,
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-pysam.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-pysam.git
@@ -27,9 +30,10 @@ X-Python3-Version: >= 3.2
Package: python-pysam
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends},
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
Description: interface for the SAM/BAM sequence alignment and mapping format (Python 2)
Pysam is a Python module for reading and manipulating Samfiles. It's a
lightweight wrapper of the samtools C-API. Pysam also includes an interface
@@ -39,9 +43,10 @@ Description: interface for the SAM/BAM sequence alignment and mapping format (Py
Package: python3-pysam
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python3:Depends},
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ${python3:Depends},
Description: interface for the SAM/BAM sequence alignment and mapping format (Python 3)
Pysam is a Python module for reading and manipulating Samfiles. It's a
lightweight wrapper of the samtools C-API. Pysam also includes an interface
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git
More information about the debian-med-commit
mailing list