[Pkg-ocaml-maint-commits] [SCM] virt-top packaging branch, master, updated. f3f1f480c80c76d7c18726db3cf1c92b80e822de
Guido Guenther
agx at sigxcpu.org
Wed Jul 23 22:20:08 UTC 2008
The following commit has been merged in the master branch:
commit 86fdc8b2e457ee4d14abfeed8faf98b23d4c9f32
Author: Guido Guenther <agx at sigxcpu.org>
Date: Wed Jul 23 17:35:33 2008 -0400
add redo-patches target
diff --git a/debian/rules b/debian/rules
index b2fb305..35d1bbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,3 +17,7 @@ DEB_MAKE_INSTALL_TARGET := install-byte
endif
DEB_MAKE_INSTALL_TARGET += DESTDIR="$(DESTDIR)"
+redo-patches::
+ rm -f debian/patches/*
+ git format-patch -N -o debian/patches master...patch-queue | \
+ sed -e 's%debian/patches/%%' > debian/patches/series
--
virt-top packaging
More information about the Pkg-ocaml-maint-commits
mailing list