Commit 35c3024b authored by Andreas Tille's avatar Andreas Tille
Browse files

Rename Python3 module package from python3-pyvcf to python3-vcf to follow DPMT policy

parent d0eb60f3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
python-pyvcf (0.6.8+git20170215.476169c-3) UNRELEASED; urgency=medium

  * Rename Python3 module package from python3-pyvcf to python3-vcf
    to follow DPMT policy

 -- Andreas Tille <tille@debian.org>  Fri, 29 Nov 2019 12:05:28 +0100

python-pyvcf (0.6.8+git20170215.476169c-2) unstable; urgency=medium

  * Drop Python2 support
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Vcs-Browser: https://salsa.debian.org/med-team/python-pyvcf
Vcs-Git: https://salsa.debian.org/med-team/python-pyvcf.git
Homepage: https://pypi.python.org/pypi/PyVCF

Package: python3-pyvcf
Package: python3-vcf
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export PYBUILD_NAME=pyvcf
examplesdir=debian/python-$(PYBUILD_NAME)-examples/usr/share/doc/python-$(PYBUILD_NAME)-examples
export PYBUILD_NAME=vcf
examplesdir=debian/python-py$(PYBUILD_NAME)-examples/usr/share/doc/python3-$(PYBUILD_NAME)
helperdir=debian/$(PYBUILD_NAME)/usr

%: