add commit-standalone target to refresh quilt patch

This commit is contained in:
Joey Hess 2015-06-10 13:57:04 -04:00
parent 733dd4fbf8
commit bb7ccaa64e

View file

@ -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