chiark / gitweb /
adt-run: Fix typo to make "build-needed" work (Closes #637353)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Aug 2011 20:23:51 +0000 (21:23 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Aug 2011 20:23:51 +0000 (21:23 +0100)
Thanks to report and fix from Timo Lindfors.

debian/changelog
runner/adt-run

index 64b0d68f5a7faafc0e0814103932c262e6c6fdf4..55f529eb0962b9afe0a7f722969df0822985d4d8 100644 (file)
@@ -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).
 
  --
 
index 626e5ad08ff0a38fb80542cef906540e6ad1a583..0e9168e25239f360fae0f8c2a7aa56ec3db283d4 100755 (executable)
@@ -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: