removed unneeded Pre-Depends from debian/control
This commit is contained in:
parent
3114917552
commit
7b533e639a
|
@ -38,8 +38,6 @@ Architecture: any
|
|||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Pre-Depends:
|
||||
${misc:Pre-Depends}
|
||||
Multi-Arch: same
|
||||
Description: Library for Public Suffix List (shared libraries)
|
||||
Libpsl allows checking domains against the Public Suffix List,
|
||||
|
@ -75,8 +73,6 @@ Depends:
|
|||
libpsl0 (= ${binary:Version}),
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Pre-Depends:
|
||||
${misc:Pre-Depends}
|
||||
Multi-Arch: same
|
||||
Description: Library for the Public Suffix List (debug symbols)
|
||||
Libpsl allows checking domains against the Public Suffix List,
|
||||
|
|
Loading…
Reference in New Issue