Skip to content

Commit

Permalink
Make autopkgtest require sox.
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed Jul 3, 2024
1 parent b633d9a commit 1aa9e98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
bambam (1.3.0+dfsg-3) sid; urgency=medium

* Make autopkgtes require sox

-- Marcin Owsiany <[email protected]> Wed, 03 Jul 2024 22:09:03 +0200

bambam (1.3.0+dfsg-2) sid; urgency=medium

* Fix autopkgtest command.
Expand Down
2 changes: 1 addition & 1 deletion debian/tests/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Test-Command: xvfb-run -e $AUTOPKGTEST_ARTIFACTS/xvfb-run.stderr -s "-screen 0 1024x768x24 -fbdir $AUTOPKGTEST_TMP" ./test_e2e.py
Depends: @, python3, xvfb, xauth, imagemagick, xdotool
Depends: @, python3, xvfb, xauth, imagemagick, xdotool, sox
Features: test-name=smoke
Restrictions: allow-stderr # SDL complains about missing sound card to stderr

0 comments on commit 1aa9e98

Please sign in to comment.