[pbuilder] 01/02: d/NEWS: Add entry for pdebuild switching to calling dpkg-source directly
James Clarke
jrtc27 at moszumanska.debian.org
Sun Jan 15 19:10:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
jrtc27 pushed a commit to branch master
in repository pbuilder.
commit 9bb8a1830ea250eaee3b91146039d07e19964bc4
Author: James Clarke <jrtc27 at debian.org>
Date: Sun Jan 15 19:09:38 2017 +0000
d/NEWS: Add entry for pdebuild switching to calling dpkg-source directly
---
debian/NEWS | 27 +++++++++++++++++----------
1 file changed, 17 insertions(+), 10 deletions(-)
diff --git a/debian/NEWS b/debian/NEWS
index 29bb04f..fe56337 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,15 +1,22 @@
pbuilder (0.228) unstable; urgency=medium
- Pbuilder changes its behavior regarding SHM handling: it'll now mount a
- tmpfs in /dev/shm and set /run/shm as a symbolic link to the former.
- Also the USERUNSHM variable is deprecated in favour of USESHM (but any
- definition of the former will override the latter).
-
- This will happen regardless of the Debian version of the chroot, and of
- the architecture used, as it ought to be harmless if unused.
- Administrators are suggested to drop any workaround in place to overcome
- this deficiency in pbuilder, such as bind-mounting /dev/shm from the
- host, to avoid situations like over-mounting.
+ * Pbuilder changes its behavior regarding SHM handling: it'll now mount a
+ tmpfs in /dev/shm and set /run/shm as a symbolic link to the former.
+ Also the USERUNSHM variable is deprecated in favour of USESHM (but any
+ definition of the former will override the latter).
+
+ 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.
+
+ * Pdebuild now uses dpkg-source directly to generate the dsc to pass to
+ pbuilder rather than dpkg-buildpackage -S, therefore DEBBUILDOPTS no
+ longer affect this. It will also no longer generate a source changes file
+ if BUILDRESULT is the parent directory, since the dsc will be overwritten
+ when copying back the build results; please use pbuilder's new
+ --source-only-changes option.
-- Mattia Rizzolo <mattia at debian.org> Sun, 15 Jan 2017 11:46:08 +0100
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/pbuilder.git
More information about the Pbuilder-maint
mailing list