Skip to content

Commit

Permalink
Add ola_usbpro to the deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Jul 9, 2014
1 parent 381014e commit 97b0545
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 2 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ola (0.9.2-1) unstable; urgency=low

* New upstream release
* Add usbpro_firmware program to the package

-- RenZO <[email protected]> xxx, yy zzz 2014 aa:bb:cc +dddd

ola (0.9.1-1) unstable; urgency=low

* New upstream release
Expand Down
1 change: 1 addition & 0 deletions debian/ola.install
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
usr/bin/ola*
usr/bin/rdmpro_sniffer
usr/bin/usbpro_firmware
usr/lib/libola*.so.?
usr/lib/libola*.so.?.?.*
usr/lib/olad/libola*.so.?
Expand Down
3 changes: 2 additions & 1 deletion man/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ dist_man_MANS += \
man/ola_uni_info.1 \
man/ola_usbpro.1 \
man/olad.1 \
man/rdmpro_sniffer.1
man/rdmpro_sniffer.1 \
man/usbpro_firmware.1
1 change: 1 addition & 0 deletions man/ola_usbpro.1
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ ola_usbpro -d 9 -p 0 -r 40
ola_usbpro -d 9 --serial
.SH SEE ALSO
.BR olad(1) ,
.BR usbpro_firmware(1) ,
.
20 changes: 20 additions & 0 deletions man/usbpro_firmware.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.TH usbpro_firmware 1 "July 2014"
.SH NAME
usbpro_firmware \- Update the firmware on an Enttec USB Pro Device.
.SH SYNOPSIS
.B usbpro_firmware -d <device> -f <firmware_file> [ options ]
.SH DESCRIPTION
.B usbpro_firmware
is used to update the firmware on Enttec USB Pro devices.
.SH OPTIONS
.IP "-h, --help"
Display the help message.
.IP "-d, --device <device>"
The path to the device to update
.IP "-f, --firmware <firmware_file>"
The path to the firmware to use
.IP "-l, --log-level <int8_t>"
Set the logging level 0 .. 4.
.SH SEE ALSO
.BR ola_usbpro(1) ,
.
2 changes: 1 addition & 1 deletion tools/usbpro/Makefile.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dist_noinst_SCRIPTS += tools/usbpro/download_firmware.sh

noinst_PROGRAMS += tools/usbpro/usbpro_firmware
bin_PROGRAMS += tools/usbpro/usbpro_firmware
tools_usbpro_usbpro_firmware_SOURCES = tools/usbpro/usbpro-firmware.cpp
tools_usbpro_usbpro_firmware_LDADD = common/libolacommon.la \
plugins/usbpro/libolausbprowidget.la

0 comments on commit 97b0545

Please sign in to comment.