The following commit has been merged in the master branch:
commit 3a5bfa0244423968af23cb024c44589dfcb78901
Author: Stephane Glondu <[email protected]>
Date:   Sat Apr 11 16:03:41 2009 +0200

    Add README.source and `redo-patches' target to debian/rules

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..a40757c
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,11 @@
+omake for Debian
+----------------
+
+This source package uses quilt to apply and remove its patches. Please
+refer to `/usr/share/doc/quilt/README.source' for information about
+how to use quilt for source packages.
+
+The quilt series is generated from the Git repository. Have a look at
+the `redo-patches' target of debian/rules for more details.
+
+ -- Stephane Glondu <Stephane Glondu <[email protected]>>, Sat, 11 Apr 2009 
16:02:13 +0200
diff --git a/debian/rules b/debian/rules
index 57195dd..287335b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,4 +69,9 @@ endif
        dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+.PHONY: build clean binary-indep binary-arch binary install redo-patches
+
+redo-patches::
+       rm -f debian/patches/*
+       git format-patch -N -o debian/patches upstream...patch-queue | \
+         sed -e 's%debian/patches/%%' > debian/patches/series

-- 
omake packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to