Provides: ${python:Provides}
authorMichael R. Crusoe <michael.crusoe@gmail.com>
Wed, 16 Jan 2019 10:10:25 +0000 (02:10 -0800)
committerMichael R. Crusoe <michael.crusoe@gmail.com>
Wed, 16 Jan 2019 10:10:33 +0000 (02:10 -0800)
debian/changelog
debian/control

index 94032cc64068a38b8551c2df8cf9ec8dc7425bc9..0fe648772911bc5f82483fa3f9971842f6aa5133 100644 (file)
@@ -2,6 +2,8 @@ python-pysam (0.15.2+ds-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream version
+  * Standards-Version: 4.3.0, no changes needed
+  * added Py2 and Py3 versions of ${python:Provides}
 
  -- Michael R. Crusoe <michael.crusoe@gmail.com>  Wed, 16 Jan 2019 01:47:40 -0800
 
index f931d3f1cac0665a4debbf690b8d3f7f47849787..42a6c0d765f0c8b7b553ea8e6752c487df787d8d 100644 (file)
@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 11~),
                bcftools (>= 1.9) <!nocheck>,
                python-pytest <!nocheck>,
                python3-pytest <!nocheck>
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
 Vcs-Browser: https://salsa.debian.org/med-team/python-pysam
 Vcs-Git: https://salsa.debian.org/med-team/python-pysam.git
 Homepage: http://pysam.readthedocs.org/en/latest
@@ -32,6 +32,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends}
+Provides: ${python:Provides}
 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
@@ -44,6 +45,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python3:Depends}
+Provides: ${python3:Provides}
 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