Scott Kitterman wrote...

> File currently build-deps on python-all-dev and python3-all-dev, but
> doesn't having any compiled code related to python.

Thanks, will include this in the next upload which should happen
before the weekend.

> Additionally, python-magic is an arch any package, even though it
> doesn't have any architecture dependent content.

Yes, just some nitpicking: lintian doesn't like simple versioned
dependencies arch: all -> arch: any. A workaround is available,
though:

>  Package: python-magic
>  Section: python
>  Priority: optional
> -Architecture: any
> +Architecture: all
>  Depends:
>   ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
>   libmagic1 (= ${binary:Version})

-    libmagic1 (= ${binary:Version}),
+    libmagic1 (>= ${binary:Version}),
+    libmagic1 (<< ${binary:Version}.1~),

    Christoph

Attachment: signature.asc
Description: Digital signature

Reply via email to