diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-12-27 05:55:39 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-12-27 05:55:39 +0900 |
commit | 2d9b15f6f99ce883298027d3b079d59f26e583e2 (patch) | |
tree | a8b46c8e41af2d1010643f06f14d6717afbe9073 /debian/changelog | |
parent | 94cbf668ab191bb398a30cc97aa11d5dd6ea8991 (diff) | |
download | pbuilder-2d9b15f6f99ce883298027d3b079d59f26e583e2.tar pbuilder-2d9b15f6f99ce883298027d3b079d59f26e583e2.tar.gz |
0.195
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e9593d7..60755b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +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 <dancer@debian.org> Sun, 27 Dec 2009 05:39:15 +0900 + pbuilder (0.194) unstable; urgency=low * Gracefully handle non-existing bind-mount in --bindmount option |