From cf9383412494964d6188fcf08a362c0c0f313afc Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 26 Nov 2019 14:11:14 +0300 Subject: Import perl (5.30.0-9) --- debian/tests/verify-configure | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 debian/tests/verify-configure (limited to 'debian/tests/verify-configure') diff --git a/debian/tests/verify-configure b/debian/tests/verify-configure new file mode 100755 index 0000000..fe0fd91 --- /dev/null +++ b/debian/tests/verify-configure @@ -0,0 +1,5 @@ +#!/bin/sh +mkdir $AUTOPKGTEST_TMP/source +find . -print0 | cpio -p0d $AUTOPKGTEST_TMP/source +cd $AUTOPKGTEST_TMP/source +make -f debian/rules verify-configure-stamp -- cgit v1.2.3