Package: ubertooth / 2018.12.R1-5.4

Metadata

Package Version Patches format
ubertooth 2018.12.R1-5.4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fixpythoninstall.patch | (download)

host/python/specan_ui/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes install location of python package


02_fix_missing_dfu.patch | (download)

firmware/common.mk | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fixes problem with ubertooth-dfu not found. the install script
 assumes that ubertooth-dfu is already in the path. It is not when building
 the deb package,
 but it is available from a relative path since it has already been built.


03_also_build_bootloader.patch | (download)

firmware/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 also build bootloader


04_no_git_for_debian.patch | (download)

firmware/common.mk | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 when building the package,
 the source is not necessarily part of a git repository. This patch removes
 all git command executions. Additionally it replaces GIT_REVISION with the
 current Debian version number. This will go into some of the firmware files.


05_move_headers_to_subdir.patch | (download)

host/libubertooth/src/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 install header files to /usr/incude/ubertooth to make it easier to
 build firmware from source using the ubertooth-firmware-source package.


0006 Try fixing two lintians.patch | (download)

host/doc/man/ubertooth-afh.1 | 4 1 + 3 - 0 !
host/doc/man/ubertooth-btle.1 | 5 2 + 3 - 0 !
host/doc/man/ubertooth-debug.1 | 4 1 + 3 - 0 !
host/doc/man/ubertooth-dfu.1 | 4 1 + 3 - 0 !
host/doc/man/ubertooth-dump.1 | 4 1 + 3 - 0 !
host/doc/man/ubertooth-ego.1 | 4 1 + 3 - 0 !
host/doc/man/ubertooth-rx.1 | 4 1 + 3 - 0 !
host/doc/man/ubertooth-scan.1 | 4 1 + 3 - 0 !
host/doc/man/ubertooth-specan.1 | 4 1 + 3 - 0 !
host/doc/man/ubertooth-util.1 | 4 1 + 3 - 0 !
host/doc/man/ubertooth.7 | 4 1 + 3 - 0 !
11 files changed, 12 insertions(+), 33 deletions(-)

 try fixing two lintians


0007 Patch to run in Python 3.patch | (download)

host/python/CMakeLists.txt | 2 1 + 1 - 0 !
host/python/specan_ui/specan/Ubertooth.py | 2 1 + 1 - 0 !
host/python/specan_ui/ubertooth-specan-ui | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 patch to run in python 3


0008 Remove unused extra definition of variable.patch | (download)

host/libubertooth/src/ubertooth.c | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove unused extra definition of variable


0001 firmware fix update for newer gcc versions.patch | (download)

firmware/bluetooth_rxtx/bluetooth.c | 6 6 + 0 - 0 !
firmware/bluetooth_rxtx/bluetooth.h | 10 5 + 5 - 0 !
firmware/bluetooth_rxtx/cc2400_rangetest.c | 2 2 + 0 - 0 !
firmware/bluetooth_rxtx/cc2400_rangetest.h | 2 1 + 1 - 0 !
firmware/bluetooth_rxtx/ubertooth_clock.c | 13 13 + 0 - 0 !
firmware/bluetooth_rxtx/ubertooth_clock.h | 16 8 + 8 - 0 !
firmware/bluetooth_rxtx/ubertooth_cs.c | 5 5 + 0 - 0 !
firmware/bluetooth_rxtx/ubertooth_cs.h | 8 4 + 4 - 0 !
firmware/bluetooth_rxtx/ubertooth_dma.c | 14 14 + 0 - 0 !
firmware/bluetooth_rxtx/ubertooth_dma.h | 12 6 + 6 - 0 !
firmware/bluetooth_rxtx/ubertooth_rssi.c | 4 4 + 0 - 0 !
firmware/bluetooth_rxtx/ubertooth_rssi.h | 6 3 + 3 - 0 !
12 files changed, 71 insertions(+), 27 deletions(-)

 firmware fix: update for newer gcc versions


0002 tweak.patch | (download)

host/python/specan_ui/setup.py | 2 1 + 1 - 0 !
host/python/specan_ui/setup.py.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
cmake4.patch | (download)

host/CMakeLists.txt | 2 1 + 1 - 0 !
host/misc/CMakeLists.txt | 2 1 + 1 - 0 !
host/misc/udev/CMakeLists.txt | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 increase minimal required cmake version (-> cmake4)