Accepted: piuparts 0.30ubuntu1 (source)
Luca Falavigna
dktrkranz at ubuntu.com
Tue Feb 19 15:51:26 GMT 2008
Accepted:
OK: piuparts_0.30ubuntu1.tar.gz
OK: piuparts_0.30ubuntu1.dsc
-> Component: universe Section: devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 19 Feb 2008 16:42:56 +0100
Source: piuparts
Binary: piuparts
Architecture: source
Version: 0.30ubuntu1
Distribution: hardy
Urgency: low
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
Changed-By: Luca Falavigna <dktrkranz at ubuntu.com>
Description:
piuparts - .deb package installation, upgrading, and removal testing tool
Closes: 349365 349933 386839 389610 431248 431821 434980 439592 440141 440310 443641 458929 465416
Launchpad-Bugs-Fixed: 175821
Changes:
piuparts (0.30ubuntu1) hardy; urgency=low
.
* Merge from Debian unstable, remaining Ubuntu changes:
- Add /var/log/auth.log to ignored_files.
- Do not ignore errors during packages install.
* debian/control
- Update Maintainer field as per spec.
* Feature Freeze exception granted (LP: #175821).
.
piuparts (0.30) unstable; urgency=low
.
* piuparts.py:
- Implement Chroot.create_temp_tgz_file() (since it's used in the VirtServ
subclass)
- Fix a typo -- chroot.create_temp_tgz() was being called instead of
chroot.create_temp_tgz_file() (Closes: #465416)
.
piuparts (0.29) unstable; urgency=low
.
[ Ana Beatriz Guerrero Lopez ]
* Updated uploaders, remove Amaya and Alastair.
.
[ Lars Wirzenius ]
* piuparts.py: Call "apt-get update" before calling Chroot.minimize, so
that we can find the debfoster package on Ubuntu.
* debian/control: Fixed "Uploaders:" to have my preferred e-mail address
(liw at iki.fi) instead of my Debian one.
* piuparts.py: Added -D option to set Debian flavor, plus two sets of
default settings depending on the flavor, one for Debian itself, and
another for Ubuntu. The settings choose default mirror and distribution
set (sid vs gutsy). This will allow an Ubuntu version of the package
to set defaults at package building time.
* piuparts.py: Report target of broken symlink correctly, instead of
saying "True".
* piuparts.py: Use lsb-release to guess the Debian flavor.
* debian/control: Added dependency on lsb-release.
* piuparts-master.py: Make the master write summary of total pass/fail
packages, plus status per binary package. This is for having the
Debian PTS and the Ubuntu developer weather report show summaries
of piuparts results.
* integraged changes from Ubuntu by Ian Jackson to support autopkgtest.
* wrapped long lines in debian/control.
.
[ Holger Levsen ]
* Added myself to uploaders.
* Added Homepage: header to debian/control and changed the homepage to be
http://wiki.debian.org/piuparts.
* Use Vcs-* headers in debian/control instead of XS-Vcs-*.
* Bumped policy version to 3.7.3.
* Updated download location in debian/copyright.
.
[ John Wright ]
* Change the --warn-on-others implementation to create a dummy metapackage
with the needed dependencies and install it in the chroot, rather than
using "apt-get install package package-". The previous implementation
had issues when the package was already installed (and especially if the
package had essential packages in its reverse dependencies). This has
the pleasant side-effect of making --warn-on-others work both with and
without --apt. (Closes: #458929)
* Fix a bug in check_for_broken_symlinks(): the targets for the broken
symlinks (used for logging) were being read from files on the real root
filesystem, rather than in the chroot.
.
piuparts (0.28) unstable; urgency=low
.
* Fix an UnboundLocalError introduced in the --warn-on-others fix that would
occur if run without the --apt option. (Closes: #443641)
.
piuparts (0.27) unstable; urgency=low
.
* Add support for testing multiple distributions and architectures to
piuparts-master.py and piuparts-slave.py. Please see the README file,
piuparts-master.conf.sample and piuparts-slave.conf.sample for more
details. (Closes: #349365)
* Fix the --warn-on-others option. Now, dependencies are installed before
the packages we wish to test, and an inventory is taken then, so that we
can know which errors were caused by the packages explicitly specified on
the command-line. Currently, this requires --apt, and doesn't work quite
as advertised if there are circular dependencies with the packages you wish
to test (see the man page for more details). (Closes: #440310)
* debian/control:
- Update my email address in the Uploaders field
.
piuparts (0.26) unstable; urgency=low
.
* Update list of ignored files. (Closes: #439592)
* In the cron test, not executable files are not run. (Closes: #440141)
.
piuparts (0.25) unstable; urgency=low
.
* Add the option to run custom scripts inside the piuparts chroot.
Scripts are stored in a directory and give it as argument with the
option --scriptsdir=/dir/with/the/scripts
This feature is still experimental :)
* Add custom-scripts.txt with information about the custom scripts.
.
piuparts (0.24) unstable; urgency=low
.
* Add /var/lib/apt/extended_states to ignored_files. Thanks Anibal!
(Closes: #434980)
* Add quick howto about how to use piuparts under docs.
* Add test that checks the output from the cron files left in the system
after removing a package. This includes the option --skip-cronfiles-test,
to allow skipping this test.
.
piuparts (0.23) unstable; urgency=low
.
* Cosmetic change, now file owner and file are shown in the same line.
* Add option --list-installed-files, that list files added/removed/modified
to the chroot after the package's installation. (Closes: #431821)
* Add option --no-upgrade-test, that allows skip testing upgrade from an
existing version in the archive. (Closes: #349933)
.
piuparts (0.22) unstable; urgency=low
.
[ John Wright ]
* debian/control:
- Add XS-Vcs-Svn and XS-Vcs-Browser fields
.
[ Ana Beatriz Guerrero Lopez ]
* Rename piuparts.py.in back to piuparts.py.
* Add option --skip-minimize that allows skip the minimize chroot step
with debfoster.
* Remove m4 substitution, and use sed instead. Drop Build-Depends on m4.
(Closes: #431248)
* Drop support for python 2.3 and add support for python 2.5.
* debian/rules:
- Remove execution of checkversion in package build, not longer needed.
* debian/control:
- Add myself to uploaders.
- Add (future) piuparts website.
.
piuparts (0.21) unstable; urgency=low
.
* Convert to Debian-native packaging style. From now on, changes to piuparts
will be tracked here. (Closes: #389610)
* Makefile:
- Give docbook2x-man a --encoding=utf-8 argument. It was failing to build.
- Generate piuparts.py from piuparts.py.in, filling in the VERSION variable
with the version from debian/changelog
* debian/control:
- Fix the name of the maintainer (we're the "piuparts developers team", not
Lustre)
- Correct my email address in the uploaders field
- Add Build-Depends on m4
* piuparts.py.in:
- Don't call shellquote() on arguments, since we're not using the shell.
(Closes: #386839)
- Add a --warn-on-others option. See the man page for details.
* piuparts.docbook:
- Document the --warn-on-others option.
Files:
dbe412024d0159020e14981915455559 875 devel optional piuparts_0.30ubuntu1.dsc
bde0aceb4b5b11c126400cc1d31599ed 63638 devel optional piuparts_0.30ubuntu1.tar.gz
Original-Maintainer: piuparts developers team <piuparts-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHuvm2nXjXEYa8KlARAlSgAJ0fgTzvHa98TveOG0MDkNH2V4WNmQCeKC0O
5ctAcLL2IdTgr7JCCvehBk4=
=bw4q
-----END PGP SIGNATURE-----
More information about the Hardy-changes
mailing list