[Pkg-ocaml-maint-commits] [SCM] nurpawiki packaging branch, master, updated. debian/1.2.3-1-5-g52abb0b

Stephane Glondu steph at glondu.net
Sat Sep 19 22:31:26 UTC 2009


The following commit has been merged in the master branch:
commit 9b08817e4be83ead43426664ccf2fb29de62539d
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Sep 20 00:18:03 2009 +0200

    Add build-dependency to quilt

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..47f9924
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,16 @@
+Nurpawiki Debian source package
+===============================
+
+Patching upstream sources
+-------------------------
+
+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.4.2) package. Please
+refer to the appendix about Git in the Debian OCaml Packaging Policy
+(from the same package).
+
+ -- Stephane Glondu <steph at glondu.net>, Sun, 21 Jun 2009 01:50:10 +0200
diff --git a/debian/control b/debian/control
index 7f16430..36dd1af 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,12 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stéphane Glondu <glondu at debian.org>
 Build-Depends:
  debhelper (>= 7.0.52),
+ quilt (>= 0.46-7~),
  dh-ocaml,
  ocsigen-dev (>= 1.2.0),
  libcalendar-ocaml-dev,
  libextlib-ocaml-dev,
- libpostgresql-ocaml-dev (>= 1.11.1),
+ libpostgresql-ocaml-dev (>= 1.12.1),
  ocaml-nox (>= 3.11)
 Standards-Version: 3.8.3
 Section: web
@@ -24,7 +25,7 @@ Depends:
  ocaml-base-nox-${F:OCamlABI},
  libcalendar-ocaml (>= 2.01.1-4~),
  libextlib-ocaml (>= 1.5.1-4~),
- libpostgresql-ocaml (>= 1.11.1),
+ libpostgresql-ocaml (>= 1.12.1),
  ocsigen (>= 1.1.0)
 Suggests:
  postgresql
diff --git a/debian/rules b/debian/rules
index 231f9d6..42d9a65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/ocaml/ocamlinit.mk
 export OCAMLFIND_DESTDIR := debian/nurpawiki/usr/lib/ocsigen
 
 %:
-	dh $@
+	dh --with quilt $@
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build: ocamlinit

-- 
nurpawiki packaging



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