This is an automated email from the git hooks/post-receive script. tille pushed a commit to tag debian/1.2.12-2 in repository python-biotools.
commit 8aaabdb597856d407381ffab2d17bedd7921ce41 Author: Andreas Tille <[email protected]> Date: Thu Aug 31 16:04:05 2017 +0200 Fix use of arch:any -> arch:all --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 656960d..ad79f0f 100644 --- a/debian/control +++ b/debian/control @@ -5,15 +5,15 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Build-Depends: debhelper (>= 10), dh-python, - python-all-dev, - python3-all-dev + python-all, + python3-all Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-biotools.git Vcs-Git: https://anonscm.debian.org/git/debian-med/python-biotools.git Homepage: https://github.com/sonwell/biotools Package: python-biotools -Architecture: any +Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-numpy, @@ -39,7 +39,7 @@ Description: Python bioinformatics utilities for high-throughput genomic sequenc This package contains the Python 2 module. Package: python3-biotools -Architecture: any +Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-numpy, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-biotools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
