Skip to content

Commit

Permalink
Merge branch 'earwin/pythonpack'
Browse files Browse the repository at this point in the history
  • Loading branch information
earwin committed Dec 28, 2015
2 parents b362710 + dc5718d commit b24a4d0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
umtrx (1.0.7) trusty; urgency=low

* host: Properly handle most corner cases in VSWR calculations
* host: Add "STRING" to umtrx_monitor error output
* host: Add string getters/setters to the Python property tree library
* host: Checking in umtrx_query_versions.py
* debian: packaged python utils in host/utils

-- Kirill Zakharenko <earwin@gmail.com> Mon, 25 Dec 2015 19:35:56 +0100

umtrx (1.0.6) trusty; urgency=low

* host: make boost property tree thread safe
Expand Down
2 changes: 2 additions & 0 deletions debian/umtrx.install
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
usr/bin
images/u2plus_umtrx_v2.bin images/umtrx_txrx_uhd.bin usr/share/umtrx/firmware
host/utils/umtrx_property_tree.py host/utils/umtrx_vswr.py usr/share/umtrx
host/utils/umtrx_query_sensors.py host/utils/umtrx_query_versions.py host/utils/umtrx_net_burner.py usr/share/umtrx
3 changes: 3 additions & 0 deletions debian/umtrx.links
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/usr/share/umtrx/umtrx_net_burner.py /usr/bin/umtrx_net_burner
/usr/share/umtrx/umtrx_query_sensors.py /usr/bin/umtrx_query_sensors
/usr/share/umtrx/umtrx_query_versions.py /usr/bin/umtrx_query_versions
1 change: 0 additions & 1 deletion host/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Build and Install the UmTRX utils
########################################################################
INSTALL(PROGRAMS
umtrx_net_burner
umtrx_nmea
umtrx_gps_coord
umtrx_auto_calibration
Expand Down
File renamed without changes.

0 comments on commit b24a4d0

Please sign in to comment.