removed unneeded depends from debian/control
This commit is contained in:
parent
7b533e639a
commit
1087835ef7
|
@ -53,8 +53,6 @@ Architecture: any
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
Pre-Depends:
|
|
||||||
${misc:Pre-Depends}
|
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Description: Explore the Public Suffix List
|
Description: Explore the Public Suffix List
|
||||||
Libpsl allows checking domains against the Public Suffix List,
|
Libpsl allows checking domains against the Public Suffix List,
|
||||||
|
@ -71,7 +69,6 @@ Priority: extra
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends:
|
||||||
libpsl0 (= ${binary:Version}),
|
libpsl0 (= ${binary:Version}),
|
||||||
${shlibs:Depends},
|
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: Library for the Public Suffix List (debug symbols)
|
Description: Library for the Public Suffix List (debug symbols)
|
||||||
|
|
Loading…
Reference in New Issue