mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
Don't attempt to build the firmware with the random default compiler from the distribution anymore. With some GCC versions, the DFU loader does not fit the partition anymore. Related: OS#5260 Change-Id: I95a8472b458db203ad14efd57268ca922c75aeb1
54 lines
1.8 KiB
Plaintext
54 lines
1.8 KiB
Plaintext
Source: simtrace2
|
|
Maintainer: Harald Welte <laforge@gnumonks.org>
|
|
Section: devel
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 9),
|
|
autotools-dev,
|
|
autoconf,
|
|
automake,
|
|
libtool,
|
|
pkg-config,
|
|
git,
|
|
dh-autoreconf,
|
|
libosmocore-dev,
|
|
libpcsclite-dev,
|
|
libusb-1.0-0-dev
|
|
Standards-Version: 3.9.8
|
|
Vcs-Git: git://git.osmocom.org/simtrace2.git
|
|
Vcs-Browser: http://git.osmocom.org/simtrace2/
|
|
Homepage: http://osmocom.org/projects/simtrace2/wiki
|
|
|
|
Package: simtrace2-utils
|
|
Section: devel
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libosmo-simtrace2-0
|
|
Description: Host utilities to communicate with SIMtrace2 USB Devices.
|
|
|
|
Package: libosmo-simtrace2-0
|
|
Section: libs
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Osmocom SIMtrace2 library
|
|
This library contains core "driver" functionality to interface with the
|
|
Osmocom SIMtrace2 (and compatible) USB device firmware. It enables
|
|
applications to implement SIM card / smart card tracing as well as
|
|
SIM / smart card emulation functions.
|
|
|
|
Package: libosmo-simtrace2-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: libosmo-simtrace2-0, ${misc:Depends}
|
|
Description: Development headers for Osmocom SIMtrace2 library
|
|
This library contains core "driver" functionality to interface with the
|
|
Osmocom SIMtrace2 (and compatible) USB device firmware. It enables
|
|
applications to implement SIM card / smart card tracing as well as
|
|
SIM / smart card emulation functions.
|
|
.
|
|
The header files provided by this package may be used to develop
|
|
with any of the libosmocore libraries.
|
|
.
|
|
Also static libraries are installed with this package.
|