add commit-standalone target to refresh quilt patch
This commit is contained in:
parent
733dd4fbf8
commit
bb7ccaa64e
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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
|
||||
|
|
Loading…
Reference in a new issue