aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorlool <lool>2006-11-06 20:06:25 +0000
committerlool <lool>2006-11-06 20:06:25 +0000
commit8bc2c781cae56f1a6db134ded8a0c91416e7af00 (patch)
tree9791e1f01820b091cf801392cb8b348b219c1358 /debian
parent5cd019eee4bc08e518db2c90a856f60c0296e39f (diff)
downloadpbuilder-8bc2c781cae56f1a6db134ded8a0c91416e7af00.tar
pbuilder-8bc2c781cae56f1a6db134ded8a0c91416e7af00.tar.gz
* debuild-pbuilder, pbuilder-buildpackage-funcs, pdebuild-internal:
use $PBUILDERSATISFYDEPENDSCMD instead of /usr/lib/pbuilder/pbuilder-satisfydepends. * pbuilderrc: set PBUILDERSATISFYDEPENDSCMD to /usr/lib/pbuilder/pbuilder-satisfydepends by default. * pbuilderrc.5: document PBUILDERSATISFYDEPENDSCMD. * debian/TODO: alternatives implementation of pbuilder-satisfydepends now possible. * pdebuild-checkparams, pdebuild-uml-checkparams, pdebuild-internal: add a new --pbuildersatisfydepends flag to override PBUILDERSATISFYDEPENDSCMD * pdebuild: pass --pbuildersatisfydepends to pdebuild-internal. * pbuilder-modules, pdebuild.1: document --pbuildersatisfydepends.
Diffstat (limited to 'debian')
-rw-r--r--debian/TODO2
-rw-r--r--debian/changelog5
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/TODO b/debian/TODO
index 32c25ec..6aa0143 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -81,8 +81,6 @@ test
* Fix UML_EXTRAOPT to use arrays.
This should change semantics; and how do we pass this thing to inside UML?
-* Use other alternative implementations to pbuilder-satisfydepends.
-
elmo.txt is a memo of a discussion with James Troup.
$Id$
diff --git a/debian/changelog b/debian/changelog
index 1bb17ab..2a2eb9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,11 @@ pbuilder (0.161) UNRELEASED; urgency=low
* Unmount selinux and bind mounts first.
* Fix usage of --pdebuild-internal: install passwd during groupadd/useradd
in pdebuild-internal.
+ * New PBUILDERSATISFYDEPENDSCMD config option and --pbuildersatisfydepends
+ override flag to set the command to run to satisfy build dependencies;
+ default to the /usr/lib/pbuilder/pbuilder-satisfydepends helper.
- -- Loic Minier <lool@dooz.org> Fri, 3 Nov 2006 18:43:49 +0100
+ -- Loic Minier <lool@dooz.org> Mon, 6 Nov 2006 19:38:36 +0100
pbuilder (0.160) unstable; urgency=low