piuparts 0.40ubuntu1 source package in Ubuntu

Changelog

piuparts (0.40ubuntu1) oneiric; urgency=low

  * Merge from Debian Unstable. Remaining changes:
    - In Ubuntu, debfoster tries to remove packages with priority required
      even if MaxPriority=required is used. Setting MaxPriority to important
      reduces the number of packages to be removed as well as false positives
      generated by unwanted package removals. This can be dropped if a
      proper fix for debfoster is found.
    - Makefile: added python2.7 support and drop python2.5 support (unsupported)
    - piuparts.py:
     + set default keyring name to ubuntu-archive-keyring.pgp
  *  piuparts.py: set default distribution to oneiric

piuparts (0.40) unstable; urgency=low

  * piuparts.py:
    - make "natty" the default Ubuntu distribution.
    - add to self.ignored_files:
      - /var/log/bootstrap.log
  * debian/control: depend on ${python:Depends} instead of just python. Thanks
    to Jakub Wilk. (Closes: #614617)
  * *.py: do not use Python built-in function names as variable name. Thanks
    to Carl Chenet for a first patch and Scott Schaefer for the applied one.
    (Closes: #523950)
  * Bump Standards-Version to 3.9.2, no changes necessary.
  * debian/rules: add empty build-arch and build-indep to appease lintian.
  * Makefile: drop workaround for #559305 in lenny.
 -- Andrew Starr-Bochicchio <email address hidden>   Thu, 18 Aug 2011 15:32:04 -0400

Upload details

Uploaded by:
Andrew Starr-Bochicchio
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
piuparts_0.40ubuntu1.tar.gz 88.0 KiB d4c34e743f19e034b7b7992bedc93fb0e210d99a3a5386cef43f46067cef9acd
piuparts_0.40ubuntu1.dsc 1.7 KiB 8d6c69a4af130b363acdc74152b4ccb754a91102838d5bbe3a0c01ca60b29911

Available diffs

View changes file

Binary packages built by this source

piuparts: .deb package installation, upgrading, and removal testing tool

 piuparts tests that .deb packages (as used by Debian) handle
 installation, upgrading, and removal correctly. It does this by
 creating a minimal Debian installation in a chroot, and installing,
 upgrading, and removing packages in that environment, and comparing the
 state of the directory tree before and after. piuparts reports any
 files that have been added, removed, or modified during this process.
 .
 piuparts is meant as a quality assurance tool for people who create .deb
 packages to test them before they upload them to the Debian package archive.