Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
persist-credentials: false
- name: Install build tools
run: apt-get -y install devscripts adduser fakeroot sudo
run: apt-get -y install devscripts adduser fakeroot sudo equivs
- name: Install build dependencies
run: mk-build-deps -t "apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends" -i -r
- name: Set up build user
Expand Down
2 changes: 1 addition & 1 deletion debian/tests/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Test-Command: ola_rdm_get --list-pids
Depends: ola

Test-Command: set -e ; for py in $(py3versions -s 2>/dev/null) ; do echo "Testing with $py:" ; $py $(which rdm_responder_test.py) --help ; done
Depends: ola-rdm-tests
Depends: python3-all, ola-rdm-tests

Test-Command: set -e ; for py in $(py3versions -s 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "from ola.ClientWrapper import ClientWrapper; print(ClientWrapper)" ; done
Depends: python3-all, ola, ola-python
Expand Down
1 change: 0 additions & 1 deletion include/ola/rdm/ResponderHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include <ola/network/Interface.h>
#include <ola/rdm/NetworkManagerInterface.h>
#include <ola/rdm/RDMCommand.h>
#include <ola/rdm/ResponderEndpointManager.h>
#include <ola/rdm/ResponderNSCStatus.h>
#include <ola/rdm/ResponderPersonality.h>
#include <ola/rdm/ResponderSensor.h>
Expand Down
1 change: 1 addition & 0 deletions include/ola/rdm/ResponderTagSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

#include <ola/Logging.h>
#include <ola/strings/Utils.h>
#include <stdint.h>
Comment thread
aroffringa marked this conversation as resolved.

#include <algorithm>
#include <iomanip>
Expand Down
Loading