mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-18 14:18:50 +03:00
Compare commits
1 Commits
0.8.0
...
osmith/wip
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b86831c55b |
14
debian/control
vendored
14
debian/control
vendored
@@ -12,29 +12,17 @@ Build-Depends: debhelper (>= 9),
|
|||||||
dh-autoreconf,
|
dh-autoreconf,
|
||||||
libosmocore-dev,
|
libosmocore-dev,
|
||||||
libpcsclite-dev,
|
libpcsclite-dev,
|
||||||
libnewlib-arm-none-eabi,
|
libusb-1.0-0-dev
|
||||||
libusb-1.0-0-dev,
|
|
||||||
gcc-arm-none-eabi
|
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 3.9.8
|
||||||
Vcs-Git: git://git.osmocom.org/simtrace2.git
|
Vcs-Git: git://git.osmocom.org/simtrace2.git
|
||||||
Vcs-Browser: http://git.osmocom.org/simtrace2/
|
Vcs-Browser: http://git.osmocom.org/simtrace2/
|
||||||
Homepage: http://osmocom.org/projects/simtrace2/wiki
|
Homepage: http://osmocom.org/projects/simtrace2/wiki
|
||||||
|
|
||||||
Package: simtrace2-firmware
|
|
||||||
Section: devel
|
|
||||||
Architecture: all
|
|
||||||
Recommends: dfu-util
|
|
||||||
Description: Firmware for SAM3 based SIMtrace2 USB Devices.
|
|
||||||
Open Source firmware for the Cortex-M3 microcontroller in the
|
|
||||||
"Osmocom SIMtrace2" USB-attached peripheral device. Will only work in
|
|
||||||
SAM3S-based SIMtrace2, not in its SAM7S-based predecessor SIMtrace!
|
|
||||||
|
|
||||||
Package: simtrace2-utils
|
Package: simtrace2-utils
|
||||||
Section: devel
|
Section: devel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libosmo-simtrace2-0
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libosmo-simtrace2-0
|
||||||
Recommends: simtrace2-firmware
|
|
||||||
Description: Host utilities to communicate with SIMtrace2 USB Devices.
|
Description: Host utilities to communicate with SIMtrace2 USB Devices.
|
||||||
|
|
||||||
Package: libosmo-simtrace2-0
|
Package: libosmo-simtrace2-0
|
||||||
|
|||||||
6
debian/rules
vendored
6
debian/rules
vendored
@@ -17,3 +17,9 @@ export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions
|
|||||||
|
|
||||||
override_dh_autoreconf:
|
override_dh_autoreconf:
|
||||||
cd host && dh_autoreconf
|
cd host && dh_autoreconf
|
||||||
|
|
||||||
|
override_dh_auto_build:
|
||||||
|
dh_auto_build -- utils
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
dh_auto_build -- -C host
|
||||||
|
|||||||
1
debian/simtrace2-firmware.install
vendored
1
debian/simtrace2-firmware.install
vendored
@@ -1 +0,0 @@
|
|||||||
usr/share/simtrace2/*.bin
|
|
||||||
Reference in New Issue
Block a user