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

mfurr at users.alioth.debian.org mfurr at users.alioth.debian.org
Mon Sep 11 14:25:40 UTC 2006


Author: mfurr
Date: Mon Sep 11 14:25:40 2006
New Revision: 3104

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3104
Log:
fixed binary deps to real packages (libsdl1.2debian and libgmpc2)

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=3104&op=diff
==============================================================================
--- trunk/packages/felix/trunk/debian/changelog (original)
+++ trunk/packages/felix/trunk/debian/changelog Mon Sep 11 14:25:40 2006
@@ -3,11 +3,13 @@
   * Changes by Mike Furr:
     - Added SDL, glut, glu, gmp, and doxygen to build deps
     - Added SDL, glut, glu, gmp to binary deps
+      Need these by hand since they are required for the binaries
+      that felix produces, and thus dh_shlibs won't add them
     - Moved docs and tutorial to /usr/share/doc
   * Changes by John Skaller:
     - Everything else preparing new release
 
- -- Mike Furr <mfurr at debian.org>  Fri,  8 Sep 2006 17:26:45 -0400
+ -- Mike Furr <mfurr at debian.org>  Mon, 11 Sep 2006 10:18:55 -0400
 
 felix (1.1.1-2) unstable; urgency=low
 

Modified: trunk/packages/felix/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/felix/trunk/debian/control?rev=3104&op=diff
==============================================================================
--- trunk/packages/felix/trunk/debian/control (original)
+++ trunk/packages/felix/trunk/debian/control Mon Sep 11 14:25:40 2006
@@ -11,7 +11,7 @@
 Section: devel
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, g++, ${F:OCAMLRUN}, libsdl1.2, freeglut3, libglu1-mesa, libgmp3
+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