[Pkg-ocaml-maint-commits] r3796 - in /trunk/projects/approx/trunk: Makefile debian/changelog debian/control

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Sun Jun 3 20:25:45 UTC 2007


Author: treinen
Date: Sun Jun  3 20:25:45 2007
New Revision: 3796

URL: http://svn.debian.org/wsvn/?sc=1&rev=3796
Log:
ocamlmakefile transition for approx

Modified:
    trunk/projects/approx/trunk/Makefile
    trunk/projects/approx/trunk/debian/changelog
    trunk/projects/approx/trunk/debian/control

Modified: trunk/projects/approx/trunk/Makefile
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/Makefile?rev=3796&op=diff
==============================================================================
--- trunk/projects/approx/trunk/Makefile (original)
+++ trunk/projects/approx/trunk/Makefile Sun Jun  3 20:25:45 2007
@@ -2,7 +2,7 @@
 # Copyright (C) 2006  Eric C. Cooper <ecc at cmu.edu>
 # Released under the GNU General Public License
 
-export OCAMLMAKEFILE = /usr/share/ocaml-tools/OCamlMakefile
+export OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile
 
 export OCAMLFLAGS = -warn-error A
 

Modified: trunk/projects/approx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/debian/changelog?rev=3796&op=diff
==============================================================================
--- trunk/projects/approx/trunk/debian/changelog (original)
+++ trunk/projects/approx/trunk/debian/changelog Sun Jun  3 20:25:45 2007
@@ -1,3 +1,9 @@
+approx (2.8.1) unstable; urgency=low
+
+  * Change dependency on ocaml-tools to ocamlmakefile
+
+ -- Ralf Treinen <treinen at debian.org>  Sun, 03 Jun 2007 22:21:43 +0200
+
 approx (2.8.0) unstable; urgency=low
 
   * Make sure syslog messages are newline-terminated for syslog-ng

Modified: trunk/projects/approx/trunk/debian/control
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/debian/control?rev=3796&op=diff
==============================================================================
--- trunk/projects/approx/trunk/debian/control (original)
+++ trunk/projects/approx/trunk/debian/control Sun Jun  3 20:25:45 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Eric Cooper <ecc at cmu.edu>
 Uploaders: Sven Luther <luther at debian.org>, Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>= 5.0), ocaml-nox (>= 3.09), ocaml-best-compilers, ocaml-tools, libocamlnet-ocaml-dev (>= 1.1), libpcre-ocaml-dev (>= 5.11), libsyslog-ocaml-dev (>= 1.3), libsha-ocaml-dev (>= 1.3)
+Build-Depends: debhelper (>= 5.0), ocaml-nox (>= 3.09), ocaml-best-compilers, ocamlmakefile, libocamlnet-ocaml-dev (>= 1.1), libpcre-ocaml-dev (>= 5.11), libsyslog-ocaml-dev (>= 1.3), libsha-ocaml-dev (>= 1.3)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/projects/approx
 




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