News for package piuparts

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.0
Source: piuparts
Binary: piuparts, piuparts-master, piuparts-slave, piuparts-common
Architecture: all
Version: 0.61
Maintainer: piuparts developers team <[email protected]>
Uploaders:  Holger Levsen <[email protected]>
Homepage: https://piuparts.debian.org
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/piuparts/piuparts.git
Vcs-Git: git://anonscm.debian.org/piuparts/piuparts.git
Build-Depends: debhelper (>= 9.20120909~), python (>= 2.7), python-debian, python-apt, python-distro-info, python-nose, python-debianbts, python-yaml, python-mox3
Build-Depends-Indep: asciidoc, git, xmlto
Package-List:
 piuparts deb devel extra arch=all
 piuparts-common deb devel extra arch=all
 piuparts-master deb devel extra arch=all
 piuparts-slave deb devel extra arch=all
Checksums-Sha1:
 3f4fc0046ad1bacbec29b5f6f7f31c1d4d9985b6 223767 piuparts_0.61.tar.gz
Checksums-Sha256:
 502892c4ba1ab5165083db118aafbc370f76f611285d03ca4691ba87e38cd383 223767 piuparts_0.61.tar.gz
Files:
 5c3e82feaa8bf0ab694ae6213d0b7f90 223767 piuparts_0.61.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIVAwUBVH9d/QkauFYGmqocAQoexxAAlxfzflA4LcmDykNrIvs+xpvUEpr8auRR
q4qw/TtBkXhgIf6PwiyODlL/njsWULVAuiZ5GPXRYxrm0MINRCprjfs/4BX+LAe/
VIWQE1rod2PX8b5HDOhNe01tWRoYKrR50bi7tyaWAQ185MBsQMZOK585GBuW1Ayt
AHgKG1SA60JgSaYPAZxJdx9BsaT59OLCU37cq2itzNkdO0AoeQUcMMJwqush/R9M
Md/V8yi0WKhWw7fbGLE1p6X51O6grU+pu10JEsQYOZBiq/06xmxE5TLBu4rOI6Qk
ysaJ/9yKdKIUfLLst7gs39oNt1KzzureVDxe2zPW1gk9I7Klr4LcEKa/7wpj89by
wk6SebTF8peWyWJQXEQgNhxbJxBK8wkheXRpFd0DkyMk3a9v1zItunLcroWJNFeL
4+uStc6P/dPMdjn3sOqwk4m3pZtUF8L4orTeXHt155kpssd+aF80QfZyoT4vWb9P
GsGvq0mOSg361G7eR0ToS0EJ6sKlX/t1eQWLa60OeBhyDmPP2fiUCMA4ig+ifVbv
MOFDxPa+zs6/mVuu+ZGNz6SJE6T0yw6hQQdwlDOWgRP3cIeydnHGClp+prgb2rIR
X9X74VZXPvpU2ChcIwbN/mt0gZ3CZr+3exAuzatajiUcTrrdzT2SfzB6PwV3dlWm
dKkFUliQf/M=
=VXTK
-----END PGP SIGNATURE-----

Changes:
piuparts (0.61) unstable; urgency=medium

  [ Michael Prokop ]
  * Support new scripts directive 'post_chroot_unpack', useful for adding
    apt-keys for custom apt repositories. (Closes: #767485)
  * Add custom-scripts/scripts-unused-examples/post_chroot_unpack_key_setup.

  [ Holger Levsen ]
  * piuparts.py: Add "/var/cache/apt/archives/partial/" to ignored_files.
    (Closes: #767489)
  * piuparts.py and piuparts-report: Detect four more (in)adequate issues:
    - broken-binfmt-detector
    - broken-binfmt-interpreter
    - missing-alternative
    - program-name-collision
    (Closes: #767499)
  * distros.conf: Remove unneeded URI for squeeze-lts, it just uses the
    default repository.
  * instances/pejacevic+slaves: Do not reschedule passed squeeze logs anymore.

  [ Andreas Beckmann ]
  * piuparts.py:
    - Add to ignored_files:
      + /etc/modules-load.d/modules.conf  (dangling symlink to ../modules)
    - Place an up-to-date copy of the host's /etc/resolv.conf (with comments
      stripped and whitespace normalized) in the chroot.
  * piuparts.conf:
    - Add flags-start-jessie, flags-end-jessie global variables.
    - Use --scriptsdir .../scripts-jessie for tests ending in jessie.
    - Enable --warn-on-debsums-errors for wheezy2jessie upgrades.
  * piuparts.conf.anbe: Add many more example sections.
  * distros.conf:
    - Add *updates, *backports, *proposed for jessie.
    - Switch 'testing' alias to 'stretch', but deactivate it for stable.
    - Add 'stable' alias pointing to 'jessie', deactivated as well.
  * piupartslib/dwke.py:
    - Fix parsing of known_problems/*.conf that have EXCLUDE_PATTERN.
  * piuparts-slave.py:
    - Avoid a busy loop by suspending a section for 5 minutes if basetgz
      creation is in progress or failed.
  * Add "AddDefaultCharset utf-8" to the apache2 configuration snipplet
    example, so that logfiles are displayed as UTF-8.
  * master-bin/detect_piuparts_issues: Another partial write error from tar.
  * pre_install_foreign_architecture: New script to enable foreign
    architectures for testing cross toolchain packages.
  * pre_remove_40_find_unowned_lib_links, unowned_lib_symlink_*.conf: New
    script and reports for unowned symlinks in [/usr]/lib[/<triplet>].
  * post_distupgrade_exceptions: Handle libdb5.1 removal in jessie.
  * scripts-jessie/post_setup_jessie-fake-essential: New custom script.
    - Make ucf fake-essential. (ucf may be used unconditionally during purge.)
    - Make init-system-helpers fake-essential. (Systemd service link cleanup.)
  * Rework the file-rc/sysvinit/upstart/systemd specific exceptions.
  * Remove debugging output for resolvconf.
  * Update custom scripts handling databases, experimental, ... and some more.
  * Update bug templates.

 -- Holger Levsen <[email protected]>  Wed, 03 Dec 2014 19:55:26 +0100