Browse Source

No longer ship python-magic libraries

Christoph Biedl 6 years ago
parent
commit
7dc2e87bb8

+ 0 - 25
debian/control

@@ -70,28 +70,3 @@ Description: Recognize the type of data in a file using "magic" numbers - develo
  tests.
  .
  This package contains the development files.
-
-Package: python-magic
-Architecture: all
-Depends: ${misc:Depends},
-    ${python:Depends},
-    libmagic1 (>= ${binary:Version}),
-    libmagic1 (<< ${binary:Version}.1~),
-Provides:
-    ${python:Provides},
-Section: python
-Priority: optional
-Description: Recognize the type of data in a file using "magic" numbers - Python bindings
- This package contains the Python bindings for the libmagic file type
- detection library.
-
-Package: python3-magic
-Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends},
-    libmagic1 (>= ${binary:Version}),
-    libmagic1 (<< ${binary:Version}.1~),
-Section: python
-Priority: optional
-Description: Recognize the type of data in a file using "magic" numbers - Python 3 bindings
- This package contains the Python 3 bindings for the libmagic file type
- detection library.

+ 0 - 1
debian/python-magic.examples

@@ -1 +0,0 @@
-python/example.py

+ 0 - 1
debian/python-magic.install

@@ -1 +0,0 @@
-usr/lib/python2*

+ 0 - 1
debian/python3-magic.examples

@@ -1 +0,0 @@
-python/example.py

+ 0 - 1
debian/python3-magic.install

@@ -1 +0,0 @@
-usr/lib/python3*