From: Ian Jackson Date: Sun, 14 Aug 2011 20:23:51 +0000 (+0100) Subject: adt-run: Fix typo to make "build-needed" work (Closes #637353) X-Git-Tag: debian/2.1.0~17 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=12d617377db6d1e075bf00a67a37bbad8585c4ed;p=autopkgtest.git adt-run: Fix typo to make "build-needed" work (Closes #637353) Thanks to report and fix from Timo Lindfors. --- diff --git a/debian/changelog b/debian/changelog index 64b0d68..55f529e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ autopkgtest (2.0.1) unstable; urgency=medium - Permit tests/control fields with medial capital letters. - Do not duplicate previous stanzas (closes: #637333). - Make adt-run --quiet work (closes: #637350). + - Make "build-needed" restriction work (closes: #637353). -- diff --git a/runner/adt-run b/runner/adt-run index 626e5ad..0e9168e 100755 --- a/runner/adt-run +++ b/runner/adt-run @@ -1013,7 +1013,7 @@ class Restriction: def __init__(r,rname,base): pass class Restriction_rw_build_tree(Restriction): pass -class Restriction_build_neeeded(Restriction): pass +class Restriction_build_needed(Restriction): pass class Restriction_breaks_testbed(Restriction): def __init__(r, rname, base): if 'revert-full-system' not in testbed.caps: