summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a167c6287..15f5b0d6d 100644
--- a/Makefile
+++ b/Makefile
@@ -155,6 +155,9 @@ undo-standalone:
git checkout debian/changelog
quilt pop -a || true
+commit-standalone:
+ QUILT_PATCHES=debian/patches QUILT_SERIES=series.standalone-build quilt refresh
+
dpkg-buildpackage%: prep-standalone
umask 022; dpkg-buildpackage -rfakeroot $*
$(MAKE) undo-standalone