This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-pyvcf.
commit a33cd399fa16c1f83a02d0fd257c1058d7b95f93 Author: Andreas Tille <[email protected]> Date: Fri Dec 2 20:20:09 2016 +0100 cme fix dpkg-control --- debian/changelog | 1 + debian/control | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7a3715c..08aa9d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-pyvcf (0.6.8-1) UNRELEASED; urgency=medium * New upstream version * Fix watch file + * cme fix dpkg-control -- Andreas Tille <[email protected]> Fri, 02 Dec 2016 20:19:11 +0100 diff --git a/debian/control b/debian/control index aeb3273..e238c39 100644 --- a/debian/control +++ b/debian/control @@ -6,14 +6,14 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-python, cython, - python-dev (>= 2.7), + python-dev, python-setuptools, cython3, python3-all-dev, python3-setuptools -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-pyvcf.git -Vcs-Git: git://anonscm.debian.org/debian-med/python-pyvcf.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/python-pyvcf.git Homepage: https://pypi.python.org/pypi/PyVCF Package: python-pyvcf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pyvcf.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
