From 7aaf9b2c63aa8bdd87de4c19dcf1742c686a1cc2 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 27 Jan 2018 02:15:35 +0100 Subject: =?UTF-8?q?tests:=20set=20debhelper=20compat=2010=20and=20R=C2=B3?= =?UTF-8?q?=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The testpackages hardly need debhelper at all, so any version would do, and they build without root rights by definition, but declaring it explicitly can't hurt and in the case of debhelper it would be sad if our testcases break one day because the old compat level is removed. Gbp-Dch: Ignore --- test/integration/framework | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/integration/framework b/test/integration/framework index ecce46d2e..ab91c8553 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -699,7 +699,8 @@ echo '$NAME says \"Hello!\"'" > "${BUILDDIR}/${NAME}" echo "Source: $NAME Priority: $PRIORITY Maintainer: Joe Sixpack -Standards-Version: 3.9.3" +Standards-Version: 4.3.1 +Rules-Requires-Root: no" if [ "$SECTION" != '' ]; then echo "Section: $SECTION" fi @@ -738,7 +739,7 @@ setupsimplenativepackage() { local NAME="$1" local VERSION="$3" local BUILDDIR="${TMPWORKINGDIRECTORY}/incoming/${NAME}-${VERSION}" - test -e "${BUILDDIR}/debian/compat" || echo '7' > "${BUILDDIR}/debian/compat" + test -e "${BUILDDIR}/debian/compat" || echo '10' > "${BUILDDIR}/debian/compat" test -e "${BUILDDIR}/debian/rules" || make_tiny_rules "${BUILDDIR}/debian/rules" } -- cgit v1.2.3