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

Sven Luther luther at costa.debian.org
Wed Nov 2 16:20:13 UTC 2005


Author: luther
Date: 2005-11-02 16:20:13 +0000 (Wed, 02 Nov 2005)
New Revision: 1902

Added:
   trunk/packages/lablgl/trunk/debian/control.in
Removed:
   trunk/packages/lablgl/trunk/debian/control
Modified:
   trunk/packages/lablgl/trunk/debian/rules
Log:
Now removed last hard-coded abi version, but debian/control needs to be generated.


Deleted: trunk/packages/lablgl/trunk/debian/control
===================================================================
--- trunk/packages/lablgl/trunk/debian/control	2005-11-02 15:13:59 UTC (rev 1901)
+++ trunk/packages/lablgl/trunk/debian/control	2005-11-02 16:20:13 UTC (rev 1902)
@@ -1,50 +0,0 @@
-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.
-

Copied: trunk/packages/lablgl/trunk/debian/control.in (from rev 1897, trunk/packages/lablgl/trunk/debian/control)
===================================================================
--- trunk/packages/lablgl/trunk/debian/control	2005-11-02 15:00:52 UTC (rev 1897)
+++ trunk/packages/lablgl/trunk/debian/control.in	2005-11-02 16:20:13 UTC (rev 1902)
@@ -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 (>= #OcamlABI#), 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/rules
===================================================================
--- trunk/packages/lablgl/trunk/debian/rules	2005-11-02 15:13:59 UTC (rev 1901)
+++ trunk/packages/lablgl/trunk/debian/rules	2005-11-02 16:20:13 UTC (rev 1902)
@@ -17,11 +17,13 @@
 
 export OCAML_LIBDIR=`ocamlc -where`
 
+debian/control:
+	 sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
 	
 configure: configure-stamp
 configure-stamp:
-	for t in `find . -name \*.in`; do				\
-		sed -e 's%#OcamlABI#%$(OCAMLABI)%' $$t >$${t%.in};	\
+	for t in `find . -name \*.in |  | grep -v debian/control.in`; do \
+		sed -e 's%#OcamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
 	done
 
 	dh_testdir




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