diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | pdebuild-internal | 1 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2006-06-26 Junichi Uekawa <dancer@debian.org> + + * pdebuild-internal: export DEBBUILDOPTS + 2006-06-17 Junichi Uekawa <dancer@debian.org> * testsuite/run-test.sh: remove sarge from test target, since I diff --git a/debian/changelog b/debian/changelog index 78b32d9..b25b0f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ pbuilder (0.156) UNRELEASED; urgency=low - * + * export DEBBUILDOPTS, follow-up to 366327 - -- Junichi Uekawa <dancer@debian.org> Thu, 15 Jun 2006 09:19:27 +0900 + -- Junichi Uekawa <dancer@debian.org> Mon, 26 Jun 2006 01:38:09 +0900 pbuilder (0.155) unstable; urgency=low diff --git a/pdebuild-internal b/pdebuild-internal index 2ab4d51..91ce3fb 100644 --- a/pdebuild-internal +++ b/pdebuild-internal @@ -82,4 +82,5 @@ useradd -g pbgroup -u "${BUILDRESULTUID}" -o pbuser export HOME=$(pwd)/../ # do build with that user. +export DEBBUILDOPTS echo /usr/bin/dpkg-buildpackage -rfakeroot -us -uc '${DEBBUILDOPTS}' | su -p pbuser |