From: Andreas Tille Date: Sat, 17 Feb 2018 14:24:10 +0000 (+0100) Subject: cme fix dpkg-control X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~139 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=997f3a427d71f859ecf39a9fba700af0c4a8e036;p=python-pysam.git cme fix dpkg-control --- diff --git a/debian/changelog b/debian/changelog index ac2c3f6..5089ee7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ python-pysam (0.14+ds-1) UNRELEASED; urgency=medium * New upstream version * d/rules: Exclude tests using http access * Bump versioned dependencies to samtools and related from 1.6 to 1.7 + * cme fix dpkg-control -- Andreas Tille Sat, 17 Feb 2018 14:44:29 +0100 diff --git a/debian/control b/debian/control index 2ba7c76..23d33d4 100644 --- a/debian/control +++ b/debian/control @@ -1,29 +1,27 @@ Source: python-pysam Maintainer: Debian Med Packaging Team -Uploaders: - Charles Plessy , - Andreas Tille , - Afif Elghraoui , +Uploaders: Charles Plessy , + Andreas Tille , + Afif Elghraoui Section: python Priority: optional -Build-Depends: - debhelper (>= 10), - dh-exec, - dh-python, - libhts-dev (>= 1.7), - zlib1g-dev, - python-all-dev, - python-setuptools, - cython (>= 0.23), - python3-all-dev, - python3-setuptools, - cython3 (>= 0.23), - tabix , - samtools (>= 1.7) , - bcftools (>= 1.7) , - python-pytest , - python3-pytest , -Standards-Version: 4.1.1 +Build-Depends: debhelper (>= 10), + dh-exec, + dh-python, + libhts-dev (>= 1.7), + zlib1g-dev, + python-all-dev, + python-setuptools, + cython (>= 0.23), + python3-all-dev, + python3-setuptools, + cython3 (>= 0.23), + tabix , + samtools (>= 1.7) , + bcftools (>= 1.7) , + python-pytest , + python3-pytest +Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-pysam.git Vcs-Git: https://anonscm.debian.org/git/debian-med/python-pysam.git Homepage: http://pysam.readthedocs.org/en/latest @@ -32,10 +30,9 @@ 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 @@ -45,10 +42,9 @@ 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 @@ -58,8 +54,8 @@ Description: interface for the SAM/BAM sequence alignment and mapping format (Py Package: python-pysam-tests Architecture: all +Depends: ${misc:Depends} Enhances: python-pysam -Depends: ${misc:Depends}, Description: interface for the SAM/BAM sequence alignment and mapping format (test data) 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