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 c84dc9bc2d65b7768af7673b9a8ba75ff8c0d3b4 Author: Andreas Tille <[email protected]> Date: Thu Aug 31 16:16:05 2017 +0200 Drop unneeded -dev build-depends, Make binaries arch:all as they have now arch:any content --- debian/changelog | 8 ++++++++ debian/control | 6 ++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 381a2f5..2384489 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-dictobj (0.4-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unneeded -dev build-depends + * Make binaries arch:all as they have now arch:any content + + -- Scott Kitterman <[email protected]> Thu, 29 Jun 2017 18:39:14 -0400 + python-dictobj (0.4-1) unstable; urgency=medium * Initial release (Closes: #829565). diff --git a/debian/control b/debian/control index 7896573..74bed91 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,8 @@ Uploaders: Olivier Sallou <[email protected]> Build-Depends: debhelper (>= 9), dh-python, python-all, - python-all-dev, python-setuptools, python3-all, - python3-all-dev, python3-setuptools X-Python-Version: >= 2.7 X-Python3-Version: >= 3.4 @@ -19,7 +17,7 @@ Vcs-Git: git://anonscm.debian.org/debian-med/python-dictobj.git Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-dictobj.git Package: python-dictobj -Architecture: any +Architecture: all 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 @@ -28,7 +26,7 @@ Description: Dictionary where keys can be accessed as instance attributes Package: python3-dictobj -Architecture: any +Architecture: all 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 -- 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
