Change logs for autopkgtest source package in Quantal

  • autopkgtest (2.2.3) unstable; urgency=medium
    
    
      [ Martin Pitt ]
      * Make `@' in tests' Depends work even if we're not building the
        source tree.  Closes: #678359.  This is an important bugfix.
    
     -- Ian Jackson <email address hidden>  Sun, 08 Jul 2012 23:15:42 +0100
  • autopkgtest (2.2.0ubuntu4) quantal; urgency=low
    
      * runner/adt-run: Filter out udebs from the '@' expansion.
     -- Martin Pitt <email address hidden>   Thu, 21 Jun 2012 18:06:35 +0200
  • autopkgtest (2.2.0ubuntu3) quantal; urgency=low
    
      * runner/adt-run: Fix for running in an already unpacked tree.
     -- Martin Pitt <email address hidden>   Thu, 21 Jun 2012 11:10:01 +0200
  • autopkgtest (2.2.0ubuntu2) quantal; urgency=low
    
      * runner/adt-run: Expand '@' test Depends: from the test package's
        debian/control instead from the list of built .debs. The latter does not
        work if we do not actually build the source. This uses dh_listpackage to
        avoid duplicating all the "Architecture:" parsing magic, so add a
        debhelper dependency.  (LP: #1015400, Closes: #678359)
     -- Martin Pitt <email address hidden>   Thu, 21 Jun 2012 10:51:00 +0200
  • autopkgtest (2.2.0ubuntu1) quantal; urgency=low
    
      * Merge with Debian unstable. Remaining Ubuntu changes:
        - Fix hashbang lines to use python instead of python2.6, and update
          debian/control to only depend on python (>= 2.6) instead of
          python2.6. (Debian #644332)
    
    autopkgtest (2.2.0) unstable; urgency=low
    
      * Provide tests with ADTTMP rather than TMPDIR.
    
        Well, actually, that's just according to the spec.  In reality, for
        backward compatibity, we provide each test script with both (pointing
        to different directories so that tests don't need to worry about
        possible filename clashes between ADTTMP and TMPDIR).
    
    autopkgtest (2.1.0) unstable; urgency=low
    
      Bugfixes:
      * Remove our strange apt config on exit.
        Partial fix to #648142, from Timo Lindfors.
      * Suppress apt-listbugs and apt-listchanges.  Michael Prokop.
      * Fix parsing of "@" dependencies.  Colin Watson.  Closes: #667022.
      * Fix NameError re "f" in restriction parsing.
        Martin Pitt.  Closes: #647882.
      * Improve handling of schroot root-users and root-groups.
        Colin Watson.  Closes: #667001.
      * Correctly handle quoting of copyup/copydown filenames.  Fixes
        but where we couldn't cope with packages' filenames containing
        + and ~.  Report from Martin Pitt.  Closes: #648161.
    
      Documentation fixes:
      * Clarify the spec to say that copyup/down takes encoded filenames.
      * Fix the spec to refer to `breaks-testbed' rather than `breaks-computer'.
        Report from Jakub Wilk.  Closes: #669721.
      * Manpage should refer to `*' in tests file's Depends field, not `@'.
        Report from Jakub Wilk.  Closes: #670648.
    
      Packaging fixes:
      * Add Recommends against pbuilder, whose dependency resolver adt-run
        uses.
      * Remove runner/tmp on debian/rules clean, and add it to .gitignore,
        for convenience.
     -- Martin Pitt <email address hidden>   Tue, 19 Jun 2012 18:35:05 +0200
  • autopkgtest (2.0.1ubuntu4) precise; urgency=low
    
      * runner/adt-run: Avoids quoting of filenames when copyup/copydown is
        called. Fixes adt-run for packages like postgresql-common or aoeui.
        Thanks to Jean-Baptiste Lallement for the patch! (Debian #648161)
     -- Martin Pitt <email address hidden>   Mon, 16 Apr 2012 10:12:04 +0200