Package: metaconfig Version: 0.1.4a1-2 Severity: normal Tags: patch Additionally, build-depending on the python*-dev packages is only required for binary extensions. Changing them as in the patch is more correct and also gets them metaconfig off the list of packages needing to be addressed for the python3.3 transision.
http://release.debian.org/transitions/html/python3.3.html
diff -Nru metaconfig-0.1.4a1/debian/changelog metaconfig-0.1.4a1/debian/changelog --- metaconfig-0.1.4a1/debian/changelog 2013-05-09 07:47:21.000000000 -0400 +++ metaconfig-0.1.4a1/debian/changelog 2013-05-22 19:35:40.000000000 -0400 @@ -1,3 +1,10 @@ +metaconfig (0.1.4a1-3) UNRELEASED; urgency=low + + * Switch from arch any packages to arch all since there is no arch specific + content + + -- Scott Kitterman <sc...@kitterman.com> Wed, 22 May 2013 19:34:48 -0400 + metaconfig (0.1.4a1-2) unstable; urgency=low * Add python3-metaconfig binary package for python3 support. diff -Nru metaconfig-0.1.4a1/debian/control metaconfig-0.1.4a1/debian/control --- metaconfig-0.1.4a1/debian/control 2013-05-09 07:43:26.000000000 -0400 +++ metaconfig-0.1.4a1/debian/control 2013-05-22 19:36:08.000000000 -0400 @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Alastair McKinstry <mckins...@debian.org> -Build-Depends: debhelper (>= 9), python-all-dev, python-setuptools, python3-all-dev, python3-setuptools +Build-Depends: debhelper (>= 9), python-all, python-setuptools, python3-all, python3-setuptools Standards-Version: 3.9.4 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 @@ -10,7 +10,7 @@ Package: python-metaconfig Section: python -Architecture: any +Architecture: all Depends: ${python:Depends},${misc:Depends}, python-configparser Description: Python ConfigParser bootstrapping library Metaconfig is a library for centralising Python's ConfigParser files. @@ -20,7 +20,7 @@ Package: python3-metaconfig Section: python -Architecture: any +Architecture: all Depends: ${python3:Depends},${misc:Depends} Description: Python ConfigParser bootstrapping library (Python3) Metaconfig is a library for centralising Python's ConfigParser files.