add missing env var setting for standalone build

This commit is contained in:
Joey Hess 2015-05-05 13:50:37 -04:00
parent cdb212fc6f
commit 0e6d3a9041

2
debian/rules vendored
View file

@ -13,7 +13,7 @@ build-standalone:
test -e .git
git checkout debian/changelog
quilt pop -a || true
QUILT_SERIES=series.standalone-build quilt push -a
QUILT_PATCHES=debian/patches QUILT_SERIES=series.standalone-build quilt push -a
debian/create-standalone-changelog
dpkg-buildpackage -rfakeroot
quilt pop -a