[Pkg-ocaml-maint-commits] r3535 - in /trunk/packages/felix/trunk/debian: changelog control

mfurr at users.alioth.debian.org mfurr at users.alioth.debian.org
Thu Feb 1 22:32:38 CET 2007


Author: mfurr
Date: Thu Feb  1 22:32:38 2007
New Revision: 3535

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3535
Log:
fix typo in control file

Modified:
    trunk/packages/felix/trunk/debian/changelog
    trunk/packages/felix/trunk/debian/control

Modified: trunk/packages/felix/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/felix/trunk/debian/changelog?rev=3535&op=diff
==============================================================================
--- trunk/packages/felix/trunk/debian/changelog (original)
+++ trunk/packages/felix/trunk/debian/changelog Thu Feb  1 22:32:38 2007
@@ -1,3 +1,10 @@
+felix (1.1.2-2) unstable; urgency=low
+
+  * Fixed typo in control so that ocaml runtime dependency is 
+    present on non-native arches.
+
+ -- Mike Furr <mfurr at debian.org>  Thu,  1 Feb 2007 16:32:13 -0500
+
 felix (1.1.2-1) unstable; urgency=low
 
   * Changes by Mike Furr:

Modified: trunk/packages/felix/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/felix/trunk/debian/control?rev=3535&op=diff
==============================================================================
--- trunk/packages/felix/trunk/debian/control (original)
+++ trunk/packages/felix/trunk/debian/control Thu Feb  1 22:32:38 2007
@@ -11,7 +11,7 @@
 Section: devel
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, g++, ${F:OCAMLRUN}, libsdl1.2debian, freeglut3, libglu1-mesa, libgmp3c2
+Depends: ${shlibs:Depends}, g++, ${F:OCamlRun}, libsdl1.2debian, freeglut3, libglu1-mesa, libgmp3c2
 Description: high performance programming language translator and tools
  A new high performance language with
  support for functional programming, ultra-lightweight




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