Browse Source

Remove obsolete substvars in debian/control

Christoph Biedl 8 years ago
parent
commit
086e0e0ba7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      debian/control

+ 1 - 2
debian/control

@@ -57,7 +57,7 @@ Section: python
 Priority: optional
 Priority: optional
 Architecture: all
 Architecture: all
 Build-Profiles: <!stage1>
 Build-Profiles: <!stage1>
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
+Depends: ${misc:Depends}, ${python:Depends},
     libmagic1 (>= ${binary:Version}),
     libmagic1 (>= ${binary:Version}),
     libmagic1 (<< ${binary:Version}.1~),
     libmagic1 (<< ${binary:Version}.1~),
 Provides: ${python:Provides}
 Provides: ${python:Provides}
@@ -76,7 +76,6 @@ Build-Profiles: <!stage1>
 Depends: ${misc:Depends}, ${python3:Depends},
 Depends: ${misc:Depends}, ${python3:Depends},
     libmagic1 (>= ${binary:Version}),
     libmagic1 (>= ${binary:Version}),
     libmagic1 (<< ${binary:Version}.1~),
     libmagic1 (<< ${binary:Version}.1~),
-Provides: ${python3:Provides}
 Description: File type determination library using "magic" numbers (Python 3 bindings)
 Description: File type determination library using "magic" numbers (Python 3 bindings)
  This library can be used to classify files according to magic
  This library can be used to classify files according to magic
  number tests. It implements the core functionality of the file
  number tests. It implements the core functionality of the file