diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-10 13:57:04 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-10 13:57:04 -0400 |
commit | 270903b5d5002e67ab34b98044ff46b7c3cd9dd6 (patch) | |
tree | 8e07770862b5173ce3a61d845d65bf52a37920fa /Makefile | |
parent | 47811a8092d5916247671c317124b700e745d66b (diff) |
add commit-standalone target to refresh quilt patch
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |