This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-freecontact.
commit f4f2c89faa0da79a2a14b379a92f1db7323d720c Author: Andreas Tille <[email protected]> Date: Fri Aug 21 09:54:48 2015 +0200 cme fix dpkg-control --- debian/changelog | 6 ++++++ debian/control | 20 +++++++++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1a8416f..f054f90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-freecontact (1.1-2) UNRELEASED; urgency=medium + + * cme fix dpkg-control + + -- Andreas Tille <[email protected]> Fri, 21 Aug 2015 09:54:09 +0200 + python-freecontact (1.1-1) unstable; urgency=low * Initial release (Closes: #723771). diff --git a/debian/control b/debian/control index 787111d..2b052e3 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,24 @@ Source: python-freecontact -Section: python -Priority: extra Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Laszlo Kajan <[email protected]> -Build-Depends: debhelper (>= 9~), libboost-python-dev, libfreecontact0-dev, python-all-dev (>= 2.6.6-3~), python-all-dbg -Standards-Version: 3.9.4 -Homepage: http://rostlab.org/ +Section: python +Priority: extra +Build-Depends: debhelper (>= 9~), + libboost-python-dev, + libfreecontact0-dev, + python-all-dev, + python-all-dbg +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-freecontact.git Vcs-Git: git://anonscm.debian.org/debian-med/python-freecontact.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/python-freecontact.git +Homepage: http://rostlab.org/ X-Python-Version: >= 2.6 Package: python-freecontact Architecture: any -Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends} Description: fast protein contact predictor - binding for Python ${Description} . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-freecontact.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
