[Pkg-ocaml-maint-commits] [SCM] pgocaml packaging branch, master, updated. debian/1.3-3-9-g7779ae2

Guillaume Yziquel guillaume.yziquel at citycable.ch
Mon Feb 22 13:58:11 UTC 2010


The following commit has been merged in the master branch:
commit f10fc7e0c5d372454ee7ad4e64ba885b8ee872d7
Author: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
Date:   Mon Feb 22 13:34:46 2010 +0100

    Switched from dpatch to quilt.

diff --git a/debian/README.source b/debian/README.source
index 3d9f77f..97dc329 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,5 +1,16 @@
-This package use dpatch for patching the source.
+PG'OCaml Debian source package
+=============================
 
-Please consider reading dpatch manpage to patch the source.
+Patching upstream sources
+-------------------------
 
--- Guillaume Yziquel <guillaume.yziquel at citycable.ch>  Tue, 02 Jun 2009 01:27:42 +0100
+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, using
+dom-{apply,save}-patches, from the dh-ocaml (>= 0.5) package. Please
+refer to the appendix about Git in the Debian OCaml Packaging Policy
+(from the same package).
+
+ -- Guillaume Yziquel <guillaume.yziquel at citycable.ch>, Mon, 22 Feb 2009 13:33:39 +0100
diff --git a/debian/patches/01_postgresql_socket.dpatch b/debian/patches/01_postgresql_socket
similarity index 100%
rename from debian/patches/01_postgresql_socket.dpatch
rename to debian/patches/01_postgresql_socket
diff --git a/debian/patches/02_makefile_mli.dpatch b/debian/patches/02_makefile_mli
similarity index 100%
rename from debian/patches/02_makefile_mli.dpatch
rename to debian/patches/02_makefile_mli
diff --git a/debian/patches/03_makefile_cmxs.dpatch b/debian/patches/03_makefile_cmxs
similarity index 100%
rename from debian/patches/03_makefile_cmxs.dpatch
rename to debian/patches/03_makefile_cmxs
diff --git a/debian/patches/04_makefile_byte.dpatch b/debian/patches/04_makefile_byte
similarity index 100%
rename from debian/patches/04_makefile_byte.dpatch
rename to debian/patches/04_makefile_byte
diff --git a/debian/patches/00list b/debian/patches/series
similarity index 100%
rename from debian/patches/00list
rename to debian/patches/series
diff --git a/debian/rules b/debian/rules
index 37ebb8d..2534d97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,9 +17,9 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 # MA 02110-1301, USA.
 
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/makefile.mk
 
 DEB_MAKE_CLEAN_TARGET   := clean

-- 
pgocaml packaging



More information about the Pkg-ocaml-maint-commits mailing list