[Pkg-ocaml-maint-commits] r4978 - in /trunk/packages/postgresql-ocaml/trunk/debian: README.Debian changelog control patches/examples.dpatch.in
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Sat Dec 29 22:44:16 UTC 2007
Author: zack
Date: Sat Dec 29 22:44:16 2007
New Revision: 4978
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4978
Log:
- refresh examples.dpatch.in to point to the current location of
OCamlMakefile
* suggests ocamlmakefile and point out in README.Debian that it is easier
with it to compile examples
Added:
trunk/packages/postgresql-ocaml/trunk/debian/README.Debian
Modified:
trunk/packages/postgresql-ocaml/trunk/debian/changelog
trunk/packages/postgresql-ocaml/trunk/debian/control
trunk/packages/postgresql-ocaml/trunk/debian/patches/examples.dpatch.in
Added: trunk/packages/postgresql-ocaml/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/postgresql-ocaml/trunk/debian/README.Debian?rev=4978&op=file
==============================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/README.Debian (added)
+++ trunk/packages/postgresql-ocaml/trunk/debian/README.Debian Sat Dec 29 22:44:16 2007
@@ -1,0 +1,9 @@
+Building PostgtreSQL-OCaml examples
+-----------------------------------
+
+To easily build the examples available in
+/usr/share/doc/libpostgresql-ocaml-dev/examples/ you should install
+OCamlMakefile which is available in the Debian package "ocamlmakefile", since
+the examples' Makefiles reference it.
+
+ -- Stefano Zacchiroli <zack at debian.org> Sat, 29 Dec 2007 23:37:11 +0100
Modified: trunk/packages/postgresql-ocaml/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/postgresql-ocaml/trunk/debian/changelog?rev=4978&op=diff
==============================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/changelog (original)
+++ trunk/packages/postgresql-ocaml/trunk/debian/changelog Sat Dec 29 22:44:16 2007
@@ -1,4 +1,4 @@
-postgresql-ocaml (1.7.0-3) UNRELEASED; urgency=low
+postgresql-ocaml (1.7.0-3) unstable; urgency=low
* update standards-version
- substitute binary:Version substvar in debian/control for Source-Version,
@@ -9,10 +9,14 @@
- add description to patches install_destdir.dpatch and examples.dpatch.in
- fix 00list: it should list examples.dpatch (i.e. examples.dpatch.in
after it has been generated)
+ - refresh examples.dpatch.in to point to the current location of
+ OCamlMakefile
+ * suggests ocamlmakefile and point out in README.Debian that it is easier
+ with it to compile examples
* add lintian override for missing examples.dpatch patch in 00list; the
patch is automatically generated from examples.dpatch.in
- -- Stefano Zacchiroli <zack at debian.org> Sat, 29 Dec 2007 23:24:22 +0100
+ -- Stefano Zacchiroli <zack at debian.org> Sat, 29 Dec 2007 23:37:11 +0100
postgresql-ocaml (1.7.0-2) unstable; urgency=low
Modified: trunk/packages/postgresql-ocaml/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/postgresql-ocaml/trunk/debian/control?rev=4978&op=diff
==============================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/control (original)
+++ trunk/packages/postgresql-ocaml/trunk/debian/control Sat Dec 29 22:44:16 2007
@@ -13,6 +13,7 @@
Architecture: any
Section: libdevel
Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib (>= 1.1), libpq-dev, libpostgresql-ocaml (= ${binary:Version})
+Suggests: ocamlmakefile
Description: OCaml bindings to PostgreSQL's libpq
This OCaml-library provides an interface to PostgreSQL, an
efficient and reliable, open source, relational database.
Modified: trunk/packages/postgresql-ocaml/trunk/debian/patches/examples.dpatch.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/postgresql-ocaml/trunk/debian/patches/examples.dpatch.in?rev=4978&op=diff
==============================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/patches/examples.dpatch.in (original)
+++ trunk/packages/postgresql-ocaml/trunk/debian/patches/examples.dpatch.in Sat Dec 29 22:44:16 2007
@@ -28,7 +28,7 @@
+++ postgresql-ocaml-1.3.3/examples/dump/Makefile 2004-05-04 16:40:33.057062192 +0200
@@ -1,8 +1,8 @@
-OCAMLMAKEFILE = ../../OCamlMakefile
-+OCAMLMAKEFILE = /usr/share/ocaml-tools/OCamlMakefile
++OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile
SOURCES = dump.ml
-INCDIRS = ../../lib
@@ -43,7 +43,7 @@
+++ postgresql-ocaml-1.3.3/examples/populate/Makefile 2004-05-04 16:40:36.453545848 +0200
@@ -1,8 +1,8 @@
-OCAMLMAKEFILE = ../../OCamlMakefile
-+OCAMLMAKEFILE = /usr/share/ocaml-tools/OCamlMakefile
++OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile
SOURCES = populate.ml
-INCDIRS = ../../lib
@@ -58,7 +58,7 @@
+++ postgresql-ocaml-1.3.3/examples/prompt/Makefile 2004-05-04 16:40:43.732439288 +0200
@@ -1,8 +1,8 @@
-OCAMLMAKEFILE = ../../OCamlMakefile
-+OCAMLMAKEFILE = /usr/share/ocaml-tools/OCamlMakefile
++OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile
SOURCES = prompt.ml
-INCDIRS = ../../lib
@@ -73,7 +73,7 @@
+++ postgresql-ocaml-1.3.3/examples/prompt_gtk/Makefile 2004-05-04 16:40:40.384948184 +0200
@@ -1,8 +1,8 @@
-OCAMLMAKEFILE = ../../OCamlMakefile
-+OCAMLMAKEFILE = /usr/share/ocaml-tools/OCamlMakefile
++OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile
SOURCES = prompt_gtk.ml
-INCDIRS = ../../lib
@@ -88,7 +88,7 @@
+++ postgresql-ocaml-1.3.3/examples/test_lo/Makefile 2004-05-04 16:40:48.574703152 +0200
@@ -1,8 +1,8 @@
-OCAMLMAKEFILE = ../../OCamlMakefile
-+OCAMLMAKEFILE = /usr/share/ocaml-tools/OCamlMakefile
++OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile
SOURCES = test_lo.ml
-INCDIRS = ../../lib
More information about the Pkg-ocaml-maint-commits
mailing list