1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Test-Command: debian/tests/buildpackage tests/*/
Features: test-name=build_package
Restrictions: allow-stderr
Depends:
build-essential,
debhelper-compat (= 13),
@,
Test-Command: debian/tests/installpackage tests/*/
Features: test-name=usable_package_pd32
Restrictions: needs-root, breaks-testbed, allow-stderr, skip-not-installable
Depends:
build-essential,
debhelper-compat (= 13),
puredata-core,
@,
Test-Command: debian/tests/installpackage tests/*/
Features: test-name=usable_package_pd64
Restrictions: needs-root, breaks-testbed, allow-stderr, skip-not-installable
Depends:
build-essential,
debhelper-compat (= 13),
puredata64-core,
@,
|