From 2afe15c4a3739531ab0fa755ab7288262dfa4d47 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Wed, 15 Feb 2012 16:24:14 +0200 Subject: [PATCH] pbuilder-dist: Pass DEB_BUILD_OPTIONS through (LP: #685786) --- debian/changelog | 6 ++++-- pbuilder-dist | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 31f76eb..258a0e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,10 @@ ubuntu-dev-tools (0.139) UNRELEASED; urgency=low dput, lintian, patch, quilt. (LP: #846385) * Re-add dgetlp. Still needed for downloading source packages from +queue. (LP: #919805) - * pbuilder-dist: Export DISTRIBUTION and ARCHITECTURE as well as DIST and - ARCH. Thanks Alessio Treglia. (Closes: #659060, LP: #423609) + * pbuilder-dist: + - Export DISTRIBUTION and ARCHITECTURE as well as DIST and ARCH. Thanks + Alessio Treglia. (Closes: #659060, LP: #423609) + - Pass DEB_BUILD_OPTIONS through (LP: #685786) * reverse-depends: Now that Debian is supported server-side: - Convert Debian release aliases to codenames. - Default to the devel release of the vendor distribution. diff --git a/pbuilder-dist b/pbuilder-dist index 96e5f35..137c7f7 100755 --- a/pbuilder-dist +++ b/pbuilder-dist @@ -348,6 +348,7 @@ class PbuilderDist: 'DISTRIBUTION=' + self.target_distro, 'ARCH=' + self.build_architecture, 'DIST=' + self.target_distro, + 'DEB_BUILD_OPTIONS=' + os.environ.get('DEB_BUILD_OPTIONS', ''), self.builder, ] + arguments