Package: ubertooth / 2015.09.R2-4

Metadata

Package Version Patches format
ubertooth 2015.09.R2-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 | 11 6 + 5 - 0 !
1 file changed, 6 insertions(+), 5 deletions(-)

 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.