From: Graham Inggs Date: Wed, 22 Dec 2021 20:55:28 +0000 (+0200) Subject: Adapt autopkgtest so it is triggered by changes to unicode-data X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~48 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=413e60f4d9157f2bc13532e6dc459aba53520be0;p=utf8proc.git Adapt autopkgtest so it is triggered by changes to unicode-data --- diff --git a/debian/changelog b/debian/changelog index 5bc4f02..0d384dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ utf8proc (2.7.0-2) UNRELEASED; urgency=medium * Use GraphemeBreakTest.txt as is, re-enable graphemetest * Use grep to generate Uppercase.txt and Lowercase.txt * Drop build-dependencies on perl and ruby + * Adapt autopkgtest so it is triggered by changes to unicode-data -- Graham Inggs Wed, 22 Dec 2021 16:12:17 +0000 diff --git a/debian/tests/control b/debian/tests/control index fb8a730..bab61c2 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,7 @@ Test-Command: make -f debian/tests/Makefile Depends: @, build-essential -Restrictions: allow-stderr +Restrictions: allow-stderr, build-needed + +Test-Command: /bin/true +Depends: unicode-data +Restrictions: hint-testsuite-triggers