[Pkg-ocaml-maint-commits] r2055 - trunk/packages/lablgl/trunk/debian

Samuel Mimram smimram-guest at costa.debian.org
Tue Nov 15 22:10:47 UTC 2005


Author: smimram-guest
Date: 2005-11-15 22:10:47 +0000 (Tue, 15 Nov 2005)
New Revision: 2055

Added:
   trunk/packages/lablgl/trunk/debian/control
Modified:
   trunk/packages/lablgl/trunk/debian/liblablgl-ocaml-dev.override
   trunk/packages/lablgl/trunk/debian/rules
Log:
Fix small problems.

Added: trunk/packages/lablgl/trunk/debian/control
===================================================================
--- trunk/packages/lablgl/trunk/debian/control	2005-11-15 21:41:01 UTC (rev 2054)
+++ trunk/packages/lablgl/trunk/debian/control	2005-11-15 22:10:47 UTC (rev 2055)
@@ -0,0 +1,50 @@
+Source: lablgl
+Section: libdevel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Sven Luther <luther at debian.org>, Samuel Mimram <smimram at debian.org>
+Build-Depends: debhelper (>> 3.0.0), ocaml (>= 3.09.0), tcl8.4-dev, tk8.4-dev, xlibmesa-gl-dev|libgl-dev, libglu1-xorg-dev|libglu-dev, libglut3-dev, x-dev, libxmu-dev, libx11-dev, dpatch
+Standards-Version: 3.6.2.0
+
+# Reasons for Build-Depends:
+#
+# debhelper (>> 3.0.0): used in debian/rules
+# ocaml: the ocaml compiler and stdlib, with labltk
+# tcl8.4-dev: #include <tcl.h>
+# tk8.4-dev: #include <tk.h>
+# libgl-dev: #include <GL/gl.h>
+#            #include <GL/glx.h>
+# libglu-dev: #include <GL/glu.h>
+# libglut3-dev: #include <GL/glut.h>
+#               #include <GLUT/*>
+# x-dev: #include <X11/Xatom.h>
+# libxmu-dev: #include <X11/Xmu/StdCmap.h>
+# libx11-dev: #include <X11/Xlib.h>
+#             #include <X11/Xutil.h>
+# dpatch: patch system (for debian/patches and debian/rules)
+
+Package: liblablgl-ocaml
+Architecture: any
+Section: libs
+Depends: ocaml-base-${F:OCamlABI}, ${shlibs:Depends}
+Conflicts: lablgl (<< 0.97-2)
+Description: Runtime libraries for lablgl
+ LablGL is an OpenGL interface for Objective Caml. Since it includes
+ support for the Togl widget, you can comfortably use it with LablTk.
+ A GtkGlarea binding for use with lablgtk is also provided.
+ .
+ This package include only the dynamic libraries needed for running dynamic
+ bytecode executables.
+
+Package: liblablgl-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: liblablgl-ocaml (= ${Source-Version}), ocaml-${F:OCamlABI}, xlibmesa-gl-dev|xlibmesa-dev(<<4.2.1-5)|libgl-dev, libglu1-xorg-dev|xlibmesa-glu-dev|xlibmesa-dev(<<4.2.1-5)|libglu-dev, tk8.4-dev
+Conflicts: lablgl, findlib (<< 1.0.2)
+Replaces: lablgl
+Provides: lablgl
+Description: an OpenGL interface for Objective Caml
+ LablGL is an OpenGL interface for Objective Caml. Since it includes
+ support for the Togl widget, you can comfortably use it with LablTk.
+ A GtkGlarea binding for use with lablgtk is also provided.
+

Modified: trunk/packages/lablgl/trunk/debian/liblablgl-ocaml-dev.override
===================================================================
--- trunk/packages/lablgl/trunk/debian/liblablgl-ocaml-dev.override	2005-11-15 21:41:01 UTC (rev 2054)
+++ trunk/packages/lablgl/trunk/debian/liblablgl-ocaml-dev.override	2005-11-15 22:10:47 UTC (rev 2055)
@@ -1 +1,2 @@
 liblablgl-ocaml-dev: binary-without-manpage lablgl
+liblablgl-ocaml-dev: binary-without-manpage lablglut

Modified: trunk/packages/lablgl/trunk/debian/rules
===================================================================
--- trunk/packages/lablgl/trunk/debian/rules	2005-11-15 21:41:01 UTC (rev 2054)
+++ trunk/packages/lablgl/trunk/debian/rules	2005-11-15 22:10:47 UTC (rev 2055)
@@ -19,10 +19,10 @@
 
 debian/control:
 	 sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
-	
+
 configure: configure-stamp
 configure-stamp:
-	for t in `find . -name \*.in |  | grep -v debian/control.in`; do \
+	for t in `find . -name \*.in | grep -v debian/control.in`; do \
 		sed -e 's%#OcamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
 	done
 




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