aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-05 13:50:37 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-05 13:50:37 -0400
commit5ff8b907b7ff80167fee47be0232fec9a4f3bc92 (patch)
tree2153ee5cb049a977c4b2a49b1fccb594de54d01e /debian/rules
parent9571ca5a8968f09e39270051db3e9c5c873ced26 (diff)
add missing env var setting for standalone build
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 0105f94db..26f244812 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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