aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2006-06-25 16:39:31 +0000
committerdancer <dancer>2006-06-25 16:39:31 +0000
commitd5ea7676c468f23f2641c4f26e99746a9ea06df8 (patch)
treeafdf2773186ec0b4bd24f620df27379f43c413bb
parent4e9e1422b42f447c35d4568b7b6b68d2a6679706 (diff)
downloadpbuilder-d5ea7676c468f23f2641c4f26e99746a9ea06df8.tar
pbuilder-d5ea7676c468f23f2641c4f26e99746a9ea06df8.tar.gz
pdebuild-internal fix, with export DEBBUILDOPTS
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog4
-rw-r--r--pdebuild-internal1
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2310997..73791d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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