[Pbuilder-maint] pbuilder CVS update: pbuilder pdebuild ChangeLog
pbuilder CVS Commit
pbuilder-maint at lists.alioth.debian.org
Sat Apr 22 02:18:48 UTC 2006
User: dancer
Date: 06/04/22 02:18:48
Modified: . pdebuild ChangeLog
Log:
pdebuild: give --uid/--gid options to pdebuild-internal
it will fix the testsuite failure
Revision Changes Path
1.29 +1 -1 pbuilder/pdebuild
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild?annotate=1.29&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild?rev=1.29&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild.diff?r1=1.29&r2=1.28&cvsroot=
-----------------------------------
Index: pdebuild
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/pdebuild,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- pdebuild 1 Apr 2006 02:36:01 -0000 1.28
+++ pdebuild 22 Apr 2006 02:18:47 -0000 1.29
@@ -37,7 +37,7 @@
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"
1.377 +5 -1 pbuilder/ChangeLog
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.377&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.377&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog.diff?r1=1.377&r2=1.376&cvsroot=
-----------------------------------
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
retrieving revision 1.376
retrieving revision 1.377
diff -u -r1.376 -r1.377
--- ChangeLog 1 Apr 2006 02:36:01 -0000 1.376
+++ ChangeLog 22 Apr 2006 02:18:48 -0000 1.377
@@ -1,3 +1,7 @@
+2006-04-22 Junichi Uekawa <dancer at debian.org>
+
+ * pdebuild: give --uid/--gid options to pdebuild-internal
+
2006-04-01 Junichi Uekawa <dancer at debian.org>
* pdebuild: directory is moved after command-line is parsed.
More information about the Pbuilder-maint
mailing list