[Pkg-ocaml-maint-commits] r4977 - in /trunk/packages/postgresql-ocaml/trunk/debian: changelog control patches/00list patches/examples.dpatch.in patches/install_destdir.dpatch source.lintian-overrides

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sat Dec 29 22:34:34 UTC 2007


Author: zack
Date: Sat Dec 29 22:34:34 2007
New Revision: 4977

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4977
Log:
* update standards-version
  - substitute binary:Version substvar in debian/control for Source-Version,
    now deprecated
* add Homepage field to debian/control
* set me as an uploader, d-o-m as the maintainer
* debian/patches:
  - 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)
* add lintian override for missing examples.dpatch patch in 00list; the
  patch is automatically generated from examples.dpatch.in

Added:
    trunk/packages/postgresql-ocaml/trunk/debian/source.lintian-overrides
Modified:
    trunk/packages/postgresql-ocaml/trunk/debian/changelog
    trunk/packages/postgresql-ocaml/trunk/debian/control
    trunk/packages/postgresql-ocaml/trunk/debian/patches/00list
    trunk/packages/postgresql-ocaml/trunk/debian/patches/examples.dpatch.in
    trunk/packages/postgresql-ocaml/trunk/debian/patches/install_destdir.dpatch

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=4977&op=diff
==============================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/changelog (original)
+++ trunk/packages/postgresql-ocaml/trunk/debian/changelog Sat Dec 29 22:34:34 2007
@@ -1,8 +1,18 @@
 postgresql-ocaml (1.7.0-3) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * update standards-version
+    - substitute binary:Version substvar in debian/control for Source-Version,
+      now deprecated
+  * add Homepage field to debian/control
+  * set me as an uploader, d-o-m as the maintainer
+  * debian/patches:
+    - 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)
+  * 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, 08 Sep 2007 10:55:25 +0200
+ -- Stefano Zacchiroli <zack at debian.org>  Sat, 29 Dec 2007 23:24:22 +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=4977&op=diff
==============================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/control (original)
+++ trunk/packages/postgresql-ocaml/trunk/debian/control Sat Dec 29 22:34:34 2007
@@ -1,16 +1,18 @@
 Source: postgresql-ocaml
 Section: devel
 Priority: optional
-Maintainer: Stefano Zacchiroli <zack at debian.org>
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Stefano Zacchiroli <zack at debian.org>
 Build-Depends: debhelper (>= 5.0.0), ocaml-nox (>= 3.10.0-4), ocaml-findlib (>= 1.1), libpq-dev, dpatch, cdbs
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/postgresql-ocaml
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/postgresql-ocaml/trunk/
+Homepage: http://www.ocaml.info/home/ocaml_sources.html#postgresql-ocaml
 
 Package: libpostgresql-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib (>= 1.1), libpq-dev, libpostgresql-ocaml (= ${Source-Version})
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib (>= 1.1), libpq-dev, libpostgresql-ocaml (= ${binary:Version})
 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/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/postgresql-ocaml/trunk/debian/patches/00list?rev=4977&op=diff
==============================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/patches/00list (original)
+++ trunk/packages/postgresql-ocaml/trunk/debian/patches/00list Sat Dec 29 22:34:34 2007
@@ -1,2 +1,2 @@
 install_destdir.dpatch
-examples.dpatch.in
+examples.dpatch

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=4977&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:34:34 2007
@@ -2,7 +2,7 @@
 ## 03_examples.dpatch by  <zack at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: make examples easily buildable in Debian
 
 if [ $# -lt 1 ]; then
     echo "`basename $0`: script expects -patch|-unpatch as argument" >&2

Modified: trunk/packages/postgresql-ocaml/trunk/debian/patches/install_destdir.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/postgresql-ocaml/trunk/debian/patches/install_destdir.dpatch?rev=4977&op=diff
==============================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/patches/install_destdir.dpatch (original)
+++ trunk/packages/postgresql-ocaml/trunk/debian/patches/install_destdir.dpatch Sat Dec 29 22:34:34 2007
@@ -2,7 +2,7 @@
 ## 01_makefile.dpatch by  <zack at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: enable passing target installation directory from debian/rules
 
 if [ $# -lt 1 ]; then
     echo "`basename $0`: script expects -patch|-unpatch as argument" >&2

Added: trunk/packages/postgresql-ocaml/trunk/debian/source.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/postgresql-ocaml/trunk/debian/source.lintian-overrides?rev=4977&op=file
==============================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/source.lintian-overrides (added)
+++ trunk/packages/postgresql-ocaml/trunk/debian/source.lintian-overrides Sat Dec 29 22:34:34 2007
@@ -1,0 +1,1 @@
+postgresql-ocaml source: dpatch-index-references-non-existant-patch examples.dpatch




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