cme fix dpkg-control
authorAndreas Tille <tille@debian.org>
Sat, 17 Feb 2018 14:24:10 +0000 (15:24 +0100)
committerAndreas Tille <tille@debian.org>
Sat, 17 Feb 2018 14:24:10 +0000 (15:24 +0100)
debian/changelog
debian/control

index ac2c3f63d118f34d02190b8671eed8f88c9bf8d6..5089ee7fe6805594486221717362475c66044e89 100644 (file)
@@ -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 <tille@debian.org>  Sat, 17 Feb 2018 14:44:29 +0100
 
index 2ba7c76e6aa0e3c1c2d3a9bbe48edebc0961b3e8..23d33d4ef1e20dc72c03c7066ca806a53195cf5b 100644 (file)
@@ -1,29 +1,27 @@
 Source: python-pysam
 Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
-Uploaders:
-       Charles Plessy <plessy@debian.org>,
-       Andreas Tille <tille@debian.org>,
-       Afif Elghraoui <afif@debian.org>,
+Uploaders: Charles Plessy <plessy@debian.org>,
+           Andreas Tille <tille@debian.org>,
+           Afif Elghraoui <afif@debian.org>
 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 <!nocheck>,
-       samtools (>= 1.7) <!nocheck>,
-       bcftools (>= 1.7) <!nocheck>,
-       python-pytest <!nocheck>,
-       python3-pytest <!nocheck>,
-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 <!nocheck>,
+               samtools (>= 1.7) <!nocheck>,
+               bcftools (>= 1.7) <!nocheck>,
+               python-pytest <!nocheck>,
+               python3-pytest <!nocheck>
+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