This is an automated email from the git hooks/post-receive script. tille pushed a commit to tag debian/0.4-2 in repository python-dictobj.
commit e25584a672829c58ec76f963bbd69171feb755b1 Author: Andreas Tille <[email protected]> Date: Thu Aug 31 16:17:55 2017 +0200 cme fix dpkg-control --- debian/changelog | 1 + debian/control | 32 +++++++++++++++++--------------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index b435b2a..55dcba2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ python-dictobj (0.4-1.2) UNRELEASED; urgency=medium [ Andreas Tille ] * Standards-Version: 4.1.0 (no changes needed) + * cme fix dpkg-control -- Andreas Tille <[email protected]> Thu, 31 Aug 2017 16:16:17 +0200 diff --git a/debian/control b/debian/control index 8d4a40b..c8a61b6 100644 --- a/debian/control +++ b/debian/control @@ -1,35 +1,37 @@ Source: python-dictobj -Section: python -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Olivier Sallou <[email protected]> +Section: python +Priority: optional Build-Depends: debhelper (>= 9), - dh-python, - python-all, - python-setuptools, - python3-all, - python3-setuptools -X-Python-Version: >= 2.7 -X-Python3-Version: >= 3.4 + dh-python, + python-all, + python-setuptools, + python3-all, + python3-setuptools Standards-Version: 4.1.0 -Homepage: http://pypi.python.org/pypi/dictobj -Vcs-Git: git://anonscm.debian.org/debian-med/python-dictobj.git Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-dictobj.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/python-dictobj.git +Homepage: http://pypi.python.org/pypi/dictobj +X-Python-Version: >= 2.7 +X-Python3-Version: >= 3.4 Package: python-dictobj Architecture: all -Depends: ${misc:Depends},${python:Depends},${shlibs:Depends} +Depends: ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends} Description: Dictionary where keys can be accessed as instance attributes This package extends the functionality of the normal Python dictionary by affording the ability to lookup dictionary keys as instance attributes (i.e. __getattr__) instead of "indices" (i.e. __getitem__). - Package: python3-dictobj Architecture: all -Depends: ${misc:Depends},${python3:Depends},${shlibs:Depends} +Depends: ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends} Description: Dictionary where keys can be accessed as instance attributes This package extends the functionality of the normal Python dictionary by affording the ability to lookup dictionary keys as instance attributes (i.e. __getattr__) instead of "indices" (i.e. __getitem__). - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-dictobj.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
