--- lablgl-1.03.orig/debian/META
+++ lablgl-1.03/debian/META
@@ -0,0 +1,16 @@
+version="1.00"
+directory="+lablgl"
+archive(byte) = "lablgl.cma"
+archive(native) = "lablgl.cmxa"
+
+package "togl" (
+  requires = "labltk lablgl"
+  archive(byte) = "togl.cma"
+  archive(native) = "togl.cmxa"
+)
+
+package "glut" (
+  requires = "lablgl"
+  archive(byte) = "lablglut.cma"
+  archive(native) = "lablglut.cmxa"
+)
--- lablgl-1.03.orig/debian/TODO
+++ lablgl-1.03/debian/TODO
@@ -0,0 +1,15 @@
+lablgl for Debian
+----------------------
+
+  * Need to add the download site in copyright.
+  * lablgl needs manpage. (mostly ocaml manpage, but with added -thread).
+  * In truth, it would be better to split the package between :
+    - the togl tcl/tk widget.
+    - the OpenGL library.
+    - the togl bindings.
+    - the gtkglarea bindings.
+    - examples and docs ?
+  * Examples checker.ml, scene.ml and simple.ml are not working, don't know
+    why (am using the non-DRI versions of Xfree 4's OpenGL).
+
+ -- Sven LUTHER <luther@debian.org>, Sun,  3 Dec 2000 11:06:58 +0100
--- lablgl-1.03.orig/debian/control
+++ lablgl-1.03/debian/control
@@ -0,0 +1,54 @@
+Source: lablgl
+Section: libdevel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
+Uploaders: Sven Luther <luther@debian.org>, Samuel Mimram <smimram@debian.org>, Julien Cristau <julien.cristau@ens-lyon.org>, Sylvain Le Gall <gildor@debian.org>
+Build-Depends: debhelper (>= 4.0), ocaml (>= 3.10.1), tcl8.4-dev, tk8.4-dev, xlibmesa-gl-dev|libgl-dev, libglu1-xorg-dev|libglu-dev, freeglut3-dev, x-dev, libxmu-dev, libx11-dev, dpatch, dpkg-dev (>= 1.13.19), docbook-xml (>= 4.4), docbook-xsl, libxml2-utils, xsltproc, camlp4 (>= 3.10.1)
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/lablgl
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgl/trunk/
+
+# Reasons for Build-Depends:
+#
+# debhelper (>= 4.0): used in debian/rules, debian/compat
+# 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>
+# freeglut3-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)
+# dpkg-dev (>= 1.13.19): binary:Version
+# docbook-xml (>= 4.4), docbook-xsl, libxml2-utils, xsltproc: manpages
+# camlp4: camlp4
+
+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 (= ${binary: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, libxmu-dev, freeglut3-dev
+Conflicts: lablgl, findlib (<< 1.0.2)
+Replaces: lablgl
+Provides: lablgl
+Description: an OpenGL interface for Objective Caml
+ LablGL gives access to OpenGL interface from 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.
--- lablgl-1.03.orig/debian/liblablgl-ocaml.docs
+++ lablgl-1.03/debian/liblablgl-ocaml.docs
@@ -0,0 +1 @@
+README
--- lablgl-1.03.orig/debian/xml-man/en/refentryinfo.xml
+++ lablgl-1.03/debian/xml-man/en/refentryinfo.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE refentryinfo PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 
+"/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" [
+]>
+
+<!--**********************************************************************-->
+<!-- Info include for manpage                                             -->
+<!--                                                                      -->
+<!-- Copyright (C) 2007 Sylvain Le Gall <gildor@debian.org>               -->
+<!--                                                                      -->
+<!-- This library is free software; you can redistribute it and/or        -->
+<!-- modify it under the terms of the GNU Lesser General Public           -->
+<!-- License as published by the Free Software Foundation; either         -->
+<!-- version 2.1 of the License, or (at your option) any later version;   -->
+<!-- with the OCaml static compilation exception.                         -->
+<!--                                                                      -->
+<!-- This library is distributed in the hope that it will be useful,      -->
+<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of       -->
+<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU    -->
+<!-- Lesser General Public License for more details.                      -->
+<!--                                                                      -->
+<!-- You should have received a copy of the GNU Lesser General Public     -->
+<!-- License along with this library; if not, write to the Free Software  -->
+<!-- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               -->
+<!-- MA 02110-1301, USA.                                                  -->
+<!--                                                                      -->
+<!-- Contact: gildor@debian.org                                           -->
+<!--**********************************************************************-->
+
+<refentryinfo>
+  <author>
+    <firstname>Sylvain</firstname>
+    <surname>Le Gall</surname>
+    <email>gildor@debian.org</email>
+  </author>
+  <copyright>
+    <year>2007</year>
+    <holder>Sylvain Le Gall</holder>
+  </copyright>
+  <date>Jul 15, 2007</date>
+</refentryinfo>
--- lablgl-1.03.orig/debian/xml-man/en/lablgl.xml
+++ lablgl-1.03/debian/xml-man/en/lablgl.xml
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 
+"/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" [
+  <!ENTITY debian              "Debian GNU/Linux">
+  <!ENTITY dhprg               "<command>lablgl</command>">
+  <!ENTITY dhprg2              "<command>lablglut</command>">
+]>
+
+<!--**********************************************************************-->
+<!-- lablg, lablglut manpage                                              -->
+<!--                                                                      -->
+<!-- Copyright (C) 2007 Sylvain Le Gall <gildor@debian.org>               -->
+<!--                                                                      -->
+<!-- This library is free software; you can redistribute it and/or        -->
+<!-- modify it under the terms of the GNU Lesser General Public           -->
+<!-- License as published by the Free Software Foundation; either         -->
+<!-- version 2.1 of the License, or (at your option) any later version;   -->
+<!-- with the OCaml static compilation exception.                         -->
+<!--                                                                      -->
+<!-- This library is distributed in the hope that it will be useful,      -->
+<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of       -->
+<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU    -->
+<!-- Lesser General Public License for more details.                      -->
+<!--                                                                      -->
+<!-- You should have received a copy of the GNU Lesser General Public     -->
+<!-- License along with this library; if not, write to the Free Software  -->
+<!-- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               -->
+<!-- MA 02110-1301, USA.                                                  -->
+<!--                                                                      -->
+<!-- Contact: gildor@debian.org                                           -->
+<!--**********************************************************************-->
+
+
+<refentry>
+
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="refentryinfo.xml"/>
+
+  <refmeta>
+    <refentrytitle>LABGL</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+
+  <refnamediv>
+    <refname>lablgl</refname>
+
+    <refpurpose>OCaml toplevel with labgl support.</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      &dhprg; 
+      <arg rep="repeat"><replaceable>ocaml toplevel option</replaceable></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the &dhprg; command.</para>
+
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.</para>
+
+    <para>
+      The &dhprg; commands launch an OCaml toplevel with
+      lablgl or labglut support. &dhprg2; provides the same functionnality
+      for lablglut.</para>
+
+  </refsect1>
+  
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="license.xml"/>
+
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>
+      <citerefentry>  
+        <refentrytitle>
+          <command>ocaml</command>
+        </refentrytitle>  
+        <manvolnum>1</manvolnum>
+      </citerefentry>
+    </para>
+  </refsect1>
+</refentry>
--- lablgl-1.03.orig/debian/xml-man/en/license.xml
+++ lablgl-1.03/debian/xml-man/en/license.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE refsect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 
+"/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" [
+  <!ENTITY debian "Debian GNU/Linux">
+]>
+
+<!--**********************************************************************-->
+<!-- License include for manpage                                          -->
+<!--                                                                      -->
+<!-- Copyright (C) 2007 Sylvain Le Gall <gildor@debian.org>               -->
+<!--                                                                      -->
+<!-- This library is free software; you can redistribute it and/or        -->
+<!-- modify it under the terms of the GNU Lesser General Public           -->
+<!-- License as published by the Free Software Foundation; either         -->
+<!-- version 2.1 of the License, or (at your option) any later version;   -->
+<!-- with the OCaml static compilation exception.                         -->
+<!--                                                                      -->
+<!-- This library is distributed in the hope that it will be useful,      -->
+<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of       -->
+<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU    -->
+<!-- Lesser General Public License for more details.                      -->
+<!--                                                                      -->
+<!-- You should have received a copy of the GNU Lesser General Public     -->
+<!-- License along with this library; if not, write to the Free Software  -->
+<!-- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               -->
+<!-- MA 02110-1301, USA.                                                  -->
+<!--                                                                      -->
+<!-- Contact: gildor@debian.org                                           -->
+<!--**********************************************************************-->
+
+<refsect1>
+  <title>LICENSE</title>
+
+  <para>
+    This manual page was written by 
+    <personname>
+      <firstname>Sylvain</firstname>
+      <surname>Le Gall</surname>
+    </personname>
+    <email>gildor@debian.org</email>
+    for the &debian; system (but may be used by others).
+    Permission is granted to copy, distribute and/or modify this document
+    under the terms of the <acronym>GNU</acronym> Lesser General Public
+    License, Version 2.1 or any later version published by the Free
+    Software Foundation; considering as source code all the file that
+    enable the production of this manpage.
+  </para>
+</refsect1>
--- lablgl-1.03.orig/debian/xml-man/po4a/po4a.cfg
+++ lablgl-1.03/debian/xml-man/po4a/po4a.cfg
@@ -0,0 +1,7 @@
+[po4a_paths] debian/xml-man/po4a/po/lablgl-man.pot
+
+[type: docbook] debian/xml-man/en/lablgl.xml
+
+[type: docbook] debian/xml-man/en/license.xml
+
+[type: docbook] debian/xml-man/en/refentryinfo.xml
--- lablgl-1.03.orig/debian/rules
+++ lablgl-1.03/debian/rules
@@ -0,0 +1,126 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper. 
+# GNU copyright 1997 by Joey Hess.
+#
+
+# We want to use dpatch.
+include /usr/share/dpatch/dpatch.make
+PACKAGE = lablgl
+
+OCAMLABI = ${shell ocamlc -version}
+
+# Uncomment this to turn on verbose mode. 
+#export DH_VERBOSE=1
+
+export OCAML_LIBDIR=$(shell ocamlc -where)
+
+#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 \
+		sed -e 's%#OcamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
+	done
+
+	dh_testdir
+	# Add here commands to configure the package.
+	cp debian/Makefile.config .
+
+	touch configure-stamp
+
+build: build-stamp
+build-stamp: patch-stamp configure-stamp
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	if [ -x /usr/bin/ocamlopt ]; then \
+		$(MAKE) opt; \
+	fi
+
+	# Quick replacement for docbook/po4a CDBS class
+	# TODO: use cdbs + po4a
+	xmllint --nonet --noout --postvalid --xinclude $(CURDIR)/debian/xml-man/en/lablgl.xml
+	xsltproc --nonet --xinclude --param man.charmap.use.subset 0 \
+	  -o $(CURDIR)/  /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
+	  $(CURDIR)/debian/xml-man/en/lablgl.xml
+
+	touch build-stamp
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	[ ! -f "$(CURDIR)/Makefile" ] || [ ! -f "$(CURDIR)/Makefile.config" ] || $(MAKE) clean
+	-$(RM) "$(CURDIR)/lablgl.1"
+	-$(RM) "$(CURDIR)/debian/liblablgl-ocaml-dev.dirs"
+	-$(RM) "$(CURDIR)/debian/liblablgl-ocaml.dirs"
+	-$(RM) "$(CURDIR)/debian/liblablgl-ocaml.files"
+
+	dh_clean Makefile.config
+
+install: DH_OPTIONS=
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into
+	# debian/liblablgl-ocaml-dev
+	$(MAKE) install									\
+		LIBDIR=$(CURDIR)/debian/liblablgl-ocaml-dev$(OCAML_LIBDIR)		\
+		DLLDIR=$(CURDIR)/debian/liblablgl-ocaml$(OCAML_LIBDIR)/stublibs	\
+		BINDIR=$(CURDIR)/debian/liblablgl-ocaml-dev/usr/bin
+
+	cp debian/META $(CURDIR)/debian/liblablgl-ocaml-dev$(OCAML_LIBDIR)/lablgl
+	ln -sf $(OCAML_LIBDIR)/lablgl $(CURDIR)/debian/liblablgl-ocaml-dev$(OCAML_LIBDIR)/lablGL
+
+	# Doc generation (TODO: use CDBS)
+	for i in liblablgl-ocaml-dev; do \
+	  mkdir -p debian/$$i/usr/share/doc/$$i/html/api; \
+	  OCAMLDOC_INCLUDE=`find debian/$$i/$(OCAML_LIBDIR)/ -type d -exec echo -I \{} \;`; \
+	  find debian/$$i/$(OCAML_LIBDIR)/ \
+  	    -type f -name '*.mli' -or -name '*.ml' \
+	    | xargs ocamldoc -I $(OCAML_LIBDIR)/labltk \
+	     -stars -m A -no-custom-tags $$OCAMLDOC_INCLUDE -html \
+	     -d debian/$$i/usr/share/doc/$$i/html/api \
+            || true; \
+	    sed -e "s/@PACKAGE@/$$i/g" \
+	     /usr/share/cdbs/1/class/ocaml-docbase-template.txt \
+	     > debian/$$i.doc-base.ocamldoc-apiref ; \
+	done
+
+
+# Build architecture-independent files here.
+# Pass -i to all debhelper commands in this target to reduce clutter.
+binary-indep: build install
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir -s
+	dh_testroot -s
+	dh_installdocs -s
+	dh_installexamples -s
+	dh_installmenu -s
+	dh_installcron -s
+	dh_installman -s 
+	dh_installinfo -s
+	dh_installchangelogs CHANGES -s
+	dh_strip -s
+	dh_link -s
+#	dh_ocamlld -pliblablgl-ocaml
+	dh_compress -s
+	dh_fixperms -s
+#	dh_makeshlibs -s
+	dh_installdeb -s
+	dh_shlibdeps -s
+	dh_gencontrol -s -- -VF:OCamlABI="$(OCAMLABI)"
+	dh_md5sums -s
+	dh_builddeb -s
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-srch binary install configure
--- lablgl-1.03.orig/debian/watch
+++ lablgl-1.03/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html dist/lablgl-([0-9]\..*)\.tar\.gz
--- lablgl-1.03.orig/debian/liblablgl-ocaml-dev.links
+++ lablgl-1.03/debian/liblablgl-ocaml-dev.links
@@ -0,0 +1 @@
+usr/share/man/man1/lablgl.1.gz usr/share/man/man1/lablglut.1.gz
--- lablgl-1.03.orig/debian/Makefile.config
+++ lablgl-1.03/debian/Makefile.config
@@ -0,0 +1,63 @@
+#	LablGL and Togl configuration file
+#
+# Please have a look at the config/Makefile in the Objective Caml distribution,
+# or at the labltklink script to get the information needed here
+#
+
+##### Adjust these always
+
+# Uncomment if you have the fast ".opt" compilers
+#CAMLC = ocamlc.opt
+#CAMLOPT = ocamlopt.opt
+
+# Where to put the lablgl script
+BINDIR = /usr/bin
+
+# Where to find X headers
+XINCLUDES = -I/usr/X11R6/include
+# X libs (for broken RTLD_GLOBAL: e.g. FreeBSD 4.0)
+XLIBS = -L/usr/X11R6/lib -lXext -lXmu -lX11
+
+# Where to find Tcl/Tk headers
+# This must the same version as for LablTk
+TKINCLUDES = -I/usr/include/tcl8.4
+# Tcl/Tk libs (for broken RTLD_GLOBAL: e.g. FreeBSD 4.0)
+TKLIBS = -ltk8.4 -ltcl8.4
+
+# Where to find OpenGL/Mesa/Glut headers and libraries
+GLINCLUDES =
+GLLIBS = -lGL -lGLU
+GLUTLIBS = -lglut
+# The following libraries may be required (try to add them one at a time)
+#GLLIBS = -lGL -lGLU -lXmu -lXext -lXi -lcipher -lpthread
+
+# How to index a library after installing (ranlib required on MacOSX)
+RANLIB = :
+#RANLIB = ranlib
+
+##### Uncomment these for windows
+#TKLIBS = tk83.lib tcl83.lib gdi32.lib user32.lib
+#GLLIBS = opengl32.lib glu32.lib 
+#TOOLCHAIN = msvc
+#XA = .lib
+#XB = .bat
+#XE = .exe
+#XO = .obj
+#XS = .dll
+
+##### Adjust these if non standard
+
+# The Objective Caml library directory
+LIBDIR = `ocamlc -where`
+
+# Where to put dlls (if dynamic loading available)
+DLLDIR = `ocamlc -where`/stublibs
+
+# Where to put LablGL (standard)
+INSTALLDIR = $(LIBDIR)/lablgl
+
+# Where is Togl (default)
+#TOGLDIR = Togl
+
+# C Compiler options
+#COPTS = -c -O
--- lablgl-1.03.orig/debian/svn-deblayout
+++ lablgl-1.03/debian/svn-deblayout
@@ -0,0 +1,3 @@
+origDir=../upstream
+origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/lablgl/upstream
+tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/lablgl
--- lablgl-1.03.orig/debian/changelog
+++ lablgl-1.03/debian/changelog
@@ -0,0 +1,376 @@
+lablgl (1.03-1~bpo40+2) etch-backports; urgency=low
+
+  * Rebuild against new ocaml ABI
+
+ -- Romain Beauxis <toots@rastageeks.org>  Thu, 15 May 2008 03:03:41 +0200
+
+lablgl (1.03-1~bpo40+1) etch-backports; urgency=low
+
+  * Rebuild testing version for backports.org
+  * Rebuild against ocaml ABI version in backports.org (3.10.0-13~bpo40+1)
+  * Change build-dep on ocaml to version in backports.org (>=3.10.0-13~bpo40+1)
+  * Change build-dep on camlp4 to version in backports.org
+    (>= 3.10.0-13~bpo40+1)
+
+ -- Micah Anderson <micah@debian.org>  Sun, 27 Jan 2008 14:39:58 -0500
+
+lablgl (1.03-1) unstable; urgency=low
+
+  * New upstream release.
+  * We don't need to remove rpaths anymore.
+  * Bumped standards version to 3.7.3, no changes needed.
+
+ -- Samuel Mimram <smimram@debian.org>  Tue, 11 Dec 2007 10:03:51 +0000
+
+lablgl (1.02-7) unstable; urgency=low
+
+  * Build-depends on ocaml 3.10.0-8 to be able to generate *.doc-
+    base.ocamldoc-apiref
+
+ -- Sylvain Le Gall <gildor@debian.org>  Tue, 04 Sep 2007 17:53:58 +0200
+
+lablgl (1.02-6) unstable; urgency=low
+
+  * Generate ocamldoc documentation
+
+ -- Sylvain Le Gall <gildor@debian.org>  Mon, 03 Sep 2007 23:16:44 +0200
+
+lablgl (1.02-5) unstable; urgency=low
+
+  [ Samuel Mimram ]
+  * Correct symlink for lablglut manpage (closes: #435895).
+  * Updated watch file.
+
+  [ Sylvain Le Gall ]
+  * Upgrade build-dep on ocaml to version 3.10.0
+
+ -- Sylvain Le Gall <gildor@debian.org>  Mon, 03 Sep 2007 16:36:57 +0200
+
+lablgl (1.02-4) experimental; urgency=low
+
+  * Rebuild for ocaml 3.10.0
+  * Don't ignore errors in $(MAKE) clean
+  * Add myself to uploader
+  * Use binary:Version 
+  * Add manpages for lablgl, lablglut
+  * Remove file generated from debian/*.in
+
+ -- Sylvain Le Gall <gildor@debian.org>  Sat, 14 Jul 2007 02:40:56 +0200
+
+lablgl (1.02-3) unstable; urgency=low
+
+  * Build-Depend on debhelper (>= 4.0) since we use compat level 4.
+  * Improve copyright file and add missing information there.
+  * Move README.Debian to TODO.
+  Thanks to Christoph Berg for his remarks about all this.
+
+ -- Julien Cristau <julien.cristau@ens-lyon.org>  Thu, 22 Jun 2006 20:52:30 +0200
+
+lablgl (1.02-2) unstable; urgency=low
+
+  * Rebuild with OCaml 3.09.2.
+  * Updated standards version to 3.7.2, no changes needed.
+
+ -- Samuel Mimram <smimram@debian.org>  Mon, 15 May 2006 21:23:56 +0000
+
+lablgl (1.02-1) unstable; urgency=low
+
+  * New upstream release.
+  * Rebuild with OCaml 3.09.1.
+
+ -- Samuel Mimram <smimram@debian.org>  Sat,  7 Jan 2006 13:02:34 +0100
+
+lablgl (1.01-9) unstable; urgency=low
+
+  * Build-dep on chrpath and delete the rpath from the stub libraries.
+  * Drop lintian overrides.
+  * Add myself to Uploaders.
+  * liblablgl-ocaml-dev depends on libxmu-dev (Closes: #336128) and
+    freeglut3-dev (Closes: #295969).
+  * Use freeglut3-dev instead of libglut3-dev in Build-Depends.
+
+ -- Julien Cristau <julien.cristau@ens-lyon.org>  Wed, 30 Nov 2005 19:46:16 +0100
+
+lablgl (1.01-8) unstable; urgency=low
+
+  * Rebuilt for ocaml 3.09.0.
+  * No hardcoded ocaml abi versions anymore.
+
+ -- Sven Luther <luther@debian.org>  Thu, 27 Oct 2005 22:29:48 +0000
+
+lablgl (1.01-7) unstable; urgency=low
+
+  [ Julien Cristau ]
+  * libXxf86vm is not used by lablgl, so we:
+    + remove libxxf86vm-dev dependency from liblablgl-ocaml-dev.
+    + remove -lXxf86vm from Makefile.config.
+    (Closes: #325915)
+
+  [ Samuel Mimram ]
+  * New maintainer, added myself to uploaders.
+
+ -- Samuel Mimram <smimram@debian.org>  Fri,  9 Sep 2005 13:08:23 +0200
+
+lablgl (1.01-6) unstable; urgency=low
+
+  * Added a watch file
+  * Added dependency to libglu1-xorg-dev as an alternative to
+    xlibmesa-glu-dev.
+    (Closes: #319281)
+  * Cleanup Build-depends, with explanations for each of them:
+    replace xlibs-dev with individual library packages, add tcl8.4-dev, remove
+    libncurses5-dev.
+    Also remove libxxf86vm-dev, which is not needed. (Julien Cristau)
+  * Upgrade to standards 3.6.2.0 (no change)
+
+ -- Sven Luther <luther@debian.org>  Mon, 29 Aug 2005 23:24:14 +0200
+
+lablgl (1.01-5) unstable; urgency=low
+
+  * debian/Makefile.config
+    - added -lXxf86vm to XLIBS, fixes FTBFS with xorg
+  * debian/control
+    - added build-dep on libxxf86vm-dev
+    - added dep from -dev to libxxf86vm-dev
+  * changed svn repo structure so that it is compatible with
+    svn-buildpackage
+
+ -- Stefano Zacchiroli <zack@debian.org>  Sat, 23 Jul 2005 17:13:43 +0200
+
+lablgl (1.01-4) unstable; urgency=medium
+
+  * Rebuilt against ocaml 3.08.3.
+
+ -- Sven Luther <luther@debian.org>  Tue, 22 Mar 2005 08:52:49 +0100
+
+lablgl (1.01-3) unstable; urgency=low
+
+  * Added labltk to togl META-dependencies. (Closes: #288837)
+
+ -- Sven Luther <luther@debian.org>  Wed,  5 Jan 2005 23:30:58 +0100
+
+lablgl (1.01-2) unstable; urgency=low
+
+  * Build with build-depends as ocaml, ocaml-3.08, to see if we can work
+    around the autobuilder bug with virtual packages this way.
+
+ -- Sven Luther <luther@debian.org>  Tue, 27 Jul 2004 17:41:41 +0200
+
+lablgl (1.01-1) unstable; urgency=low
+
+  * New upstream version.
+  * Built with ocaml 3.08.
+
+ -- Sven Luther <luther@debian.org>  Thu, 15 Jul 2004 14:14:44 +0200
+
+lablgl (1.00-4) unstable; urgency=low
+
+  * Changed build-depends to use new xlibmesa-glu package name.
+    (Closes: #244805)
+
+ -- Sven Luther <luther@debian.org>  Wed, 26 May 2004 09:39:17 +0200
+
+lablgl (1.00-3) unstable; urgency=low
+
+  * Added new META files from Stefano, conflicts with older version of
+    findlib though.
+
+ -- Sven Luther <luther@debian.org>  Wed, 14 Jan 2004 21:38:46 +0100
+
+lablgl (1.00-2) unstable; urgency=high
+
+  * Since ocaml now is version 3.07+2, modified debian/rules to use ocamlc
+    -where instead of ocamlc -version.
+
+ -- Sven Luther <luther@debian.org>  Mon, 20 Oct 2003 09:20:44 +0200
+
+lablgl (1.00-1) unstable; urgency=low
+
+  * New upstream release.
+    (Adds support for glut, GlArray and some other extensions)
+
+ -- Sven Luther <luther@debian.org>  Fri, 10 Oct 2003 15:26:10 +0200
+
+lablgl (0.99-16) unstable; urgency=low
+
+  * Rebuilt for ocaml 3.07.
+
+ -- Sven Luther <luther@debian.org>  Wed,  1 Oct 2003 16:15:29 +0200
+
+lablgl (0.99-15) unstable; urgency=low
+
+  * Still struggling with the libgl/libglu dependencies, since the -14 didn't
+    build on Stefano's Woody backport. It seems that i have to put the virtual
+    build-depends last in the alternatives.
+
+ -- Sven Luther <luther@debian.org>  Sat, 15 Mar 2003 13:32:18 +0100
+
+lablgl (0.99-14) unstable; urgency=low
+
+  * Hope i did it right this time :(((
+
+ -- Sven Luther <luther@debian.org>  Fri, 14 Mar 2003 12:38:09 +0100
+
+lablgl (0.99-13) unstable; urgency=low
+
+  * The 0.99-10 change disappeared, re-added it :((((
+
+ -- Sven Luther <luther@debian.org>  Fri, 14 Mar 2003 09:52:07 +0100
+
+lablgl (0.99-12) unstable; urgency=low
+
+  * Well, the pre gl/glu split xlibmesa packages where xlibmesa and
+    xlibmesa-dev. 
+
+ -- Sven Luther <luther@debian.org>  Wed, 12 Mar 2003 11:31:06 +0100
+
+lablgl (0.99-11) unstable; urgency=low
+
+  * Added a shlibs.local override for the libglu1 dependency in
+    liblablgl-ocaml, so that it can also handle pre gl/glu split
+    xlibmesa3-gl Packages.
+
+ -- Sven Luther <luther@debian.org>  Mon, 10 Mar 2003 13:44:15 +0100
+
+lablgl (0.99-10) unstable; urgency=low
+
+  * Apparently XFree86 4.2.1-6 is not yet building on arm and alpha, so we
+    have to workaround the xlibmesa-glu-dev does not depend on xlibmesa3-glu
+    but ourselves.
+
+ -- Sven Luther <luther@debian.org>  Mon, 10 Mar 2003 12:20:03 +0100
+
+lablgl (0.99-9) unstable; urgency=low
+
+  * Changed build dependencies and dependencies again to xlibmesa, since the
+    the problem with xlibmesa-glu was fixed. Also, added an alternative glu
+    dependency on the xlimesa-gl-dev from before the gl/glu split. I hope this
+    will make lablgl fit to enter testing, or at lest it will not be stopped
+    by the nonexistent libglu packages in current testing, so we don't have to
+    wait for either mesa 5 or xfree86 to be ready.
+
+ -- Sven Luther <luther@debian.org>  Mon, 10 Mar 2003 10:11:04 +0100
+
+lablgl (0.99-8) unstable; urgency=low
+ 
+  * Downgraded tcl/tk dependency on 8.3 again, since i was not able to build
+    ocaml 3.06 with 8.4. I hope that forthcoming 3.07 will be buildable with
+    tcl/tk 8.4, and that i could then upgrade the dependency again.
+    (Closes: #183920)
+
+ -- Sven Luther <luther@debian.org>  Sat, 08 Mar 2003 13:06:21 +0100
+
+lablgl (0.99-7) unstable; urgency=low
+ 
+  * Removed the old mesag3-glide2 conflict, as it doesn't seem necessary
+    anymore.
+
+ -- Sven Luther <luther@debian.org>  Fri, 14 Feb 2003 11:54:32 +0100
+
+lablgl (0.99-6) unstable; urgency=low
+ 
+  * Still problems on hppa autobuilder, testing built with mesa instead of
+    the xlibmesa. This will also allow us to build on ia64 and mips, where the
+    latest XFree86 packages providing xlibmesa-glu fail to build.
+
+ -- Sven Luther <luther@debian.org>  Thu, 13 Feb 2003 15:51:50 +0100
+
+lablgl (0.99-5) unstable; urgency=low
+ 
+  * Now also build depend on xlibmesa3-glu, which xlibmesa-glu-dev doesn't
+    seem to depend on. Hope this fixes the build problem.
+
+ -- Sven Luther <luther@debian.org>  Thu, 13 Feb 2003 12:42:22 +0100
+
+lablgl (0.99-4) unstable; urgency=low
+ 
+  * Changed the tcl/tk to depend on tcl/tk 8.4.
+    (Closes: #180793)
+
+ -- Sven Luther <luther@debian.org>  Wed, 12 Feb 2003 22:12:19 +0100
+
+lablgl (0.99-3) unstable; urgency=low
+ 
+  * Added build dependencies on the -glu packages and normal dependencies on
+    the gl and glu developpment packages.
+
+ -- Sven Luther <luther@debian.org>  Tue, 11 Feb 2003 13:30:42 +0100
+
+lablgl (0.99-2) unstable; urgency=low
+ 
+  * Added META file, courtesy of Stefano Zacchiroli.
+
+ -- Sven Luther <luther@debian.org>  Fri, 24 Jan 2003 11:47:42 +0100
+ 
+lablgl (0.99-1) unstable; urgency=low
+ 
+  * New upstream release.
+
+ -- Sven Luther <luther@debian.org>  Fri, 10 Jan 2003 10:47:37 +0100
+ 
+lablgl (0.98-4) unstable; urgency=low
+
+  * Rebuilt for ocaml 3.06-13.
+  * Closes: #164222, actually already in 0.98-3.
+  * Added glBindTexture patch from Chris.
+
+ -- Sven Luther <luther@debian.org>  Sat, 14 Dec 2002 23:09:54 +0100
+
+lablgl (0.98-3) unstable; urgency=low
+
+  * added lablGL as a symlink to lablgl.
+
+ -- Sven Luther <luther@debian.org>  Wed, 20 Nov 2002 09:09:29 +0100
+
+lablgl (0.98-2) unstable; urgency=low
+
+  * Changed Build-depends.
+
+ -- Sven Luther <luther@debian.org>  Mon, 30 Sep 2002 18:07:28 +0200
+
+lablgl (0.98-1) unstable; urgency=low
+
+  * New upstream release.
+  * Built with ocaml 3.06.
+
+ -- Sven Luther <luther@debian.org>  Wed, 21 Aug 2002 19:41:17 +0200
+
+lablgl (0.97-2) unstable; urgency=low
+
+  * Adapting to the new shared library split scheme.
+  * Now conflicts with mesag3-glide2, since it does not provide the propers
+    glut 1.3 bindings. Notice that it is possible to build lablgl with
+    mesag3-glide2, it is just not enabled by default.
+
+ -- Sven Luther <luther@debian.org>  Wed, 20 Feb 2002 00:01:42 +0100
+
+lablgl (0.97-1) unstable; urgency=low
+
+  * New upstream version for ocaml 3.04.
+
+ -- Sven Luther <luther@debian.org>  Thu, 20 Dec 2001 10:22:40 +0100
+
+lablgl (0.95-1.1) unstable; urgency=low
+
+  * Rebuilt for ocaml 3.02
+
+ -- Sven Luther <luther@debian.org>  Fri, 16 Mar 2001 10:00:58 +0100
+
+lablgl (0.95-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Sven Luther <luther@debian.org>  Fri, 16 Mar 2001 10:00:58 +0100
+
+lablgl (0.94-2) unstable; urgency=low
+
+  * Added some build dependencies, ...
+
+ -- Sven Luther <luther@debian.org>  Sun, 25 Feb 2001 19:59:30 +0100
+
+lablgl (0.94-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Sven Luther <luther@debian.org>  Sun,  3 Dec 2000 11:06:58 +0100
+
--- lablgl-1.03.orig/debian/compat
+++ lablgl-1.03/debian/compat
@@ -0,0 +1 @@
+4
--- lablgl-1.03.orig/debian/liblablgl-ocaml.dirs.in
+++ lablgl-1.03/debian/liblablgl-ocaml.dirs.in
@@ -0,0 +1 @@
+usr/lib/ocaml/#OcamlABI#/stublibs
--- lablgl-1.03.orig/debian/liblablgl-ocaml-dev.docs
+++ lablgl-1.03/debian/liblablgl-ocaml-dev.docs
@@ -0,0 +1,2 @@
+README
+Togl/examples
--- lablgl-1.03.orig/debian/liblablgl-ocaml-dev.dirs.in
+++ lablgl-1.03/debian/liblablgl-ocaml-dev.dirs.in
@@ -0,0 +1,2 @@
+usr/bin
+usr/lib/ocaml/#OcamlABI#/lablgl
--- lablgl-1.03.orig/debian/copyright
+++ lablgl-1.03/debian/copyright
@@ -0,0 +1,92 @@
+This package was debianized by Sven LUTHER <luther@debian.org> on
+Sun,  3 Dec 2000 11:06:58 +0100.
+
+It was downloaded from :
+  http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-0.99.tar.gz 
+
+Upstream Authors:
+Jacques Garrigue <garrigue@kurims.kyoto-u.ac.jp>
+Isaac Trotts
+Erick Tryzelaar
+Christophe Raffali
+
+Copyright (c) 1997-2001 Jacques Garrigue and Kyoto University.
+
+LablGL is distributed under the terms of a BSD style licence, which can be
+found in the /usr/share/common-licenses/BSD file on debian systems.
+
+Other copyright holders:
+LablGlut/examples/caml-images/OCamlMakefile:
+	Copyright (C) 1999-2002  Markus Mottl
+LablGlut/examples/caml-images/main.ml:
+	Copyright (c) 2002 Issac J. Trotts.
+	This file is distributed under the terms of the GNU Lesser General
+	Public License, available in /usr/share/common-licenses/LGPL.
+
+Togl:
+	Copyright 1996-1998 Brian Paul (brianp@elastic.avid.com) and
+	Benjamin Bederson (bederson@cs.umd.edu).
+License:
+The authors hereby grant permission to use, copy, modify, distribute,
+and license this software and its documentation for any purpose, provided
+that existing copyright notices are retained in all copies and that this
+notice is included verbatim in any distributions. No written agreement,
+license, or royalty fee is required for any of the authorized uses.
+Modifications to this software may be copyrighted by their authors
+and need not follow the licensing terms described here, provided that
+the new terms are clearly indicated on the first page of each file where
+they apply.
+
+IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
+IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+MODIFICATIONS.
+
+Togl/src/Togl/{WinMain2.c,tkFont.h,tkInt4.0.h,tkInt4.1.h,tkInt8.1.h}:
+Copyright 1990-1994 The Regents of the University of California.
+Copyright 1995 Sun Microsystems, Inc.
+Copyright 1998 Scriptics Corporation.
+License:
+The authors hereby grant permission to use, copy, modify, distribute,
+and license this software and its documentation for any purpose, provided
+that existing copyright notices are retained in all copies and that this
+notice is included verbatim in any distributions. No written agreement,
+license, or royalty fee is required for any of the authorized uses.
+Modifications to this software may be copyrighted by their authors
+and need not follow the licensing terms described here, provided that
+the new terms are clearly indicated on the first page of each file where
+they apply.
+
+IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
+IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+MODIFICATIONS.
+
+GOVERNMENT USE: If you are acquiring this software on behalf of the
+U.S. government, the Government shall have only "Restricted Rights"
+in the software and related documentation as defined in the Federal 
+Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
+are acquiring the software on behalf of the Department of Defense, the
+software shall be classified as "Commercial Computer Software" and the
+Government shall have only "Restricted Rights" as defined in Clause
+252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
+authors grant the U.S. Government and others acting in its behalf
+permission to use and distribute the software in accordance with the
+terms specified in this license.
+
--- lablgl-1.03.orig/debian/liblablgl-ocaml-dev.manpages
+++ lablgl-1.03/debian/liblablgl-ocaml-dev.manpages
@@ -0,0 +1 @@
+lablgl.1
