summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2019-02-04 14:10:46 -0800
committerKeith Packard <keithp@keithp.com>2019-02-04 14:10:46 -0800
commit302aeb19c9788a93aebecb7fa0c7d48f735b393f (patch)
treee7fa298a0b9066a1188bcbff180fdc9136ed8104
parent83d51d57333d7b71977cd54141acfd0dcba3574b (diff)
debian: tests/control needs '@' in depends
For some reason, autopkgtest Depends field overrides the default dependency on the binary package, so specifying this field without including '@' in it causes no binary to be installed. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--debian/tests/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control
index a2e1468..ad82fa8 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
Tests: upstream
-Depends: ttf-bitstream-vera
+Depends: @, ttf-bitstream-vera