Package: file
Version: 5.14-2
Severity: normal
Tags: patch

File currently build-deps on python-all-dev and python3-all-dev, but doesn't
having any compiled code related to python.  Additionally, python-magic is an
arch any package, even though it doesn't have any architecture dependent
content.

See the attached patch.

I'm interested in seeing this uploaded because the dependency on
python3-all-dev makes file show up on the list of packages to be
rebuilt to add python3.3 support when, in fact, it's not needed.
diff -Nru file-5.14/debian/control file-5.14/debian/control
--- file-5.14/debian/control	2013-04-01 05:54:13.000000000 -0400
+++ file-5.14/debian/control	2013-05-22 02:06:12.000000000 -0400
@@ -3,7 +3,7 @@
 Priority: standard
 Maintainer: Luk Claes <l...@debian.org>
 Build-Depends:
- debhelper (>= 9), autotools-dev, python-all-dev, python3-all-dev, zlib1g-dev
+ debhelper (>= 9), autotools-dev, python-all, python3-all, zlib1g-dev
 Standards-Version: 3.9.4
 Homepage: http://www.darwinsys.com/file/
 
@@ -58,7 +58,7 @@
 Package: python-magic
 Section: python
 Priority: optional
-Architecture: any
+Architecture: all
 Depends:
  ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
  libmagic1 (= ${binary:Version})

Reply via email to