Debian control: misc:Pre-Depends is only for packages providing a shared library

Fixes warnings:
dpkg-gencontrol: warning: Pre-Depends field of package libnfc-dev: unknown substitution variable ${misc:Pre-Depends}
dpkg-gencontrol: warning: Pre-Depends field of package libnfc4-dbg: unknown substitution variable ${misc:Pre-Depends}
This commit is contained in:
Philippe Teuwen 2013-02-06 15:16:33 +01:00
parent f961452cf8
commit 0203ade66c

2
debian/control vendored
View file

@ -27,7 +27,6 @@ Package: libnfc-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, libnfc4 (= ${binary:Version}), libusb-dev Depends: ${misc:Depends}, libnfc4 (= ${binary:Version}), libusb-dev
Description: Near Field Communication (NFC) library (development files) Description: Near Field Communication (NFC) library (development files)
libnfc is a library for Near Field Communication. It abstracts the libnfc is a library for Near Field Communication. It abstracts the
@ -43,7 +42,6 @@ Package: libnfc4-dbg
Section: debug Section: debug
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, libnfc4 (= ${binary:Version}) Depends: ${misc:Depends}, libnfc4 (= ${binary:Version})
Description: Near Field Communication (NFC) library (debugging information) Description: Near Field Communication (NFC) library (debugging information)
libnfc is a library for Near Field Communication. It abstracts the libnfc is a library for Near Field Communication. It abstracts the