blob: cbe9f754818ada349e5f538d7b93c8b44b5cefda [file] [log] [blame]
Harald Welte95fac3a2018-08-26 10:07:21 +02001Source: simtrace2
2Maintainer: Harald Welte <laforge@gnumonks.org>
3Section: devel
4Priority: optional
5Build-Depends: debhelper (>= 9),
Oliver Smith71cfc2b2019-11-28 11:21:12 +01006 autotools-dev,
7 autoconf,
8 automake,
9 libtool,
10 pkg-config,
11 git,
12 dh-autoreconf,
Harald Weltecb78b552018-08-26 11:42:33 +020013 libosmocore-dev,
Harald Welte66ffb6d2018-09-23 16:59:23 +020014 libpcsclite-dev,
Harald Welte95fac3a2018-08-26 10:07:21 +020015 libnewlib-arm-none-eabi,
16 libusb-1.0-0-dev,
17 gcc-arm-none-eabi
18Standards-Version: 3.9.8
19Vcs-Git: git://git.osmocom.org/simtrace2.git
20Vcs-Browser: http://git.osmocom.org/simtrace2/
21Homepage: http://osmocom.org/projects/simtrace2/wiki
22
23Package: simtrace2-firmware
24Section: devel
25Architecture: all
26Recommends: dfu-util
27Description: Firmware for SAM3 based SIMtrace2 USB Devices.
28 Open Source firmware for the Cortex-M3 microcontroller in the
29 "Osmocom SIMtrace2" USB-attached peripheral device. Will only work in
30 SAM3S-based SIMtrace2, not in its SAM7S-based predecessor SIMtrace!
31
32Package: simtrace2-utils
33Section: devel
34Architecture: any
35Multi-Arch: same
Oliver Smith71cfc2b2019-11-28 11:21:12 +010036Depends: ${shlibs:Depends}, ${misc:Depends}, libosmo-simtrace2-0
Harald Welte95fac3a2018-08-26 10:07:21 +020037Recommends: simtrace2-firmware
38Description: Host utilities to communicate with SIMtrace2 USB Devices.
Oliver Smith71cfc2b2019-11-28 11:21:12 +010039
40Package: libosmo-simtrace2-0
41Section: libs
42Architecture: any
43Multi-Arch: same
44Depends: ${shlibs:Depends}, ${misc:Depends}
45Description: Osmocom SIMtrace2 library
46 This library contains core "driver" functionality to interface with the
47 Osmocom SIMtrace2 (and compatible) USB device firmware. It enables
48 applications to implement SIM card / smart card tracing as well as
49 SIM / smart card emulation functions.
50
51Package: libosmo-simtrace2-dev
52Section: libdevel
53Architecture: any
54Multi-Arch: same
55Depends: libosmo-simtrace2-0, ${misc:Depends}
56Description: Development headers for Osmocom SIMtrace2 library
57 This library contains core "driver" functionality to interface with the
58 Osmocom SIMtrace2 (and compatible) USB device firmware. It enables
59 applications to implement SIM card / smart card tracing as well as
60 SIM / smart card emulation functions.
61 .
62 The header files provided by this package may be used to develop
63 with any of the libosmocore libraries.
64 .
65 Also static libraries are installed with this package.