[Pkg-ocaml-maint-commits] r2026 - in trunk/packages: . postgresql-ocaml postgresql-ocaml/trunk postgresql-ocaml/trunk/debian postgresql-ocaml/trunk/debian/patches postgresql-ocaml/upstream

Stefano Zacchiroli zack at costa.debian.org
Sun Nov 13 10:25:02 UTC 2005


Author: zack
Date: 2005-11-13 10:25:01 +0000 (Sun, 13 Nov 2005)
New Revision: 2026

Added:
   trunk/packages/postgresql-ocaml/
   trunk/packages/postgresql-ocaml/branches/
   trunk/packages/postgresql-ocaml/build-area/
   trunk/packages/postgresql-ocaml/trunk/
   trunk/packages/postgresql-ocaml/trunk/debian/
   trunk/packages/postgresql-ocaml/trunk/debian/changelog
   trunk/packages/postgresql-ocaml/trunk/debian/compat
   trunk/packages/postgresql-ocaml/trunk/debian/control
   trunk/packages/postgresql-ocaml/trunk/debian/copyright
   trunk/packages/postgresql-ocaml/trunk/debian/docs
   trunk/packages/postgresql-ocaml/trunk/debian/libpostgresql-ocaml-dev.dirs
   trunk/packages/postgresql-ocaml/trunk/debian/libpostgresql-ocaml-dev.examples
   trunk/packages/postgresql-ocaml/trunk/debian/libpostgresql-ocaml.dirs
   trunk/packages/postgresql-ocaml/trunk/debian/patches/
   trunk/packages/postgresql-ocaml/trunk/debian/patches/00list
   trunk/packages/postgresql-ocaml/trunk/debian/patches/01_makefile.dpatch
   trunk/packages/postgresql-ocaml/trunk/debian/patches/03_examples.dpatch
   trunk/packages/postgresql-ocaml/trunk/debian/patches/05_meta.dpatch
   trunk/packages/postgresql-ocaml/trunk/debian/rules
   trunk/packages/postgresql-ocaml/trunk/debian/svn-deblayout
   trunk/packages/postgresql-ocaml/trunk/debian/watch
   trunk/packages/postgresql-ocaml/upstream/
   trunk/packages/postgresql-ocaml/upstream/postgresql-ocaml_1.4.6.orig.tar.gz
Log:
postgresql-ocaml, svn check-in



Property changes on: trunk/packages/postgresql-ocaml/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: trunk/packages/postgresql-ocaml/trunk/debian/changelog
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/changelog	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/changelog	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1,49 @@
+postgresql-ocaml (1.4.6-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control
+    - changed dependencies accordingly to new postgresql packaging
+  * debian/patches/01_makefile
+    - uses pg_config to guess proper include dir
+    - uses /dev/null instead of foo.ld.conf to fool findlib ld.conf handling
+  * debian/patches/05_meta
+    - fix postgresql-ocaml version in upstream META
+
+ -- Stefano Zacchiroli <zack at debian.org>  Mon, 13 Jun 2005 11:10:08 +0200
+
+postgresql-ocaml (1.4.2-2) unstable; urgency=low
+
+  * Rebuilt against ocaml 3.08.3
+
+ -- Stefano Zacchiroli <zack at debian.org>  Thu, 24 Mar 2005 22:37:33 +0100
+
+postgresql-ocaml (1.4.2-1) unstable; urgency=low
+
+  * New upstream release (Closes: Bug#286662)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Tue, 21 Dec 2004 16:59:55 +0100
+
+postgresql-ocaml (1.3.3-3) unstable; urgency=medium
+
+  * debian/control
+    - depend on ocaml-base-nox-3.08 instead of ocaml-base-3.08 since
+      this package doesn't directly need ocaml X libraries
+
+ -- Stefano Zacchiroli <zack at debian.org>  Tue, 24 Aug 2004 12:14:56 +0200
+
+postgresql-ocaml (1.3.3-2) unstable; urgency=low
+
+  * rebuilt with ocaml 3.08
+  * debian/control
+    - bumped ocaml deps to 3.08
+    - bumped standards-version to 3.6.1.1
+    - changed ocaml deps to ocaml-nox
+
+ -- Stefano Zacchiroli <zack at debian.org>  Mon, 26 Jul 2004 18:20:53 +0200
+
+postgresql-ocaml (1.3.3-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Stefano Zacchiroli <zack at debian.org>  Tue,  4 May 2004 15:33:22 +0200
+

Added: trunk/packages/postgresql-ocaml/trunk/debian/compat
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/compat	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/compat	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1 @@
+4

Added: trunk/packages/postgresql-ocaml/trunk/debian/control
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/control	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/control	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1,34 @@
+Source: postgresql-ocaml
+Section: devel
+Priority: optional
+Maintainer: Stefano Zacchiroli <zack at debian.org>
+Build-Depends: debhelper (>= 4.0.0), dpatch, libpq-dev, ocaml-findlib, ocaml-nox-3.08.3
+Standards-Version: 3.6.1.1
+
+Package: libpostgresql-ocaml
+Architecture: any
+Section: libs
+Depends: ocaml-base-nox-3.08.3, ${shlibs:Depends}, ${misc:Depends}
+Description: OCaml bindings to PostgreSQL's libpq
+ This OCaml-library provides an interface to PostgreSQL, an
+ efficient and reliable, open source, relational database.
+ Almost all functionality available through the C-API (libpq) is
+ replicated in a type-safe way. This library uses objects for
+ representing database connections and results of queries.
+ .
+ This package contains only the shared runtime stub libraries.
+
+Package: libpostgresql-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-3.08.3, ocaml-findlib, libpq-dev, libpostgresql-ocaml (= ${Source-Version})
+Description: OCaml bindings to PostgreSQL's libpq
+ This OCaml-library provides an interface to PostgreSQL, an
+ efficient and reliable, open source, relational database.
+ Almost all functionality available through the C-API (libpq) is
+ replicated in a type-safe way. This library uses objects for
+ representing database connections and results of queries.
+ .
+ This package contains all the development stuff you need to use
+ OCaml Postgres bindings in your programs.
+

Added: trunk/packages/postgresql-ocaml/trunk/debian/copyright
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/copyright	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/copyright	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1,19 @@
+This package was debianized by Stefano Zacchiroli <zack at debian.org> on
+Tue,  4 May 2004 15:33:22 +0200.
+
+It was downloaded from:
+
+  http://www.oefai.at/~markus/home/ocaml_sources.html
+
+Upstream Authors:
+  Alain Frisch <Alain.Frisch at ens.fr>
+  Markus Mottl <markus at oefai.at>
+
+Copyright:
+
+  PostgreSQL-OCaml is distributed under the terms of the GNU Lesser
+  General Public License (LGPL).
+
+  On Debian GNU/Linux systems LGPL license can be found as:
+    /usr/share/common-licenses/LGPL
+

Added: trunk/packages/postgresql-ocaml/trunk/debian/docs
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/docs	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/docs	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1 @@
+README

Added: trunk/packages/postgresql-ocaml/trunk/debian/libpostgresql-ocaml-dev.dirs
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/libpostgresql-ocaml-dev.dirs	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/libpostgresql-ocaml-dev.dirs	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1 @@
+usr/lib/ocaml/3.08.3

Added: trunk/packages/postgresql-ocaml/trunk/debian/libpostgresql-ocaml-dev.examples
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/libpostgresql-ocaml-dev.examples	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/libpostgresql-ocaml-dev.examples	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1 @@
+examples/*

Added: trunk/packages/postgresql-ocaml/trunk/debian/libpostgresql-ocaml.dirs
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/libpostgresql-ocaml.dirs	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/libpostgresql-ocaml.dirs	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1 @@
+usr/lib/ocaml/3.08.3/stublibs

Added: trunk/packages/postgresql-ocaml/trunk/debian/patches/00list
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/patches/00list	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/patches/00list	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1,3 @@
+01_makefile
+03_examples
+05_meta

Added: trunk/packages/postgresql-ocaml/trunk/debian/patches/01_makefile.dpatch
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/patches/01_makefile.dpatch	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/patches/01_makefile.dpatch	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1,40 @@
+#! /bin/sh -e
+## 01_makefile.dpatch by  <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+if [ $# -lt 1 ]; then
+    echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
+    exit 1
+fi
+
+[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
+patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
+
+case "$1" in
+    -patch) patch -p1 ${patch_opts} < $0;;
+    -unpatch) patch -R -p1 ${patch_opts} < $0;;
+    *)
+        echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
+        exit 1;;
+esac
+
+exit 0
+
+ at DPATCH@
+diff -urNad --exclude=CVS --exclude=.svn ./lib/Makefile /tmp/dpep-work.8GhWaS/postgresql-ocaml-1.4.6/lib/Makefile
+--- ./lib/Makefile	2005-06-13 11:12:44.000000000 +0200
++++ /tmp/dpep-work.8GhWaS/postgresql-ocaml-1.4.6/lib/Makefile	2005-06-13 11:15:49.620218864 +0200
+@@ -2,8 +2,11 @@
+ 
+ SOURCES = postgresql.mli postgresql.ml postgresql_stubs.c
+ CFLAGS  = -O2
++CFLAGS += -I$(shell pg_config --includedir)
+ CLIBS   = pq
+ RESULT  = postgresql
++DESTDIR =
++OCAMLFIND_INSTFLAGS = -ldconf /dev/null -destdir $(DESTDIR)
+ 
+ all:
+ 

Added: trunk/packages/postgresql-ocaml/trunk/debian/patches/03_examples.dpatch
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/patches/03_examples.dpatch	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/patches/03_examples.dpatch	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1,100 @@
+#! /bin/sh -e
+## 03_examples.dpatch by  <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+if [ $# -lt 1 ]; then
+    echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
+    exit 1
+fi
+
+[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
+patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
+
+case "$1" in
+    -patch) patch -p1 ${patch_opts} < $0;;
+    -unpatch) patch -R -p1 ${patch_opts} < $0;;
+    *)
+        echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
+        exit 1;;
+esac
+
+exit 0
+
+ at DPATCH@
+diff -urNad /home/zack/dati/debian/packages/postgresql-ocaml/postgresql-ocaml-1.3.3/examples/dump/Makefile postgresql-ocaml-1.3.3/examples/dump/Makefile
+--- /home/zack/dati/debian/packages/postgresql-ocaml/postgresql-ocaml-1.3.3/examples/dump/Makefile	2004-01-28 18:14:59.000000000 +0100
++++ 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
+ 
+ SOURCES = dump.ml
+-INCDIRS = ../../lib
+-LIBDIRS = ../../lib
++INCDIRS = /usr/lib/ocaml/3.08.3/postgresql
++LIBDIRS = /usr/lib/ocaml/3.08.3/postgresql
+ LIBS    = postgresql
+ RESULT  = dump
+ 
+diff -urNad /home/zack/dati/debian/packages/postgresql-ocaml/postgresql-ocaml-1.3.3/examples/populate/Makefile postgresql-ocaml-1.3.3/examples/populate/Makefile
+--- /home/zack/dati/debian/packages/postgresql-ocaml/postgresql-ocaml-1.3.3/examples/populate/Makefile	2004-01-28 18:15:00.000000000 +0100
++++ 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
+ 
+ SOURCES = populate.ml
+-INCDIRS = ../../lib
+-LIBDIRS = ../../lib
++INCDIRS = /usr/lib/ocaml/3.08.3/postgresql
++LIBDIRS = /usr/lib/ocaml/3.08.3/postgresql
+ LIBS    = postgresql
+ RESULT  = populate
+ 
+diff -urNad /home/zack/dati/debian/packages/postgresql-ocaml/postgresql-ocaml-1.3.3/examples/prompt/Makefile postgresql-ocaml-1.3.3/examples/prompt/Makefile
+--- /home/zack/dati/debian/packages/postgresql-ocaml/postgresql-ocaml-1.3.3/examples/prompt/Makefile	2004-01-28 18:15:00.000000000 +0100
++++ 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
+ 
+ SOURCES = prompt.ml
+-INCDIRS = ../../lib
+-LIBDIRS = ../../lib
++INCDIRS = /usr/lib/ocaml/3.08.3/postgresql
++LIBDIRS = /usr/lib/ocaml/3.08.3/postgresql
+ LIBS    = postgresql
+ THREADS = yes
+ RESULT  = prompt
+diff -urNad /home/zack/dati/debian/packages/postgresql-ocaml/postgresql-ocaml-1.3.3/examples/prompt_gtk/Makefile postgresql-ocaml-1.3.3/examples/prompt_gtk/Makefile
+--- /home/zack/dati/debian/packages/postgresql-ocaml/postgresql-ocaml-1.3.3/examples/prompt_gtk/Makefile	2004-01-28 18:15:00.000000000 +0100
++++ 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
+ 
+ SOURCES = prompt_gtk.ml
+-INCDIRS = ../../lib
+-LIBDIRS = ../../lib
++INCDIRS = /usr/lib/ocaml/3.08.3/postgresql
++LIBDIRS = /usr/lib/ocaml/3.08.3/postgresql
+ LIBS    = postgresql
+ PACKS   = lablgtk
+ OCAMLBLDFLAGS = gtkInit.cmo
+diff -urNad /home/zack/dati/debian/packages/postgresql-ocaml/postgresql-ocaml-1.3.3/examples/test_lo/Makefile postgresql-ocaml-1.3.3/examples/test_lo/Makefile
+--- /home/zack/dati/debian/packages/postgresql-ocaml/postgresql-ocaml-1.3.3/examples/test_lo/Makefile	2004-01-28 18:15:00.000000000 +0100
++++ 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
+ 
+ SOURCES = test_lo.ml
+-INCDIRS = ../../lib
+-LIBDIRS = ../../lib
++INCDIRS = /usr/lib/ocaml/3.08.3/postgresql
++LIBDIRS = /usr/lib/ocaml/3.08.3/postgresql
+ LIBS    = postgresql
+ RESULT  = test_lo
+ 

Added: trunk/packages/postgresql-ocaml/trunk/debian/patches/05_meta.dpatch
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/patches/05_meta.dpatch	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/patches/05_meta.dpatch	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 05_meta.dpatch by  <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad --exclude=CVS --exclude=.svn ./lib/META /tmp/dpep-work.dXCBYb/postgresql-ocaml-1.4.6/lib/META
+--- ./lib/META	2005-03-22 19:43:46.000000000 +0100
++++ /tmp/dpep-work.dXCBYb/postgresql-ocaml-1.4.6/lib/META	2005-06-13 11:43:07.031294544 +0200
+@@ -1,5 +1,5 @@
+ name="postgresql"
+-version="1.4.5"
++version="1.4.6"
+ description="PostgreSQL bindings for OCaml"
+ requires="unix"
+ archive(byte)="postgresql.cma"

Added: trunk/packages/postgresql-ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/rules	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/rules	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1,71 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+OCAML_VERSION=3.08.3
+PKG_VERSION=1.3.3
+TARGETDIR=debian/libpostgresql-ocaml-dev/usr/lib/ocaml/$(OCAML_VERSION)
+STUBSDIR=debian/libpostgresql-ocaml/usr/lib/ocaml/$(OCAML_VERSION)/stublibs
+BYTE_STUFF="libpostgresql_stubs.a postgresql.cma postgresql.cmi postgresql.mli dllpostgresql_stubs.so"
+
+include /usr/share/dpatch/dpatch.make
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+build: build-stamp
+build-stamp: patch-stamp 
+	dh_testdir
+	$(MAKE) -C lib/ byte-code-library
+	if [ -x /usr/bin/ocamlopt ]; then $(MAKE) -C lib/ native-code-library; else true; fi
+	touch build-stamp
+
+clean: patch clean1 unpatch
+clean1:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	-$(MAKE) clean
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	if [ -x /usr/bin/ocamlopt ]; then \
+		$(MAKE) install DESTDIR=$(CURDIR)/$(TARGETDIR)/;	\
+	else	\
+		$(MAKE) install DESTDIR=$(CURDIR)/$(TARGETDIR)/	\
+			LIBINSTALL_FILES=$(BYTE_STUFF);	\
+	fi
+	mv $(TARGETDIR)/postgresql/*.so $(STUBSDIR)/
+
+binary: binary-indep binary-arch
+binary-indep: build install
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs Changes
+	dh_installdocs
+	dh_installexamples
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+.PHONY: build clean binary-indep binary-arch binary install
+


Property changes on: trunk/packages/postgresql-ocaml/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/packages/postgresql-ocaml/trunk/debian/svn-deblayout
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/svn-deblayout	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/svn-deblayout	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1,3 @@
+origDir=../upstream
+origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/postgresql-ocaml/upstream
+tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/postgresql-ocaml

Added: trunk/packages/postgresql-ocaml/trunk/debian/watch
===================================================================
--- trunk/packages/postgresql-ocaml/trunk/debian/watch	2005-11-13 10:21:53 UTC (rev 2025)
+++ trunk/packages/postgresql-ocaml/trunk/debian/watch	2005-11-13 10:25:01 UTC (rev 2026)
@@ -0,0 +1,3 @@
+# Site		Directory		Pattern				Version	Script
+version=2
+www.oefai.at	/~markus/ocaml_sources	postgresql-ocaml-(.*)\.tar\.gz	debian	uupdate

Added: trunk/packages/postgresql-ocaml/upstream/postgresql-ocaml_1.4.6.orig.tar.gz
===================================================================
(Binary files differ)


Property changes on: trunk/packages/postgresql-ocaml/upstream/postgresql-ocaml_1.4.6.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




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