diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | pdebuild | 2 |
3 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2006-04-22 Junichi Uekawa <dancer@debian.org> + + * pdebuild: give --uid/--gid options to pdebuild-internal + 2006-04-01 Junichi Uekawa <dancer@debian.org> * pdebuild: directory is moved after command-line is parsed. diff --git a/debian/changelog b/debian/changelog index 93f6da8..03e4285 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ pbuilder (0.152) UNRELEASED; urgency=low - * + * fix pdebuild-internal, pass --uid/--gid options. - -- Junichi Uekawa <dancer@debian.org> Sun, 2 Apr 2006 14:03:14 +0900 + -- Junichi Uekawa <dancer@debian.org> Sat, 22 Apr 2006 11:12:27 +0900 pbuilder (0.151) unstable; urgency=low @@ -37,7 +37,7 @@ export BUILDRESULTUID=$(id -u) export BUILDRESULTGID=$(id -g) if [ "${USE_PDEBUILD_INTERNAL}" = 'yes' ]; then - ${PBUILDERROOTCMD} pbuilder execute "$@" ${EXTRA_CONFIGFILE[@]/#/--configfile } --bindmounts $(readlink -f ..) /usr/lib/pbuilder/pdebuild-internal ${PWD} --debbuildopts "${DEBBUILDOPTS}" + ${PBUILDERROOTCMD} pbuilder execute "$@" ${EXTRA_CONFIGFILE[@]/#/--configfile } --bindmounts $(readlink -f ..) /usr/lib/pbuilder/pdebuild-internal ${PWD} --debbuildopts "${DEBBUILDOPTS}" --uid "${BUILDRESULTUID}" --gid "${BUILDRESULTGID}" else if ! dpkg-checkbuilddeps -B ; then echo "W: Unmet build-dependency in source" |