diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-09-24 08:42:51 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-09-24 08:42:51 +0000 |
commit | c8d4f5c9fe20028049c9287ee71eada4478e5a8d (patch) | |
tree | b24da9a83225aaed49de29172070c200736890c3 /debian | |
parent | c223d72721d0e9737d7a2e50ee5c3e2a5c4cd986 (diff) | |
download | pbuilder-c8d4f5c9fe20028049c9287ee71eada4478e5a8d.tar pbuilder-c8d4f5c9fe20028049c9287ee71eada4478e5a8d.tar.gz |
update changelog
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8ed7e1e..d559fd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +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 <hpfn@ig.com.br> for the initial patch-set in #753966. + + -- Mattia Rizzolo <mattia@mapreri.org> Thu, 24 Sep 2015 08:26:53 +0000 + pbuilder (0.216) experimental; urgency=medium * Debian packaging: |