Change logs for pbuilder source package in Sid

  • pbuilder (0.231) unstable; urgency=medium
    
      [ Mattia Rizzolo ]
      * modules:
        + Set the debconf value for man-db/auto-update to false to save time in
          the package installing phase.  Nobody is going to need a refreshed
          man-db in a build chroot.
      * pdebuild:
        + With --auto-debsign try to sign both _${arch}.changes and
          _source.changes if available.  Closes: #932743
      * buildpackage:
        + Allow resolving the local hostname too.
      * bash-completion:
        + Add --binary-indep to the completion.  Closes: #951158
      * e/D65various-compiler-support:
        + shellcheck improvements.
      * pbuilderrc:
        + Default to SOURCE_ONLY_CHANGES=yes.
      * satisfydepends-funcs:
        + Fix parsing of build profiles when there is a << version restriction
          before the build profile marker.  Closes: #961227
          Thanks to Helmut Grohne for the initial patch.
      * autopkgtest:
        + Replace deprecated ADTTMP variable with AUTOPKGTEST_TMP.
        + Properly use of `tr` to lowercase strings.
        + Only delete the temporary directory when not running through autopkgtest.
        + Stop explicitly requiring the archive signing key, since that is very
          likely to already be installed anyway.  This will fix the autopkgtest in
          Debian testing where ubuntu-archive-keyring is not available anymore
          (and never needed anyway).
      * d/control:
        + Bump Standards-Version to 4.5.1, no changes needed.
        + Bump debhelper compat level to 13.
          - d/rules: Use execute_before_dh_clean instead of override_dh_clean.
      * Update my copyright.
      * d/po: Re-encode de.po as UTF-8.
      * Override lintian's executable-in-usr-lib.
    
      [ Rafael Laboissière ]
      * e/B20autopkgtest:
        + Support autodep8 to check existence of tests.  Closes: #945593; MR: !8
    
      [ denghu ]
      * pbuilderrc:
        + Change the default value of DEBBUILDOPTS so it'll load the content of an
          equally named environment variable.  MR: !9
    
      [ Debian Janitor ]
      * Janitor stuff:  MR: !10
        + Use correct machine-readable copyright file URI.
        + Wrap long lines in some old changelog entries.
    
      [ Hideki Yamane ]
      * e/D65various-compiler-support:
        + Explicitly use /bin/bash since there are bashisms inside.  MR: !11
    
      [ Jessica Clarke ]
      * modules:
        + Apply devfs rules on kFreeBSD.
      * d/control: Update my name.
    
     -- Mattia Rizzolo <email address hidden>  Mon, 18 Jan 2021 05:19:00 +0100
  • pbuilder (0.230.4) unstable; urgency=medium
    
      * createbuildenv:
        + Only try to print debootstrap.log if the file really exists.
        + Properly handle the case of a disabled internal cache.  Closes: #926115
    
     -- Mattia Rizzolo <email address hidden>  Tue, 02 Apr 2019 11:32:38 +0200
  • pbuilder (0.230.3) unstable; urgency=medium
    
      [ Marcin Sulikowski ]
      * buildpackage-funcs: Fix whitespace handling in .dsc paths.  MR: !4
    
      [ Hideki Yamane ]
      * createbuildenv:
        + Use packages from APTCACHE during debootstrap.  Closes: #432088; MR: !6
      * doc:
        + Use deb.debian.org as defalut example.  MR: !5
      * pbuilder.8:
        + Mention qemu-debootstrap as a valid --debootstrap option.  MR: !7
    
      [ Mattia Rizzolo ]
      * modules:
        + Always call `systemctl stop` if using systemd's cgroups, preventing
          stray slices from being left behind.
    
      [ James Clarke ]
      * buildpackage-funcs:
        + While setting up the cross-build env, only look at installed bin:gcc,
          not all available ones.
        + Print a useful error if GCC version detection fails.
        + Handle minor GCC versions and unversioned GCC dependencies.
    
     -- Mattia Rizzolo <email address hidden>  Tue, 26 Mar 2019 15:44:52 +0100
  • pbuilder (0.230.2) unstable; urgency=medium
    
      [ Mattia Rizzolo ]
      * buildpackage:
        + Fixup the dpkg-dev 1.13.19 check for dpkg-source not supporting
          specifying the extraction directory.  Closes: #918368
          Thanks to Helmut and James for finding the (maybe) best formula.
      * d/control:
        + Bump Standards-Version to 4.3.0, no changes needed.
    
      [ Helmut Grohne ]
      * modules:
        + Make possible to unpack tarballs that lack dpkg-dev.  MR: !3
    
     -- Mattia Rizzolo <email address hidden>  Thu, 28 Feb 2019 16:42:09 +0100
  • pbuilder (0.230.1) unstable; urgency=medium
    
      [ Mattia Rizzolo ]
      * modules:
        + Add a package_version_is_older_than() function.
      * buildpackage:
        + Support dpkg-dev << 1.13.19 which doesn't support specifying a directory
          where to extract the sources into.  Closes: #854725
        + Keep passing -rfakeroot to dpkg-buildpackage if dpkg is << 1.14.7.
      * checkparams:
        + Use systemd-escape(1) to escape the package name in the slice name.
    
      [ Thorsten Glaser ]
      * Use long option in the dpkg-query calls, to support sarge's version. MR: !2
    
     -- Mattia Rizzolo <email address hidden>  Mon, 12 Nov 2018 10:16:00 +0100
  • pbuilder (0.230) unstable; urgency=medium
    
      [ Mattia Rizzolo ]
      * d/control:
        + Bump Standards-Version to 4.2.1, no changes needed.
        + Use the new debhelper-compat(=11) notation and drop d/compat.
      * d/rules: Change Ubuntu default DISTRIBUTION to "devel".
      * t: Add regression tests for 54e072c5ebb7d353e674873c96e5d837e52f345c.
      * checkparams:
        + Add a --no-source-only-chnages option to override a configured
          SOURCE_ONLY_CHANGES=yes.  Closes: #904716
        + Add more information in the slice name and scope description
          to ease the life of those running many pbuilder instances.
      * buildpackage:
        + Don't explicitly pass -rfakeroot to dpkg-buildpackage.
          dpkg-buildpackage uses it by default if present since v1.14.7, so no
          need to tell it to.  LP: #1206215
        + Unless specified, look for .changes file of the architecture of the
          chroot, not of the host's system.   LP: #1762890
      * modules:
        + Shut down some extra translators in umountproc.  Closes: #912636
          Thanks to Samuel Thibault for the patch.
    
      [ Thorsten Glaser ]
      * buildpackage:
        + Create consistent /etc/hosts in build chroots with USENETWORK=no.
          Policy 4.2.0 §4.9 explicitly allows loopback access, which is already
          allowed, and we also already clean resolv.con.
          Add a clean hosts file which ships 127.0.0.1 as localhost and ::1 as
          localhost6 to avoid trouble.  See also the policy bug #904248.
          Closes: #905307
    
      [ Daniel Schepler ]
      * Wrap the chroot calls inside a systemd slice when running on Linux systems
        with systemd.  Closes: #905550
        This allows proper cleanup of stray processes left behind, among easier
        resource control by the system administrator.
    
      [ James Clarke ]
      * modules: Mount fdescfs under /dev/fd on kFreeBSD.
      * pbuilderrc.5: Update link to the user manual.
      * t/test_pbuilder-apt-config:
        + Fix Ubuntu-related tests on non-Ubuntu architectures.
    
     -- Mattia Rizzolo <email address hidden>  Fri, 09 Nov 2018 13:51:04 +0100
  • pbuilder (0.229.3) unstable; urgency=medium
    
      [ Erich E. Hoover ]
      * pbuilder-modules: make bind mounts private on Linux.  Closes: #609427
        Based upon an idea from Philipp Hahn <email address hidden>.
    
      [ Mattia Rizzolo ]
      * doc:
        + Drop target to upload documentation to Alioth.
        + Build the .pdf in the default target, instead of only in the install one.
      * Configure gitlab-ci to build the documentation and publish it.
      * Run the tests on GitLab CI.
      * d/control:
        + Move the Homepage to https://pbuilder-team.pages.debian.net/pbuilder.
        + Bump Standards-Version to 4.1.4, no changes neded.
      * d/rules: Default to cosmic on Ubuntu.
    
     -- Mattia Rizzolo <email address hidden>  Sun, 17 Jun 2018 19:30:32 +0200
  • pbuilder (0.229.2) unstable; urgency=medium
    
      [ James Clarke ]
      * modules: Support bind-mounting files.
      * satisfydepends-funcs:
        + Normalize restriction formulae.
        + Handle / separator for spaces from -classic.
          Thanks to Yves-Alexis Perez <email address hidden> for reporting.
    
      [ Mattia Rizzolo ]
      * Update maintainer email address to <email address hidden>.
    
     -- Mattia Rizzolo <email address hidden>  Wed, 04 Apr 2018 14:25:33 +0200
  • pbuilder (0.229.1) unstable; urgency=medium
    
      [ Mattia Rizzolo ]
      * d/control: Remove dependency on wget, unused.
      * d/copyright:
        + Bump copyright year for 2018.
        + Use HTTPS in Format field.
        + Remove Upstream contact pointing to Junichi.
      * createbuildenv:
        + Print a tail of debootstrap.log when debootstrap fails  Closes: #870074
      * buildpackage:
        + Ignore the R³ field if the installed dpkg is too old to appropriately
          deal with it.
    
      [ James Clarke ]
      * d/control:
        + Change Vcs-* to point to salsa.
        + Bump standards version to 4.1.3, no changes needed.
        + Bump debhelper compat level to 11.
    
     -- Mattia Rizzolo <email address hidden>  Mon, 22 Jan 2018 19:53:05 +0100
  • pbuilder (0.229) unstable; urgency=medium
    
      [ Mattia Rizzolo ]
      * d/control: declare pbuilder can be built without root, R³:no.
      * d/rules: Change the default ubuntu release to bionic.
      * doc:
        + Update German translation.
          Thanks to Reiner Herrmann <email address hidden> for the contribution.
        + Don't force the documentation to be installed as root.
      * t: Add a couple of simple tests for get822field().
      * pbuildd: Don't force installation as root.
      * buildpackage: Add support for Rules-Requires-Root.
        When R³:no fakeroot is not installed in the chroot.
        A distribution with dpkg-dev >= 1.19.0 is required for then be able to
        build the package.
      * Switch the default mirror from httpredir.debian.org to deb.debian.org.
        Thanks to Unit193 <email address hidden> for the patch.
    
      [ Guido Günther ]
      * examples/B20autopkgtest: Use /bin/bash.  Closes: #874052
      * B20aupkgtest: Prefer autopkgtest over adt-run.
        autopkgtest 5.0 dropped support for adt-run.  Cater for that but still
        allow the usage of adt-run in older chroot.  Closes: #876399
    
     -- Mattia Rizzolo <email address hidden>  Sat, 28 Oct 2017 15:57:24 +0200
  • pbuilder (0.228.9) unstable; urgency=medium
    
      * Documentation:
        + Refresh PO files.
        + ja.po: fix invalid po file causing po4a-translate to fail with the latest
          po4a version.  Closes: #876926
      * d/control:
        + Remove now unneeded Testsuite field.
        + Bump Standards-Version to 4.1.1, no changes needed.
    
     -- Mattia Rizzolo <email address hidden>  Wed, 04 Oct 2017 16:51:00 +0200
  • pbuilder (0.228.8) unstable; urgency=medium
    
      [ Daniel Shahaf ]
      * pbuilder.8: specify that hooks are executed inside the chroot.
    
      [ James Clarke ]
      * pbuilder-modules:
        + Fix DEBBUILDOPTS parsing when it contains quotes around spaces.
          Closes: #865009
        + Use /run/shm as the real tmpfs on kfreebsd.
      * pdebuild-internal: Expand DEBBUILDOPTS outside su to match
        pbuilder-buildpackage behaviour.
      * Bump standards version to 4.1.0: Changed priority to optional.
    
      [ Unit 193 ]
      * examples: try to unify the scripts, additionally fixing some whitespace
        issues.
    
      [ Hans Joachim Desserud ]
      * apt-config: add artful.
      * d/rules: default to artful in the Ubuntu builds.  Closes: #867030
    
      [ Paul Hardy ]
      * Fix errors in the user's manual.
    
     -- James Clarke <email address hidden>  Fri, 25 Aug 2017 18:53:23 +0100
  • pbuilder (0.228.7) unstable; urgency=medium
    
      * modules: do not output debug for log().
      * modules: use `mount|grep` instead of `mountpoint` to detect whether
        /dev/ptmx and /dev/console are still mounted.
        mountpoint(1) from initscripts as found in Debian jessie doesn't detect
        mounts over regular files as the version in util-linux (present in
        Debian stretch); this means those two checks could fail when run with
        initscripts' mountpoint(1).
        Closes: #859766
      * Remove now not needed dependency on util-linux|initscripts.
    
     -- Mattia Rizzolo <email address hidden>  Sun, 23 Apr 2017 19:00:19 +0200
  • pbuilder (0.228.6) unstable; urgency=medium
    
      [ James Clarke ]
      * modules: Use a new /dev/pts instance inside the chroot.
        This allows for better isolation as the build process is no longer able
        to see the host's PTYs, other than the controlling terminal (if there is
        one).  By using a new instance, we can also control the permissions of
        /dev/pts/ptmx, ensuring that the build process is always able to create
        new PTYs, even if the host's has the default 000 mode.
        Thanks to Simon McVittie <email address hidden> for the thorough investigation.
        Closes: #841935
    
      [ Mattia Rizzolo ]
      * pbuilderrc.5:
        + Update the details about the currently available dependency resolvers.
      * debian/NEWS:
        + Remove changes reverted in successive fixup uploads.
      * checkparams:
        + Make --extrapackages cumulative.  Specifying --extrapackages multiple
          times will now add packages to the list.
    
     -- Mattia Rizzolo <email address hidden>  Sun, 12 Mar 2017 16:23:59 +0100
  • pbuilder (0.228.5) unstable; urgency=medium
    
      [ Thorsten Glaser ]
      * pbuilder-buildpackage: Look for the correct changes file when performing a
        binNMU.  Closes: #856475
    
      [ James Clarke ]
      * pbuilder-buildpackage-funcs: Only look in BUILDSUBDIR when performing a
        binNMU and when looking for additional build results.
    
     -- James Clarke <email address hidden>  Thu, 02 Mar 2017 16:16:19 +0000
  • pbuilder (0.228.4) unstable; urgency=medium
    
      [ James Clarke ]
      * modules: Fix bind-mounts on kFreeBSD.
    
      [ Mattia Rizzolo ]
      * buildpackage:
        + rename internal variable SUBDIR_NAME to BUILDSUBDIR (the subdirectory of
          BUILDDIR where the source will be unpacked).
        + make it possible to specify BUILDSUBDIR externally, i.e. through
          pbuilderrc.  Closes: #854255
      * pbuilderrc.5:
        + remove stale information: BUILDDIR is not (by default) the HOME of the
          build user anymore.
        + document what will happen inside BUILDDIR, and where the unpacked source
          will be.
    
     -- Mattia Rizzolo <email address hidden>  Mon, 06 Feb 2017 20:16:31 +0100
  • pbuilder (0.228.3) unstable; urgency=medium
    
      * pbuilder-modules: Add get_source_options function to extract options for
        dpkg-source from DEBBUILDOPTS.
      * pdebuild: Use new get_source_options function.  Closes: #852442
    
     -- James Clarke <email address hidden>  Tue, 24 Jan 2017 15:29:13 +0000
  • pbuilder (0.228.2) unstable; urgency=medium
    
      * pdebuild: Unquote changes options. Closes: #852264
      * d/control: Add myself to uploaders
    
     -- James Clarke <email address hidden>  Mon, 23 Jan 2017 23:55:43 +0000
  • pbuilder (0.228.1) unstable; urgency=medium
    
      [ Mattia Rizzolo ]
      * checkparams: reinstate support for --debbuildopts in pdebuild itself.
        Closes: #851640
    
      [ James Clarke ]
      * modules:
        + Don't mount a tmpfs on /dev/shm on hurd.
        + Set sticky bit on /dev/shm.
        + Add new get_changes_options() function.
          This extracts options for dpkg-genchanges from DEBBUILDOPTS.
        + Add should_clean_source function.
          This extracts -nc/--(no-)pre-clean from DEBBUILDOPTS.
      * buildpackage:
        + Use new get_changes_options function when generating _source.changes.
      * pdebuild:
        + Use new get_changes_options function when generating the _source.changes.
        + Check the should_clean_source function before cleaning.  Closes: #851880
      * checkparams: Un-deprecate --debbuildopts being passed before --.
        This is needed in order to check for -nc/--pre-clean/--no-pre-clean, as
        well as various options to pass to dpkg-genchanges.
      * pdebuild.1: Document un-deprecation of --debbuildopts.
      * pbuilderrc.5: Document that USESHM is ignored on hurd.
    
     -- Mattia Rizzolo <email address hidden>  Sat, 21 Jan 2017 23:43:21 +0100
  • pbuilder (0.228) unstable; urgency=medium
    
      [ Mattia Rizzolo ]
      * modules:
        + Use default value of I if LOGLEVEL is undefined (fixes missing output
          from pbuilder-satisfydepends-apt).
        + create_basetgz(): explicitly exclude /sys/* and /proc/* from being saved
          in the tarball.  Closes: #560332
        + mount a tmpfs on /dev/shm by default, and set up a symlink
          /run/shm → /dev/shm.
          This also renames the configuration variable USERUNSHM to USESHM
          (deprecating the former).
          This will happen regardless of the Debian version of the chroot and the
          architecture used, as it ought to be harmless if unused.  Administrators
          are suggested to drop any workarounds in place to overcome this
          deficiency in pbuilder, such as bind-mounting /dev/shm from the host, to
          avoid situations like over-mounting.
          Closes: #591291, #717022, #773765
        + cross_build_setup(): run `apt-get update` after adding the foreign
          architecture in dpkg.  Otherwise apt won't know a thing about the
          foreign architectures, and won't be able to install anything.
        + extractbuildplace(): if ARCHITECTURE is not set, finalize it and
          HOST_ARCH right after chroot extraction, using the native architecture
          of the chroot.
      * pbuilder.8:
        + Fix a typo and add a missing word.
          Thanks to Unit193 for spotting and reporting.
      * pbuilderrc.5:
        + correct default for CCACHEDIR, which is not enabled by default.
      * satifydepends-apt:
        + Use the new --indep-only flag from APT 1.4~beta3 when performing an
          indep-only build.  This bumps the required apt version inside the chroot.
      * d/NEWS:
        + Add news entry for the SHM behaviour change.
      * t:
        + testlib: Autodetect if this is running from a git checkout and
          automatically set PBUILDER_CHECKOUT.
    
      [ James Clarke ]
      * modules:
        + add a get822field() function.
      * buildpackage-funcs:
        + add a dsc_get_basename() function returning the standard
          $srcname-$version as expected by other tools.
      * satisfydepends-funcs:
        + split get_build_depends_field() out of get_source_control_field().
          get_source_control_field() is now only a wrapper around the new
          get822field(), whilst the logic to clean up and normalize the dependency
          list is moved into get_build_depends_field(). Change get_build_deps()
          and get_build_conflicts() to use this new function.
        + Make get_source_control_field() more robust.
          This includes fixing comments or blank lines just before a field causing
          the field to be ignored.  Closes: #847944; LP: #1632980
      * Add new --source-only-changes option, and related SOURCE_ONLY_CHANGES
        config variable, to ask pbuilder to also produce a _sources.changes file,
        suitable for a source only upload.
      * pdebuild:
        + Use dpkg-source instead of dpkg-buildpackage to build the source package.
          This will avoid generating a .changes that can't be used in the case
          the source package is rebuilt (as the rebuilt source package is not
          guaranteed to be the same as the original one).  Although, if
          BUILDRESULT is not the parent directory, the _sources.changes will still
          be generated.
      * d/NEWS:
        + Add news entry for pdebuild switching from dpkg-buildpackage -S to
          calling dpkg-source directly.
    
     -- Mattia Rizzolo <email address hidden>  Sun, 15 Jan 2017 20:52:02 +0100
  • pbuilder (0.227) unstable; urgency=medium
    
      [ James Clarke ]
      * pbuilder-apt-config: Add yakkety and zesty; retire lucid, vivid and wily.
      * debian/rules: Change default Ubuntu DISTRIBUTION to zesty.
    
      [ Mattia Rizzolo ]
      * Add an APT based resolver.  Closes: #707825
        This is named pbuilder-satisfydepends-apt; it requires apt >= 1.2.2 inside
        the chroot to work, otherwise it'll just fail.  I recommend moving to this
        instead of any other for those who can (probably the default will change at
        some point in the future, after the stretch release).
      * Add initial cross build support.  Closes: #801799
        + Add a new --host-arch command line option (setting non-public HOST_ARCH
          variable) to set the *host* architecture; if not specified it defaults to
          the build architecture.
        + --architecture/ARCHITECTURE is used to specify the *build* architecture;
          it defaults to the architecture of the host as reported by dpkg.
        + Some automatic setup is done to allow cross building (at `build` time):
          - the host architecture is added to dpkg's list of architectures;
          - crossbuild-essential-$HOST_ARCH, libc-dev:$HOST_ARCH and
            libstdc++-6-dev:$HOST_ARCH are preinstalled (the latter two due to
            bug #815172 in build-essential);
          - `--host-arch $HOST_ARCH` is passed to dpkg-buildpackage;
          - 'nocheck' is added to DEB_BUILD_OPTIONS;
          - 'nocheck cross' is added to DEB_BUILD_PROFILES.
        + A new --no-auto-cross can be used to override partially or all of the
          above automatism; see pbuilder(8) for more.
        + The dependency statisfiers now receive BUILD_ARCH and HOST_ARCH variables
          (through --(host|build)-arch options used when call them).
        + The only dependency satisfier allowed when cross building is the APT one,
          as that's the only one supporting --host-arch at the moment.
        This implementation is still *experimental*, details may vary across the
        next releases, especially the part relative to what's is automatically done.
      * buildpackage:
        + copy the source into the chroot before satisfying the build-deps.
          This allows for very easy use of `apt-get build-dep`.
      * buildpackage-funcs:
        + Add a --bin-nmu-timestamp option to specify the timestamp for a binNMU
          changelog.  Closes: #843867
        + add a _find_additional_buildresults() function to do proper match of file
          names passed through ADDITIONAL_BUILDRESULT.  Closes: #837813
      * pbuilderrc.5:
        + better example for ADDITIONAL_BUILDRESULTS.
          Thanks to Andreas Henriksson for the suggestion.
      * pbuilder.8:
        + document that now BUILD_ARCH and HOST_ARCH variables are being passed to
          hook scripts.
      * modules:
        + remove_packages: check for package existence in the chroot, not in the
          host.  Closes: #840146; LP: #1640892
        + _log(): properly pass arguments to printf.
          Thanks to Thorsten Glaser <email address hidden> for noticing.  Closes: #845438
      * loadconfig:
        + be more honest about why it's not possible to load a conf file, instead
          of just saying "it doesn't exist".  Also, fail in case the file exists,
          but can't be loaded.  Closes: #844560
      * checkparams:
        + add a --profile option to specify build profiles to build with.
          Closes: #844700
      * Debian packaging: bump debhelper compat level to 10.
    
     -- Mattia Rizzolo <email address hidden>  Mon, 28 Nov 2016 16:59:15 +0100
  • pbuilder (0.226.1) unstable; urgency=medium
    
      [ James Clarke ]
      * modules: add_additional_aptkeyrings:
        Copy keyrings to /etc/apt/trusted.gpg.d instead of using apt-key.
        We can no longer rely on being able to use apt-key in a minimal chroot,
        because gnupg has been demoted to a Recommends in apt. Instead, the
        keyrings can be copied directly into /etc/apt/trusted.gpg.d.
        Moreover, `apt-key` usage has been discuraged over the past years.
        This means that using the APTKEYRINGS option of pbuilder won't actually
        work with chroots older than squeeze (APT version 0.7.25.1)
    
      [ Mattia Rizzolo ]
      * modules:
        + term_supports_colors: properly deal with tput not detecting a
          colored-capable terminal (as within cron).  Closes: #837202
        + add_additional_aptkeyrings: don't fail if the target keyring file is
          already presetn, just warn if different.
      * pbuilder.8, pbuilderrc.5: properly format so that no extra space is right
        before a closing bracket.
    
     -- Mattia Rizzolo <email address hidden>  Sun, 11 Sep 2016 07:14:18 +0000
  • pbuilder (0.226) unstable; urgency=medium
    
      [ James Clarke ]
      * pbuilder: Don't show functions in dumpconfig.
    
      [ Mattia Rizzolo ]
      * Support coloured output using ANSI control characters.
        For now only debug, warning and error messages are coloured respectively in
        blue, yellow and red, using regular font (non-bold, non-italic).
        Possibly more changes, more colours,  shall appear in future!
        The feature is enabled only if a terminal supporting colours is detected,
        or if USECOLORS=yes is provided (=no to forcefully disable).
        Closes: #398402
      * t: move several inlined .dsc files into separate data files.
      * satisfydepends-funcs: don't ignore the last line of a .dsc while parsing it.
        Thanks to HW42 for providing the needed sed magic.  Closes: #635696
      * modules:
        + list --pbuilder of pdebuild option in --help output.  Closes: #503484
        + executehooks: demote the "no hooks found" message to debug level.
      * pbuilder.8:
        + document dumpconfig and debuild in the synopsis.  Closes: #586715
      * pbuilder: don't needlessly require a chroot to exist for `dumpconfig`.
        Closes: #324000
      * buildpackage-funcs:
        + turn getdscfiles() into deb822files() to support retrieving file list
          from .changes files as well.
      * buildpackage: copy out of the chroot only files explicitly listed in the
        produced .changes.  Closes: #492312
    
     -- Mattia Rizzolo <email address hidden>  Mon, 05 Sep 2016 07:38:05 +0000
  • pbuilder (0.225.2) unstable; urgency=high
    
      [ James Clarke ]
      * modules: Don't trash CHROOTEXEC when using eatmydata.  Closes: #831823
    
     -- Mattia Rizzolo <email address hidden>  Wed, 20 Jul 2016 07:49:08 +0000
  • pbuilder (0.225.1) unstable; urgency=medium
    
      [ James Clarke ]
      * satisfydepends-experimental: Add support for build profiles.
    
      [ Michael Gilbert ]
      * modules: let tar automatically determine decompression program.
        This makes possible to switch compression of the tarball by just chaning the
        COMPRESSIONPROG option and run `pbuilder update`, and makes possible to use
        uncompressed tarballs by using cat(1) as a "compression program".
        Closes: #731099
    
      [ Mattia Rizzolo ]
      * pbuilder.8: document new --compressprog details.
      * pbuilderrc.5: document new --compressprog details.
      * modules:
        + don't remove eatmydata from the chroot if it's not available outside.
        + remove_packages: don't remove packages explicitly listed in EXTRAPACKAGES.
        + Closes: #827206
    
     -- Mattia Rizzolo <email address hidden>  Fri, 24 Jun 2016 14:36:45 +0000
  • pbuilder (0.225) unstable; urgency=medium
    
      [ Mattia Rizzolo ]
      * debian/rules:
        + change default ubuntu distribution to yakkety.
        + enable universe by default in Ubuntu.  LP: #237591
      * Add builtin eatmydata support (Closes: #606158)
      * Add a USESYSFS option (defaulting to yes) to mount a sysfs filesystem in
        /sys.  Closes: #773767
      * Strip leading path from when calling external programs.  They are all in
        PATH, so let the shell finding them instead of calling them directly with
        the full path, so exiting things can be done.  Closes: #635698
      * modules:
        + take care of saving the mount point instead of the device name when
          bind-mounting.  This avoids umounting of unrelated mount points in case
          of errors.  LP: #1156636
        + support specifying BINDMOUNTS destination.  Thanks to Austin Phillips
          <email address hidden> for the initial patch.  Closes: #593100
        + for selinux, only check for the precense of the selinux mount, instead of
          using selinuxenabled.  Closes: #506917
        + in the help message be more clear about what the `execute` command is for.
          Closes: #805494
      * pbuilder.8: use BUILDDIR instead of the old /tmp/buildd.
      * create/update:
        + move the code picking extra packages to install for optional features in
          a common function in modules.
      * checkparams: add a "--use-network yes|no" cmdline flag.  Closes: #823408
      * satisfydepends-funcs:
        + nicer formatting of the --help output, with a "Debugging options" section.
        + document the --internal-chrootexec option.  Closes: #635697
    
      [ James Clarke ]
      * pdebuild: fix typo in error message (debsign, not debsing).
      * modules:
        + pass -q, -y and APTGETOPT to apt-get in remove_packages.
        + add linsysfs support for KFreeBSD.
    
     -- Mattia Rizzolo <email address hidden>  Sun, 12 Jun 2016 12:50:16 +0000
  • pbuilder (0.224) unstable; urgency=medium
    
      [ Mattia Rizzolo ]
      * Import patch from Fedora to use mktemp(1) instead of tempfile(1).
      * debian/copyright: extend my copyright over 2016.
      * debian/control: Bump Standards-Version to 3.9.8, no changes needed.
      * debian/tests/build-procenv: change debian mirror to cloudfront.debian.net,
        it's allegedly better for ci.debian.net.
      * debian/gbp.conf: change the format of the tags, use only '%(version)s'.
      * Kill pdebuild-user-mode-linux too, uml is already gone, these are just
        stale files.
      * Make the copyright notices uniform across the codebase.
      * Add support for building architecture-independent binaries only with the
        new option "--binary-indep".
        This option instructs pbuilder to install only 'Build-Depends' and
        'Build-Depends-Indep' and to call dpkg-buildpackage(1) with '-A'.
      * pbuilder:
        + allow shorter subcommands names:
          up/u for update, b for build, l for login, e for execute, h for help.
        + define and export PBUILDER_OPERATION with a fixed string for every action.
          The current set of values are: build, clean, create, debuild, dumpconfig,
          execute, login, update.  See #805014 for more details.
      * pbuilder.8:
        + promote the use of "subcommands" (i.e. "update") instead of options
          (i.e. "--update") and document their short versions too.
        + use https for the documentation URL.
      * pdebuild:
        + define PBUILDER_OPERATION=pdebuild here too.
      * pbuilderrc.5:
        + document the availability of PBUILDER_OPERATION.  Closes: #805014
        + use https for the documentation URL.
      * buildpackage:
        + override the Maintainer field when doing binNMUs.  Closes: #813589
        + bail out with an useful error message if the given file is not a .dsc.
          Closes: #810598
      * buildpackage-funcs:
        + make binNMU log message more useful.
        + chmod the files after copying them in the chroot, to be sure they are
          +rw.  Closes: #663950
      * checkparams:
        + use the newer PBUILDER_OPERATION instead of PBCURRENTCOMMANDLINEOPERATION.
      * modules:
        + stop overriding APT::Default-Release for experimental.
        + export DISTRIBUTION when calling the hooks.
        + define DEB_BUILD_ARCH_OS globally.
          This fixes the USENETWORK handling, where there are tests involving
          DEB_BUILD_ARCH_OS but it was previously undefined.
          Now the warning "pbuilder: network will not be disabled during build!" is
          properly printed.
        + modules: add a function remove_packages() to remove packages with apt-get
          purge IFF the packages are installed.
      * satisfydepends-*:
        + -classic: fix typo.  Closes: #812693
        + add the -q switch to several apt-get invocations, to suppress the
          progress indicator.  This is more logging-friendly.  Closes: #571126
      * update/create:
        + internal refactor so that the machinery that detects unneeded packages for
          disabled optional features takes advantages of REMOVEPACKAGES instead of
          EXTRAPACKAGES.
        + rework REMOVEPACKAGES to call the new remove_packages().  Closes: #812226
    
      [ Reiner Herrmann ]
      * Add build user to grsec-tpe group if TPE is enabled.  Closes: #814738
    
      [ Samuel Thibault ]
      * modules:
        + stop ignoring mount /proc issues in hurd.
        + in hurd, remove all translators from /dev/* and /servers/socket/*.
          Closes: #814854
    
      [ James Clarke ]
      * modules:
        + On Hurd with --no-targz, leave a valid /servers/socket/1.  Closes: #818368
        + Always use devfs on kfreebsd.  Closes: #630813
    
     -- Mattia Rizzolo <email address hidden>  Fri, 29 Apr 2016 15:41:17 +0000
  • pbuilder (0.223) unstable; urgency=medium
    
      * debian/control:
        + Drop explicit build dependency on dpkg-dev.
        + Drop version restriction from ldp-docbook-xsl build-dep.
        + Use https in Vcs-Git.
      * modules:
        + Add a blank line before changelog entries for binNMUs.
          Thanks to Andreas Beckmann for noticing.
        + Remove reference of pbuilder-uml from an error message.
      * pbuilderrc.5:
        + Document BINNMU_MAINTAINER option.  Closes: #810737
      * debian/pbuilder.config:
        + Stop trying to parse and sometimes overwrite user conf silently.
          Now if /etc/pbuilderrc already exists, we won't try to do anything,
          unless explicitly asked so.  Closes: #810967
      * loadconfig:
        + Stop complaining about deprecated DEBEMAIL, that caused too noise in
          false positive contexts.  Closes: #810715
      * buildpackage:
        + Fix check for ignored options to not warn when there is nothing to warn.
      * checkparams:
        + Print at debug level the command line used.
      * Remove pbuilder-uml.
        It's usually broken and anyway unmaintained, and not really used either.
      * Remove the pbuilder-selftest script from the sources
    
     -- Mattia Rizzolo <email address hidden>  Sun, 24 Jan 2016 17:39:24 +0000
  • pbuilder (0.222) unstable; urgency=medium
    
      [ Christopher Baines ]
      * buildpackage:
        + factor out a export_additional_buildresults() function.
        + export additional buildresults if the package build fails.  Closes: 806650
    
      [ Mattia Rizzolo ]
      * buildpackage:
        + say something more human whene the specified .dsc file is not found.
        + output a warning when there are options after the .dsc file (which will
          be ignored).  Closes: #669873
      * modules:
        + make log.d actually work (was not used before).
        + add two apt options that make sure that packages that are only recommended
          or suggested by still installed packages are also autoremoved.  This means
          APT::AutoRemove::SuggestsImportant=false and
          APT::AutoRemove::RecommendsImportant=false.
          Thanks to Johannes Schauer for the suggestion.
      * pdebuild:
        + further improvments to the regex to clean up DEBUILDOPTS.
          Thanks to Ondřej Surý <email address hidden> for the patch.  Closes: 782150
      * satisfydepends:
        + add support for Build-Depends-Arch and Build-Conflicts-Arch.
          Closes: 802557
      * conf: formally deprecate DEBEMAIL, it has been a noop since some releases.
    
     -- Mattia Rizzolo <email address hidden>  Fri, 08 Jan 2016 17:57:37 +0000
  • pbuilder (0.221.3) unstable; urgency=medium
    
      * debian/tests/build-procenv: be sure there is a deb-src line in
        /etc/apt/sources.list
      * pbuilder-satisfydepends-aptitude: set XDG_CACHE_HOME=/root while calling
        aptitude, to avoid it putting stuff in BUILDDIR.  This is due to a changed
        behaviour in aptitude.  Closes: #807487
    
     -- Mattia Rizzolo <email address hidden>  Wed, 09 Dec 2015 18:39:33 +0000
  • pbuilder (0.221.2) unstable; urgency=medium
    
      * pbuilder: correctly empty and then recopy the chroot's /etc/resolv.conf
        only during the build process.  Closes: #806386
      * pbuilderrc:
        + remove the --keyring option from DEBOOTSTRAPOPTS.  This is not really
          needed and made harder for derivatives to derivate.  Closes: #751282
        + add --force-check-gpg to DEBOOTSTRAPOPTS: this makes debootstrap fail if
          the keyring is not available.
      * debian/tests/build-procenv: workaround apt 1.1 and ci.debian.net bad
        interaction by passing `-o APT::Sandbox::User=root` to apt invocation.
      * debian/control:
        + use my @debian.org email address.
        + stop suggesting pbuilder-uml.
      * debian/rules: add a ubuntu (and derivatives) only stanza to tweak some
        files at build time:
        + change the URL of the default archive in pbuilderrc and documentation.
        + set the default DISTRIBUTION to xenial.
    
     -- Mattia Rizzolo <email address hidden>  Tue, 08 Dec 2015 10:24:26 +0000
  • pbuilder (0.221.1) unstable; urgency=medium
    
      * pbuilder-apt-config: update the hardcoded list of releases/architectures of
        ubuntu and debian.  This fixes autopkgtest when run on ppc64el.
      * create:  load hooks before trying to execute them.  Closes: #806187
      * pdebuild-internal: revert back to plain log() instead of log.{i,e}().
      * buildpackage: move the binNMU() function from modules to buildpackage-funcs,
        where it fits better.
      * runhooks: move (un)loadhooks() and executehooks() to pbuilder-modules.
        Merging the file means the hooks can use functions from the modules and
        viceversa safely; otherwise we would need both the scripts to source the
        other and this is not supported in bash.
        Thanks to Holger to notice this broke with the last release.
    
     -- Mattia Rizzolo <email address hidden>  Wed, 25 Nov 2015 23:56:26 +0000
  • pbuilder (0.221) unstable; urgency=medium
    
      [ Reiner Herrmann ]
      * doc/Makefile: make the build reproducible by using a fixed temp dir to
        build the pdf.  Closes: #804729
    
      [ Luca Falavigna ]
      * add binNMU support.  Closes: #683848
    
      [ Andreas Beckmann ]
      * add "binary-only=yes" mark to the binNMU changelog.
      * only set Changed-By to --binnmu-maintainer in .changes do not override
        Maintainer.
    
      [ Mattia Rizzolo ]
      * debian/control:
        + Add dependency on dpkg-dev >= 1.7.0 due to `dpkg-parsechangelog -S`
      * {create,update}: consider APTGETOPT also when running apt-get update.
        Closes: #608636
      * make the output level configurable through LOGLEVEL (--loglevel)
        valid values are D/I/W/E.  Closes: #490184
      * pbuilder:
        + add an (undocumented) --help operation.  Exit 0 if the help was requested.
        + clean: use `rm -f` when removing APTCACHE/*, so we don't fail when there
          is nothing in it.  Closes: #607607
        + update: correctly detect if debdelta is available.  Closes: #805392
        + build: umount as the very last option, due keeping the bindmounts while
          executing the hooks.  Closes: #805552
      * pdebuild:
        + make debsign work if only a source build was perfomed and only
          _source.changes is available.  Closes: #804905
          Thanks to Marcin Kulisz <email address hidden> for the original patch.
      * modules:
        + add 3 log.{i,w,e}() functions to be used instead of log().
          - also use them instead of plain log() everywhere in the code.
        + mainly style improvments to binNMU().
        + short the --help output and point to the manual pages instead.
        + copy /etc/resolv.conf from the host only when USENETWORK=yes.
          Closes: #753944
      * checkparams:
        + override "experimental" DISTRIBUTION only in the create and update target.
      * docs:
        + add an empty POT file in the documentation directory, to ease the work of
          translators.  Closes: #629947
      * t:
        + testlib: add a expect_stderr(), to explicitly test stderr.
        + pbuilder-modules: also test the expected stderr from log().
      * debian/tests/build-procenv: use archive.ubuntu.com for amd64/i386 and
        ports.ubuntu.com for everything else to fix autopkgtests on ubuntu.
    
     -- Mattia Rizzolo <email address hidden>  Tue, 24 Nov 2015 14:04:30 +0000
  • pbuilder (0.220) unstable; urgency=medium
    
      [ Ritesh Raj Sarraf ]
      * Add debdelta support, enable optionally via pbuilderrc or the command line.
        Closes: #602711
    
      [ Guido Günther ]
      * B20aupkgtest: Don't quote path to autopkg test dir, otherwise we're not
        expanding the "*".  Closes: #802379
    
      [ Gianfranco Costamagna ]
      * Update translations.
      * update po during dh-clean.
    
      [ Mattia Rizzolo ]
      * debian packaging:
        + add a closes: in a old changelog entry, I wasn't aware of that bug.
        + drop dependencies on essential packages, since they are available since
          squeeze: coreutils, debianutils.
        + debian/control: let pbuilder-uml replace pbuilder (= 0.217) so it is
          able to take over a file wrongly placed on pbuilder due to #800416.
          Closes: #800769
        + debian/tests: add an autopkgtest running the unit tests.
        + debian/pbuilder-test: remove, fully replaced by autopkgtest.
          - Those tests were meant to be run with a pbuilder hook after the build.
            Autopkgtest is a way more powerful test environment.
        + debian/pbuilder.config: fix detection of mirror through
          /etc/apt/sources.list.d/* at install time.
          Thanks to jre <email address hidden> for the patch.  Closes: 772062
      * tests:
        + move all tests under a t/ directory.
        + t/test_pbuilder-apt-config: remove temporary file at the end of the test.
      * hooks:
        + unhooks: let unloadhooks don't fail if there are no hooks loaded.
          This way we can call it also when hooks are not actually loaded or two
          times in a row without fear the result.
        + always load hooks just after extracting the build place, and unload them
          when cleaning up.
        + add hook type H: they run just after unpacking the chroot, for every
          target.  Closes: #800757
        + add hook type I: it runs after successfully build a package, after
          copying back the build results.  Closes: #652527
      * configuration:
        + new config: BUILD_HOME: set the value of HOME while building.
          Default it to /nonexistent to prevent builds from writing to /home.
          This reverts what was done for #170762.  Closes: #441052
      * buildpackage:
        + only override HOME during dpkg-buildpackage invocation.
      * pdebuild:
        + debuild-internal: carry on PATH when calling dpkg-buildpackage.
          Thanks to Matthias Förste <email address hidden> for the patch.
          Closes: #716680
        + hack dpkg-buildpackage command to remove possible '-g' or '-G' when
          building the source package, and also consider the case when those flags
          are surrounded by quotes.
          - Thanks to Guido Günther <email address hidden> for the first patch.
          - Thanks to Tomasz Buchert <email address hidden> for the better regex.
          - Closes: #802800
      * modules:
        + mountproc(): mount correctly selinux: bindmount from the host, and in the
          same place (/sys/fs/selinux >= wheezy, /selinux < wheezy).
          Thanks to ChangZhuo Chen (陳昌倬) <email address hidden> for the patch.
          Closes: #734193, #734454
      * uml:
        + stop networking before quitting, so that it can exit properly.
          Thanks to Paul TBBle Hampson <email address hidden> for the patch.
          Closes: #416918
      * Make the debdelta implementation more rubost and document the new options
        in the manpages.
      * Switch all instances of cdn.debian.net to httpredir.debian.org.
        Closes: #774468
      * Use relative sources where possible, thanks to Gianfranco Costamagna for
        the hint.
    
     -- Mattia Rizzolo <email address hidden>  Tue, 10 Nov 2015 14:40:24 +0000
  • pbuilder (0.219) unstable; urgency=medium
    
      * p-satisfydepends-classic: remove wrong quotes from get_dep_op_and_ver()
        invocations.  Thanks to Daniel Schepler <email address hidden> for the bug
        and the initial investigation.  Closes: #800628
    
     -- Mattia Rizzolo <email address hidden>  Fri, 02 Oct 2015 12:07:58 +0000
  • pbuilder (0.218) unstable; urgency=low
    
      * stop installing all the tests (so, pbuilder-selftest is not anymore).
        Users are not supposed to be interested in running tests that much...
      * move to use dh_install.  The way we previously used dh_movefiles is not
        safe to use with `dpkg-buildpackage -A`, as with a real source-only upload,
        since it would end up in files belonging to pbuilder-uml in the pbuilder
        binary.  Closes: #800416
    
     -- Mattia Rizzolo <email address hidden>  Tue, 29 Sep 2015 09:49:55 +0000
  • pbuilder (0.217) unstable; urgency=low
    
      * upload to unstable.
      * documentation changes:
        + pbuilderrc.5: specify that quotes are needed around COMPONENTS when
          listing multiple entries.  Closes: #659583; LP: #609106
        + pbuilderrc.5: packages in EXTRAPACKAGES are not installed during build,
          but they are during update.  Update manpage accordingly.  LP: #1307909
        + pbuilderr.8: make even more clear that --architecture is just passed to
          debootstrap.  Closes: #434113
        + example hooks: keep /tmp/buildd as a fallback option in case BUILDDIR is
          not setted.
        + add a new example hook B20autopkgtest to automatically run DEP8 tests
          when available.  Thanks to Christoph Berg and Michael Prokop for writing
          the initial script.  Closes: #750137
      * buildpackage:
        + unset DISPLAY just before the build, othewise there is software that
          tries to connect to a X server.  LP: #816556
      * modules:
        + remove the /tmp/buildd symlink if it points to the current BUILDDIR
          before repacking and just after unpacking.  Closes: #797351
        + allow copying the local configuration from a defined directory, instead
          of the system /etc.  New configuration variable: CONFDIR.  Closes: #580086
      * fix a whole bunch of warning from shellcheck.  Thanks to Herbert Parentes
        Fortes Neto <email address hidden> for the initial patch-set in #753966.
    
     -- Mattia Rizzolo <email address hidden>  Thu, 24 Sep 2015 08:26:53 +0000
  • pbuilder (0.215+nmu4) unstable; urgency=low
    
      * Non-maintainer upload.
    
      [ Mattia Rizzolo ]
      * debian/source/format: 3.0 (native).
      * Do real cleanup, don't hide temporary files under .gitignore, rather
        teach makefiles' clean targets how to deal with them properly.
      * set the USER env variable to BUILDUSERNAME, to fix FTBFS of some package
        which check for not being run as root using that variable.
        Thanks to Tim Landscheidt <email address hidden> for the initial patch.
        Closes: #677666
    
      [ Johannes Schauer ]
      * move filter_arch_deps to pbuilder-satisfydepends-funcs and add tests
      * build profile parsing support (Closes: #740577)
    
      [ Andreas Henriksson ]
      * Fix DEB_BUILD_PROFILES quoting.
        Thanks to Michael Stapelberg for spotting this
      * Support build-profiles in classic satisfydeps
      * Force dpkg-architecture to use arguments over env
      * Fix up License paragraph in debian/copyright
        - fixes lintian warnings:
          missing-license-paragraph-in-dep5-copyright
          copyright-should-refer-to-common-license-file-for-gpl
      * Install bash-completion under /usr/share/ instead of /etc
        - fixes lintian warning package-install-into-obsolete-dir
      * Use dpkg-maintscript-helper rm_conffile to clean up
        old /etc/bash_completion.d/pbuilder
      * Minor syntax updates to pbuilder bash-completion to make it
        function properly under its new location.
        - drop "have" check and add "&&" before complete.
    
      [ Axel Beckert ]
      * Use "none" instead of "/dev/pts" as device for the /dev/pts mount
        inside the chroot (Closes: #788580)
    
      [ Frédéric Brière ]
      * Mark pbuilder as "Multi-Arch: foreign" (Closes: #752545)
    
      [ Mert Dirik ]
      * Add Turkish debconf template translation (Closes: #757505)
    
     -- Mattia Rizzolo <email address hidden>  Mon, 22 Jun 2015 15:58:41 +0000
  • pbuilder (0.215+nmu3) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * Enable the loopback device even when USE_NETWORK=no (Closes: #753944)
        Patch based on one provided by Niko Tyni; thanks! This also allows
        getting rid of the “env” hack and disabling network for pre-squeeze
        chroot by setting the new namespace up before chrooting.
    
     -- Thorsten Glaser <email address hidden>  Fri, 11 Jul 2014 19:56:53 +0200
  • pbuilder (0.215+nmu2) unstable; urgency=low
    
    
      * Fix missing space, thanks gregoa for spotting (Closes: #753690)
    
     -- Thorsten Glaser <email address hidden>  Fri, 04 Jul 2014 13:20:42 +0200
  • pbuilder (0.215+nmu1) unstable; urgency=low
    
    
      [ Ivo De Decker ]
      * Only set CCACHE_DIR when running as build user. (closes: #666525)
    
      [ Thorsten Glaser ]
      * Non-maintainer upload.
      * Disable network access during build by default on Linux (Closes: #748967)
      * Replace use of su as requested by Helmut Grohne (Closes: #747946)
    
     -- Thorsten Glaser <email address hidden>  Thu, 22 May 2014 20:37:51 +0200
  • pbuilder (0.215) unstable; urgency=low
    
    
      * Do not try to use /dev/shm if /run/shm is not present. (closes: #702811, #702102)
      * Add clang support hook script from Hideki Yamane. (closes: #700290)
    
     -- Junichi Uekawa <email address hidden>  Sat, 30 Mar 2013 11:06:05 +0900
  • pbuilder (0.214) unstable; urgency=low
    
    
      [ Junichi Uekawa ]
      * update documentation about CCACHEDIR (closes: #694311)
      * update the release target to work with wagner, and release.
    
      [ Agustin Henze ]
      * Added support for shared memory mounting point (closes: #700591)
    
     -- Junichi Uekawa <email address hidden>  Sat, 02 Mar 2013 16:47:04 +0900
  • pbuilder (0.213) unstable; urgency=low
    
    
      [ Beatrice Torracca ]
      * Bug#686004: [INTL: it] Italian translation of debconf messages - pbuilder
    
      [ David Martínez Moreno ]
      * Bug#686410: pbuilder: [INTL:es] Spanish translation update of debconfmessages - pbuilder.
    
      [ Junichi Uekawa ]
      * remove /etc/pbuilder/pbuilderrc -> etc/pbuilderrc. (closes: 689213)
    
     -- Junichi Uekawa <email address hidden>  Mon, 08 Oct 2012 08:30:04 +0900
  • pbuilder (0.212) unstable; urgency=low
    
    
      * update copyright file to be more machine-process-able, and move
        homepage information to debian/control
      * set ccachedir to default to off. It's a minor optimization that a
        developer may choose to enable at the cost of incompatibility and some
        bugs. (closes: #675691, #675843, #670651)
    
     -- Junichi Uekawa <email address hidden>  Fri, 24 Aug 2012 04:50:15 +0900
  • pbuilder (0.211) unstable; urgency=low
    
    
      [ Junichi Uekawa ]
      * policy update: 3.9.1
      * For testsuite, do not depend on approx instance. It's not always
        reliable and confusing. Just trust autoconfiguration result here.
      * B90lintian requires bashism (closes: #604546)
    
      [ Sjoerd Simons ]
      * Recognize armhf as an architecture on ubuntu-ports
      * When testing mirror selection, force an architecture that we know is on that mirror
      (closes: #671007)
    
     -- Junichi Uekawa <email address hidden>  Wed, 30 May 2012 19:01:25 +0900
  • pbuilder (0.210) unstable; urgency=low
    
    
      * move around echobacktime definition location. (closes: #666440)
      * B92test-pkg: Having any test fail should make the regression test
        suite to fail and exit with exit value of 1 instead of 0.
    
     -- Junichi Uekawa <email address hidden>  Sat, 31 Mar 2012 14:33:15 +0900
  • pbuilder (0.209) unstable; urgency=low
    
    
      * pbuilder: Auto completion is missing --allow-untrusted flag
        (closes: #664323)
      * Show current time in create / update operations too. 
        (closes: #613854)
    
     -- Junichi Uekawa <email address hidden>  Fri, 30 Mar 2012 03:44:30 +0900
  • pbuilder (0.208) unstable; urgency=low
    
    
      [ Guido Günther ]
      * Allow to copy additional files out of the build
        directory (closes: 652634)
    
      [ Junichi Uekawa ]
      * fix space handling in additional-buildresults.
      * fix logging message and conditionality to make it less lines.
      * factor out common code for apt key rings.
    
      [ Thorsten Glaser ]
      * pbuilder-satisfydepends failed due to --check-
        key deprecation bug (closes: 663283)
    
     -- Junichi Uekawa <email address hidden>  Tue, 13 Mar 2012 19:11:00 +0900
  • pbuilder (0.207) unstable; urgency=low
    
    
      [ Maarten Bezemer ]
      * Bug#659581: pbuilder: does not autocomplete filename in all cases
        correctly
      * Bug#660838: pbuilder: Add complete bash_autocompletion for all flags
        and arguments
      * Bug#659703: pbuilder: Typo in error message
    
      [ Junichi Uekawa ]
      * Bug#660386: pbuilder: Remove /usr/X11R6/bin from default PATH
      * make longer lines wrap so reading patch files aren't as painful.
    
      [ Simon Ruderich ]
      * Bug#579028: pbuilder: installs untrusted packages without asking
    
     -- Junichi Uekawa <email address hidden>  Sat, 10 Mar 2012 09:40:35 +0900
  • pbuilder (0.206) unstable; urgency=low
    
    
      [ Matthew Palmer ]
      * ccache support fails in the face of su PATH mangling (closes: #606687)
      * mirrorsite is not preseedable (closes: #598316)
    
      [ Junichi Uekawa ]
      * pbuilder produces a confusing error message about the
        dcs filename if it can't read the dsc file. (closes: #644507)
      * Note that ${HOME} is usually /root if you run with sudo. (closes:
        #620337)
    
      [ Steve M. Robbins ]
      * rebuild/buildall tries to download with acepack when building ack
        (closes: #553607)
      * rebuild/buildall tries to download with epoch in
        filename (closes: #553594)
    
      [ Peter Eisentraut ]
      * pdebuild needs to strip debbuildopts -A and -F (closes: #623321)
    
     -- Junichi Uekawa <email address hidden>  Sat, 28 Jan 2012 14:58:59 +0900
  • pbuilder (0.205) unstable; urgency=low
    
    
      [ Junichi Uekawa ]
      * Coding style. Use $() instead of ``
      * add dpkg-dev to pbuilder dependency (closes: 623623)
      * Remove obsolete example files which were used in regression
        testsuite for workarounds. (closes: #633055)
    
      [ Flamarion Jorge ]
      * pbuilder: [INTL:pt_BR] Brazilian Portuguese debconf templates
        translation (closes: #651265)
    
     -- Junichi Uekawa <email address hidden>  Sun, 25 Dec 2011 16:22:00 +0900
  • pbuilder (0.204) unstable; urgency=low
    
    
      [ Slavko ]
      * pbuilder: [INTL:sk] Slovak po-debconf translation (closes: #647117)
    
      [ Tino Keitel ]
      * Support base.tar.xz/bz2 as well as tgz (closes: #569917)
    
      [ Tom Hughes ]
      * Avoid dsc copy error when using build-internal and buildresult=..
        (closes: #422272)
    
      [ Junichi Uekawa ]
      * check for pdebuild in regression test too, just in case.
      * factor out the file copy test part and add a test.
    
     -- Junichi Uekawa <email address hidden>  Sun, 04 Dec 2011 22:43:19 +0900
  • pbuilder (0.203) unstable; urgency=low
    
    
      * lighttpd test fails with cowdancer loaded. (closes: #640684)
      - Ignore LD_PRELOAD when inside 'pbuilder build' building something.
    
        Note: This might break fakechroot users (if there are any) trying to
        run with non-root UID for building.
    
     -- Junichi Uekawa <email address hidden>  Thu, 22 Sep 2011 11:31:08 +0900
  • pbuilder (0.202) unstable; urgency=low
    
    
      [ Chris Leick ]
      * pbuilder: Patch fixes some typos in Documentation (closes: 636376)
      * pbuilder: [INTL:de] Initial German translation (closes: 636377)
    
      [ Junichi Uekawa ]
      * po file update
      * fix makefile for documentation so that I need to edit only one place
        when adding language.
    
      [ YOSHINO Yoshihito ]
      * cannot cross build i386 only package on amd64 host (closes: #624530)
    
     -- Junichi Uekawa <email address hidden>  Tue, 30 Aug 2011 19:39:12 +0900
  • pbuilder (0.201) unstable; urgency=low
    
    
      [ Junichi Uekawa ]
      * add an arch indep package for testing.
    
      [ Zlatan Todoric ]
      * Serbian cyrillic translation of debconf templates. (closes: #635217,
        #635277)
    
      [ Jeroen Schot ]
      * Dutch translation of debconf templates (closes: #631123)
    
     -- Junichi Uekawa <email address hidden>  Tue, 02 Aug 2011 07:19:01 +0900
  • pbuilder (0.200) unstable; urgency=low
      * Acknowledge NMUs. (closes: #542915, #363193, #606699, #542837,    #601250, #603420, #626431, #620730, #627086) -- Junichi Uekawa <email address hidden>  Sun, 26 Jun 2011 09:20:24 +0900
  • pbuilder (0.199+nmu4) unstable; urgency=low
      * Non-maintainer upload.  * Rename the /run script from --execute to /runscript; not using    mktemp for consistency with the documentation. (Closes: #627086)  * Handle architecture wildcards with more than one architecture.    (Closes: #620730) (Closes: #626431)  * Fix pbuilderrc(5) formatting. (Closes: #603420)  * Fix pbuilder-satisfydepends-classic output, including better line    breaks and hyphen-used-as-minus-sign lintian. (Closes: #601250)  * Please lintian: add debian/source/format. -- Thorsten Glaser <email address hidden>  Thu, 26 May 2011 20:49:04 +0000
  • pbuilder (0.199+nmu3) unstable; urgency=low
      * Non-Maintainer Upload.  * Apply patches provided by Gonéri Le Bouder to allow pbuilder to    create and manage chroots on kFreeBSD machines (Closes: #542837). -- Luca Falavigna <email address hidden>  Tue, 29 Mar 2011 22:56:44 +0200
  • pbuilder (0.199+nmu2) unstable; urgency=low
      * Non-maintainer upload with maintainer's permission.  * pbuilder-satisfydepends-aptitude: Resolve packages from experimental    when necessary. Logic stolen from sbuild. Closes: #606699.  * pbuilder-buildpackage, pbuilder-buildpackage-funcs: Handle    architecture wildcards properly. Patch from Andres Mejia.    Closes: #363193.  * Makefile: Don't require a UTF-8 encoding to check the manpages. -- Emilio Pozuelo Monfort <email address hidden>  Sat, 19 Feb 2011 19:02:34 +0000
  • pbuilder (0.199+nmu1) unstable; urgency=low
      * Non-Maintainer Upload.    * pbuilder-modules: don't clean $BUILDPLACE if another directory has    been bind-mounted under it; patch by Matthew Palmer.  (closes:    #542915) -- Steve M. Robbins <email address hidden>  Tue, 28 Dec 2010 10:19:37 -0600
  • pbuilder (0.199) unstable; urgency=low
    
    
      * add a more useful message for pbuilder-runhooks when hookdir cannot
        be removed. (closes: #587254)
      * Add an option to verify key signatures. (closes: #579028)
        This is experimental; You can try with APTGETOPT, and setting
        PBUILDERSATISFYDEPENDSOPT=('--check-key').
    
     -- Junichi Uekawa <email address hidden>  Mon, 05 Jul 2010 22:35:40 +0900
  • pbuilder (0.198) unstable; urgency=low
    
    
      * add --keyring option as default parameter to DEBOOTSTRAPOPTS
        (closes: 579028)
    
     -- Junichi Uekawa <email address hidden>  Thu, 24 Jun 2010 21:27:59 +0900
  • pbuilder (0.197) unstable; urgency=low
    
    
      [ Loïc Minier ]
      * pbuilder-createbuildenv, -updatebuildenv: Remove apt from $CHROOTEXEC
        apt-get install call and add aptitude if pbuilder-satisfydepends uses it;
        remove aptitude otherwise; closes: 539578.  Fixes support for
        --variant=buildd.
      * Make /usr/lib/pbuilder/pbuilder-satisfydepends a symlink to pbuilder-
        satisfydepends-aptitude instead of a copy; closes: #448098.
      * pbuilder-satisfydepends-aptitude: Fix typo in package description.
      * Add builtin support for using ccache in pbuilder and enable it by default.
        Ship a new /var/cache/pbuilder/ccache dir and bind-mount and chown it to
        BUILDUSERID at build time.  Install/remove ccache automatically on
        create/update if CCACHEDIR is set/unset.  Update docs and remove old
        ccache config example.  Add a NEWS entry featuring the change.  Stop
        intalling ccache sample config
      * debuild-pbuilder.1: update sample output of debuild-pbuilder to match
        current code; thanks Osamu Aoki; closes: 563209.
      * Don't quote PBUILDERROOTCMD as it's typically a command with arguments
        such as "su -p" or "sudo -E"; thanks Osamu Aoki; see #563209.
      * test_pbuilder-satisfydepends-*: add many tests.
      * pbuilder-satisfydepends-*: Large refactoring and cleanups; fixes
        historical bugs with space/tabs/etc. parsing in debian/control with
        pbuilder-satisfydepends-classic and perhaps -aptitude and -experimental.
        Also avoids large code duplication and normalizes debian/control handling.
      * pbuilder.8: Mention quoting around --bindmounts; LP: #376612
      * Add pbuilder-apt-config tool to generate APT sources.list and query misc
        other data from archives; this is aimed at supporting multiple archives
        and setups better (instead of a single MIRROR, DISTRIBUTION etc.) but is
        generic and independent to encourage reuse.  Comes with testsuite showing
        sample uses.
      * Fix misc man page typos.
      * Rework Makefile entirely.
      * Use paragraphs in debian/NEWS file instead of bullet points.
      * pbuilder-selftest: new command to run the tests which are now installed.
      
      [ Junichi Uekawa ]
      * [INTL:da] Danish translation of the debconf templates
        pbuilder (closes: 583676)
      * document that DEBOOTSTRAPOPTS is an array. (closes: 578989)
    
      [ Hideki Yamane ]
      * typo "taget" (closes: 582415)
    
      [ Jari Aalto ]
      * pbuilderrc.5 - Order item alphabetically (closes: 579705)
    
     -- Junichi Uekawa <email address hidden>  Wed, 23 Jun 2010 07:21:11 +0900
  • pbuilder (0.196) unstable; urgency=low
    
    
      [ Loïc Minier ]
      * Add comments to check target.
      * Use GNU-style vars for system directories, allow to set them from the
        env, and let them be prefixed with a PBUILDER_ROOT directory to allow
        relocation.
      * Add helpers to relocate pbuilder in testsuite.
      * Use a relocated pbuilder setup to run test_debuildopts; closes: #562681.
    
      [ Junichi Uekawa ]
      * Add Loic to uploaders.
    
      [ Loïc Minier ]
      * pbuilder: add support for setting the architecture on the command-line
        and in pbuilderrc.
      * pdebuild: add support for setting the architecture on the command-line
        and in pbuilderrc; closes: #516625.
      * Set testsuite mirror depending on FQDN.
      * Always prepend --include=apt to debootstrap args; this is needed when
        using --variant=buildd which doesn't include apt since pbuilder calls
        apt-get in the chroot.  Note that this can still be overrident by the
        end-user by passing another --include= flag via DEBOOTSTRAPOPTS since
        these flags aren't cumulative in debootstrap.
      * Update testsuite logs; note that update-squeeze-sid-experimental fails
        due to #563049.
    
     -- Loïc Minier <email address hidden>  Fri, 01 Jan 2010 18:52:04 +0100
  • pbuilder (0.195) unstable; urgency=low
    
    
      [ Junichi Uekawa ]
      * fix pdebuild.1 documentation about options which was confusing
        (closes: #527878)
      * Warn when there is non-existing hookdir. (closes: #525420)
      * pdebuild-internal make HOME set to non-relative path. (closes:
        #492898)
      * Make error message visible when copying out to buildresult (closes:
        #505695)
      * explain pbuilder git commit message style in documentation.
      * install D80no-man-db-rebuild to example directory.
      * pbuilderrc: --variant=buildd is temporarily broken, disable.
    
      [ Loïc Minier ]
      * Change default root command to sudo -E; (closes: #361362)
      * Do not mention codename of testing where possible
      * Use debootstrap by default instead of cdebootstrap
      * Factor "exec >" + "exec 2>&1" together
      * Add support for building packages twice; (closes: #493538)
      * Update header of /usr/share/pbuilder/pbuilderrc
      * Copy .dsc in chroot before calling gdebi; (closes: #472407)
      * Make --debbuildopts additive
      * Log dpkg-buildpackage command lines
      * Require gdebi/gdebi-core on host to resolve bdeps
    
      [ gregor herrmann ]
      * Add a hook script example to disable man-db regeneration inside
        chroot (closes: #561539)
    
     -- Junichi Uekawa <email address hidden>  Sun, 27 Dec 2009 05:39:15 +0900
  • pbuilder (0.194) unstable; urgency=low
    
    
      * Gracefully handle non-existing bind-mount in --bindmount option
        (closes: #556164)
    
     -- Junichi Uekawa <email address hidden>  Wed, 02 Dec 2009 23:02:42 +0900
  • pbuilder (0.193) unstable; urgency=low
    
    
      [ Matt Kraai ]
      * Make debian/rules not ignore errors running "make clean"
      * Add ${misc:Depends} to pbuilder-uml's Depends line
      * Update the Standards-Version to 3.8.3
      * complete filenames correctly if options are used. (closes: #555214)
      * allow --autocleanaptcache to be specified in pbuilderrc.
      * Update French documentation translation, thanks to Vincent Bernat.
        (closes: #480216)
    
      [ Junichi Uekawa ]
      * make --hookdir work on pdebuild-internal (closes:#526471)
    
     -- Junichi Uekawa <email address hidden>  Sun, 29 Nov 2009 18:25:40 +0900
  • pbuilder (0.192) unstable; urgency=low
    
    
      * quote-escape debemail so that email with space can be handled
        properly.
    
     -- Junichi Uekawa <email address hidden>  Mon, 02 Nov 2009 00:47:57 +0900
  • pbuilder (0.189) unstable; urgency=low
    
    
      [ Junichi Uekawa ]
      * Do not error out on etch apt for apt-get autoremove (closes: #531454)
    
      [ Peter Pentchev ]
      * update GPL symlink
      * Split a long description line.
      * Convert an example into a real shell script.
      * add all: target in Makefile
      * Bump Standards-Version to 3.8.1 by simply honoring the nocheck build
        option.
      * Bump the debhelper compatibility level to 7: dh_prep instead of
        dh_clean -k.
    
     -- Junichi Uekawa <email address hidden>  Mon, 13 Jul 2009 20:43:22 +0900
  • pbuilder (0.188) unstable; urgency=low
    
    
      [ Junichi Uekawa ]
      * add a note that debian/changelog should not be edited.
      * Declare bashisms explicit in buildall script. (closes: #530157)
      
      [ Loïc Minier ]
      * Call apt-get autoremove on upgrades: (closes: #322649)
      * Drop useless -o APT::Get::AutomaticRemove=true
    
     -- Junichi Uekawa <email address hidden>  Sun, 31 May 2009 10:44:05 +0900
  • pbuilder (0.187) unstable; urgency=low
    
    
      [ Junichi Uekawa ]
      * gcc is not a useful dependency of pbuilder (closes: #486492)
      * warn if --othermirror is specified and --override-config
        is not specified. (closes: #493154)
      * refactor to use 'log' function rather than using 'echo' directly.
      * implement --inputfile option.
      * handle packages line wrapping with something other than ',' in
        Build-Depends (closes: 519306)
    
      [ Stefan Fritsch ]
      * Bug#520251: pbuilder: Pbuilder does not umount bindmounts when ssh
        connection dies
    
     -- Junichi Uekawa <email address hidden>  Sat, 21 Mar 2009 12:47:46 +0900
  • pbuilder (0.186) unstable; urgency=low
    
    
      [ shaul Karl ]
      * Fixes to pbuilderrc.5, pbuilder.1, pbuilder.8
        (closes: #513359, #513359, #513359)
    
      [ Junichi Uekawa ]
      * Document the default debootstrap implementation (closes: #513316)
      * /var/cache/pbuilder not empty so not removed upon purge,
        after purge configuration is still there.
        (closes: #513739, #513737)
      * made debbuildopts description in manpage more verbose
        (closes: #501390)
      * Handle comments in debian/control. (closes: #514656)
      * Lenny is released, We no longer support Etch and update regression
        testsuite accordingly.
      * revise documentation for obvious changes for lenny release, and
        squeeze updates.
    
     -- Junichi Uekawa <email address hidden>  Fri, 20 Feb 2009 21:56:49 +0900
  • pbuilder (0.185) unstable; urgency=low
    
    
      [ Junichi Uekawa ]
      * improve B92test-pkg: Allow satisfying dependency inside chroot.
      * A Hook to add Non-free distribution to sources.list.
    
      [ Otavio Salvador ]
      * add PDEBUILD_PBUILDER example to use cowbuilder
    
     -- Junichi Uekawa <email address hidden>  Sat, 24 Jan 2009 00:21:30 +0900
  • pbuilder (0.184) unstable; urgency=low
    
    
      [ Loïc Minier ]
      * Set doc-base Section to "Debian"; (closes: #504596)
      * Nicer comments in pbuilderrc; (closes: #504599)
      * Downgrade cowdancer to Suggests; (closes: #504594)
    
      [ Martin Bagge ]
      * [INTL:sv] Swedish strings for pbuilder debconf (closes: #506595)
    
     -- Junichi Uekawa <email address hidden>  Thu, 27 Nov 2008 21:22:11 +0900
  • pbuilder (0.183) unstable; urgency=low
    
    
      [ Junichi Uekawa ]
      * use my local approx mirror for testing, since Argentina Debconf
        place does not have connection to cdn.debian.net / cdn.debian.or.jp
      * REMOVEPACKAGES="", thanks to Sven Joachim (closes: #500002)
    
      [ Ben Finney ]
      * Dereference symlinks when copying hooks. (closes: #499358)
    
     -- Junichi Uekawa <email address hidden>  Wed, 01 Oct 2008 21:41:46 -0700