From 0e6d3a904115876a3d7ccf3b84f6c2b02b3811b5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 May 2015 13:50:37 -0400 Subject: [PATCH] add missing env var setting for standalone build --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0105f94db6..26f244812f 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