Add support multiarch

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
Nobuhiro Iwamatsu 2013-01-21 13:15:06 +09:00 committed by Ludovic Rousseau
parent c8e2d39cbc
commit 2db7087041
4 changed files with 17 additions and 7 deletions

4
debian/control vendored
View file

@ -10,6 +10,8 @@ Vcs-Browser: http://code.google.com/p/libnfc/source/browse/
Package: libnfc4
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libusb-0.1-4
Description: Near Field Communication (NFC) library
libnfc is a Free Software library for Near Field Communication.
@ -19,6 +21,8 @@ Description: Near Field Communication (NFC) library
Package: libnfc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, libnfc4 (= ${binary:Version}), libusb-dev
Description: Near Field Communication library (development files)
libnfc is a free software library for near-field communication.