Skip to content

Commit b6941bb

Browse files
authored
Merge pull request #2033 from peternewman/0.10-fix-sid
Fix Sid dependencies and autopkgtest
2 parents 3566c28 + 15948e7 commit b6941bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
persist-credentials: false
3737
- name: Install build tools
38-
run: apt-get -y install devscripts adduser fakeroot sudo
38+
run: apt-get -y install devscripts adduser fakeroot sudo equivs
3939
- name: Install build dependencies
4040
run: mk-build-deps -t "apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends" -i -r
4141
- name: Set up build user

debian/tests/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Test-Command: ola_rdm_get --list-pids
55
Depends: ola
66

77
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
8-
Depends: ola-rdm-tests
8+
Depends: python3-all, ola-rdm-tests
99

1010
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
1111
Depends: python3-all, ola, ola-python

0 commit comments

Comments
 (0)