aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-01-30 14:34:58 +0100
committerLoïc Minier <lool@dooz.org>2010-01-30 14:34:58 +0100
commit13dbbc8ab4eaadd9899ce4ad9f10317ed481bd2f (patch)
treec72c8d3192743bffa6ed17274c1f28aa69a9a719 /debian
parent083a2d64b9e1c2dff05c5f9b0ceed8ce42730da4 (diff)
downloadpbuilder-13dbbc8ab4eaadd9899ce4ad9f10317ed481bd2f.tar
pbuilder-13dbbc8ab4eaadd9899ce4ad9f10317ed481bd2f.tar.gz
Add changelog entries for current changes
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 83fa448..18ab726 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+pbuilder (0.196ubuntu1) UNRELEASED; urgency=low
+
+ * 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
+
+ -- Loïc Minier <lool@dooz.org> Sat, 30 Jan 2010 14:24:11 +0100
+
pbuilder (0.196) unstable; urgency=low
[ Loïc Minier ]