manually merged with ARM version

This commit is contained in:
2025-11-13 17:43:55 +03:00
parent f978759ae0
commit 04015fb4cb
463 changed files with 119514 additions and 45 deletions

View File

@ -0,0 +1,54 @@
Source: x502api
Priority: optional
Maintainer: Borisov Alexey <borisov@lcard.ru>
Build-Depends: debhelper (>= 8.0.0), cmake, libusb-1.0-0-dev, libavahi-common-dev, libavahi-client-dev
Standards-Version: 3.9.3
Section: libs
Homepage: "http://www.lcard.ru"
Replaces: l502api
Package: libx502api1-dev
Section: libdevel
Architecture: any
Depends: libx502api1 (= ${binary:Version}),
libe502api1 (= ${binary:Version}),
libl502api1 (= ${binary:Version}),
${misc:Depends}
Replaces: libl502api1-dev
Description:Library for control L-Card L502/E502 devices
Library that allow you control L-Card L502 and E502 data acquisition devices.
.
This package contains the development files.
.
You need these files if you writing your own software. Non-developers likely
have little use for this package.
Package: libx502api1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description:Library with general function for L-Card L502/E502 devices
Library that allow you control L-Card L502 and E502 data acquisition devices.
.
This package contains the shared object files.
Package: libe502api1
Section: libs
Architecture: any
Suggests: avahi-daemon
Depends: ${shlibs:Depends}, ${misc:Depends}, udev
Description:Library for control L-Card E502 device
Library that allow you control L-Card E502 data acquisition devices.
.
This package contains the shared object files.
Package: libl502api1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description:Library for control L-Card L502 device
Library that allow you control L-Card L502 data acquisition devices.
.
This package contains the shared object files.