[Pkg-ocaml-maint-commits] r5504 - in /trunk/packages/ocaml-csv/trunk/debian: changelog control patches/01_Makefile_extlib.dpatch

glondu-guest at users.alioth.debian.org glondu-guest at users.alioth.debian.org
Wed Apr 16 07:37:36 UTC 2008


Author: glondu-guest
Date: Wed Apr 16 07:37:35 2008
New Revision: 5504

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5504
Log:
 * Install csv.cmx if available.
 * Added DM-Upload-Allowed to debian/control.

Modified:
    trunk/packages/ocaml-csv/trunk/debian/changelog
    trunk/packages/ocaml-csv/trunk/debian/control
    trunk/packages/ocaml-csv/trunk/debian/patches/01_Makefile_extlib.dpatch

Modified: trunk/packages/ocaml-csv/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-csv/trunk/debian/changelog?rev=5504&op=diff
==============================================================================
--- trunk/packages/ocaml-csv/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-csv/trunk/debian/changelog Wed Apr 16 07:37:35 2008
@@ -1,3 +1,10 @@
+ocaml-csv (1.1.6-4) UNRELEASED; urgency=low
+
+  * Install csv.cmx if available.
+  * Added DM-Upload-Allowed to debian/control.
+
+ -- Stephane Glondu <steph at glondu.net>  Wed, 16 Apr 2008 09:35:15 +0200
+
 ocaml-csv (1.1.6-3) unstable; urgency=low
 
   * Fix 01_Makefile_extlib.dpatch to handle architectures where

Modified: trunk/packages/ocaml-csv/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-csv/trunk/debian/control?rev=5504&op=diff
==============================================================================
--- trunk/packages/ocaml-csv/trunk/debian/control (original)
+++ trunk/packages/ocaml-csv/trunk/debian/control Wed Apr 16 07:37:35 2008
@@ -2,6 +2,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stephane Glondu <steph at glondu.net>
+DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 5), dpatch, ocaml-nox, ocaml-findlib, libextlib-ocaml-dev, xsltproc, docbook-xsl
 Standards-Version: 3.7.3
 Section: libs

Modified: trunk/packages/ocaml-csv/trunk/debian/patches/01_Makefile_extlib.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-csv/trunk/debian/patches/01_Makefile_extlib.dpatch?rev=5504&op=diff
==============================================================================
--- trunk/packages/ocaml-csv/trunk/debian/patches/01_Makefile_extlib.dpatch (original)
+++ trunk/packages/ocaml-csv/trunk/debian/patches/01_Makefile_extlib.dpatch Wed Apr 16 07:37:35 2008
@@ -13,7 +13,7 @@
  # of file csv.ml.
  
 +PREFIX		:= /usr/local
-+NATIVELIBS	:= $(if $(wildcard *.cmxa),csv.cmxa csv.a)
++NATIVELIBS	:= $(if $(wildcard *.cmxa),csv.cmxa csv.a csv.cmx)
 +OCAMLLIBDIR	:= $(shell ocamlc -where)
  OCAMLCINCS	:=
  #OCAMLCINCS	:= -package extlib




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