From ce13c15ee5ac88b16b99af9f0071f4ecaff004f4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 19 Dec 2016 16:17:00 +0000 Subject: Provide and use stunt lintian and debuild This avoids lintian complaining about our stupid test packages. We need the stunt debuild because debuild likes to launder the environment, removing our stunt lintian from PATH ! Signed-off-by: Ian Jackson --- tests/tstunt/debuild | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/tstunt/debuild (limited to 'tests/tstunt/debuild') diff --git a/tests/tstunt/debuild b/tests/tstunt/debuild new file mode 100755 index 0000000..2b2ca71 --- /dev/null +++ b/tests/tstunt/debuild @@ -0,0 +1,4 @@ +#!/bin/bash +set -e +echo "DGIT TEST STUNT DEBUILD $*" >&2 +"${DGIT_TEST_REAL_DEBUILD}" --preserve-env --preserve-envvar PATH "$@" -- cgit v1.2.3