Commit 9227921a authored by Otto Kekäläinen's avatar Otto Kekäläinen

WIP: Deb: Ensure DEB_BUILD_OPTIONS is passed on in autobake-deb.sh

parent bb328c12
......@@ -160,7 +160,7 @@ fi
# Build the package
# Pass -I so that .git and other unnecessary temporary and source control files
# will be ignored by dpkg-source when creating the tar.gz source package.
fakeroot dpkg-buildpackage -us -uc -I $BUILDPACKAGE_FLAGS
fakeroot dpkg-buildpackage -us -uc -I $BUILDPACKAGE_FLAGS -e DEB_BUILD_OPTIONS="DEB_BUILD_OPTIONS"
# If the step above fails due to missing dependencies, you can manually run
# sudo mk-build-deps debian/control -r -i
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment