The following commit has been merged in the master branch:
commit ddd7c62522c04e36f8a11d674b543db2310b6338
Author: Enrico Tassi <ta...@cs.unibo.it>
Date:   Sat Mar 14 12:27:04 2009 +0100

    added debian directory and gbp.conf

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2acda3a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,421 @@
+lablgtkmathview (0.7.8-3) unstable; urgency=low
+
+  * bump deps on lablgtk2 to match lates upstream
+  * debian/control
+    - fix VCS field names (now supported natively by dpkg)
+    - add Homepage field
+
+ -- Stefano Zacchiroli <z...@debian.org>  Fri, 23 Nov 2007 13:59:38 +0100
+
+lablgtkmathview (0.7.8-2) unstable; urgency=low
+
+  * debian/liblablgtkmathview-ocaml-dev.install.in
+    - more flexible pattern to install ocaml object files, so that missing
+      *.cmxa files on non-native arch do not trigger failure with latest
+      debhelper
+
+ -- Stefano Zacchiroli <z...@debian.org>  Sat, 15 Sep 2007 17:40:45 +0200
+
+lablgtkmathview (0.7.8-1) unstable; urgency=low
+
+  * add ocamldoc comments to .mli interface files
+  * debian/control
+    - port Vcs-Svn field to the new syntax
+    - add XS-Vcs-Browser field pointing to HELM's repository browser
+  * debian/rules
+    - enable ocamldoc api reference generation (via CDBS)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Sat, 08 Sep 2007 12:10:44 +0200
+
+lablgtkmathview (0.7.3-2) experimental; urgency=low
+
+  * rebuild with OCaml 3.10
+  * debian/rules
+    - use ocaml.mk cdbs class
+  * bump debhelper deps and compatibility level to 5
+  * debian/control
+    - s/Source-Version/binary:Version
+  * debian/*.install.in
+    - do not attempt to instal *.ml files in target lib directory since they
+      are no longer installed by Makefile
+
+ -- Stefano Zacchiroli <z...@debian.org>  Mon, 16 Jul 2007 13:47:08 +0000
+
+lablgtkmathview (0.7.3-1) unstable; urgency=low
+
+  * debian/*.dirs
+    - files removed: they were not needed since installation target
+      automatically create needed directories, and they induced spurious
+      empty directories in binary packages (closes: #369072)
+  * debian/control.in
+    - file removed: no longer needed
+  * debian/control
+    - added X-Vcs-Svn field pointing to package's svn repository
+    - added build-dep on cdbs
+  * debian/rules
+    - switched to cdbs
+    - moved destdir creation to "upstream" Makefile
+    - moved detection of native code compilation availability to "upstream"
+      Makefile/configure
+  * debian/copyright
+    - updated copyright info
+
+ -- Stefano Zacchiroli <z...@debian.org>  Mon, 11 Sep 2006 13:28:05 +0200
+
+lablgtkmathview (0.7.2-5) unstable; urgency=low
+
+  * Rebuilt against OCaml 3.09.2, bumped deps accordingly.
+  * debian/control
+    - bumped Standards-Version to 3.7.2 (no changes needed)
+  * debian/rules
+    - added binary-indep target, which was missing
+
+ -- Stefano Zacchiroli <z...@debian.org>  Tue, 16 May 2006 23:45:20 -0500
+
+lablgtkmathview (0.7.2-4) unstable; urgency=low
+
+  * Rebuilt against OCaml 3.09.1, bumped deps accordingly.
+  * Bugfix: added debian/liblablgtkmathview.install.in, which was
+    missing, but contained hard coded ABI version instances
+
+ -- Stefano Zacchiroli <z...@debian.org>  Sun,  8 Jan 2006 01:21:17 +0100
+
+lablgtkmathview (0.7.2-3) unstable; urgency=low
+
+  * rebuilt with ocaml 3.09
+  * debian/*
+    - no longer hard coding of ocaml abi number anywhere
+
+ -- Stefano Zacchiroli <z...@debian.org>  Wed, 23 Nov 2005 09:59:14 +0000
+
+lablgtkmathview (0.7.2-2) unstable; urgency=low
+
+  * debian/changelog
+    - reverted version format, '-debian_version' is back again
+  * debian/liblablgtkmathview-ocaml.install
+    - install .so in <ocaml stdlib dir>/stublibs/
+
+ -- Stefano Zacchiroli <z...@debian.org>  Sun, 25 Sep 2005 18:50:32 +0200
+
+lablgtkmathview (0.7.2) unstable; urgency=low
+
+  * new upstream release
+    - enable access to gtk events
+    - new methods bound: {set,get}_{t1_opaque_mode,t1_anti_aliased_mode}
+    - bound new GtkMathView method for loading configuration files
+  * debian/control
+    - bumped standards-version
+    - bumped deps on gmetadom and lablgtk2
+    - removed useless build-dep on autoconf
+
+ -- Stefano Zacchiroli <z...@debian.org>  Sun, 31 Jul 2005 21:00:42 +0200
+
+lablgtkmathview (0.7.1-2) unstable; urgency=low
+
+  * debian/control
+    - changed dep on gtkmathview to libgtkmathview0c2
+    - bumped dep on gmetadom to 0.2.3
+
+ -- Stefano Zacchiroli <z...@debian.org>  Thu,  7 Jul 2005 14:15:44 +0000
+
+lablgtkmathview (0.7.1-1) unstable; urgency=low
+
+  * new upstream release
+    - enable static binding of C stubs
+
+ -- Stefano Zacchiroli <z...@debian.org>  Wed, 15 Jun 2005 14:27:44 +0200
+
+lablgtkmathview (0.7.0-1) unstable; urgency=low
+
+  * new upstream release
+    - minor changes, removed some annoying debugging prints
+  * rebuilt against lablgtk2 2.4.0+2005.06.13-1 and gtkmathview 0.7.0
+
+ -- Stefano Zacchiroli <z...@debian.org>  Sat, 11 Jun 2005 12:38:44 +0200
+
+lablgtkmathview (0.6.4-3) unstable; urgency=low
+
+  * rebuilt with ocaml 3.08.3 and lablgtk2 2.4.0+2005.02.18
+
+ -- Stefano Zacchiroli <z...@debian.org>  Tue, 29 Mar 2005 10:43:44 +0200
+
+lablgtkmathview (0.6.4-2) unstable; urgency=low
+
+  * rebuilt with ocaml 3.08.2 and lablgtk2 2.4.0+2004.11.19-1
+
+ -- Stefano Zacchiroli <z...@debian.org>  Thu,  9 Dec 2004 16:21:36 +0100
+
+lablgtkmathview (0.6.4-1) unstable; urgency=low
+
+  * new upstream release
+    - bindings for gtkmathview 0.6.4
+
+ -- Stefano Zacchiroli <z...@debian.org>  Wed, 10 Nov 2004 14:20:10 +0100
+
+lablgtkmathview (0.6.3-2) unstable; urgency=medium
+
+  * debian/control
+    - depend on ocaml-base-nox-3.08 instead of ocaml-base-3.08 since
+      this package doesn't directly need ocaml X libraries
+
+ -- Stefano Zacchiroli <z...@debian.org>  Tue, 24 Aug 2004 12:23:18 +0200
+
+lablgtkmathview (0.6.3-1) unstable; urgency=low
+
+  * new upstream release
+    - bindings for gtkmathview 0.6.3
+  * rebuilt with ocaml 3.08
+  * debian/control
+    - bumped ocaml deps to 3.08
+    - bumped lablgtk deps to >= 2.4.0
+    - bumped gdome deps to >= 0.2.1-3 (1st version rebuilt with 3.08)
+    - bumped gtkmathview deps to >= 0.6.3 (needed by this binding)
+    - bumped stadards version to 3.6.1.1
+
+ -- Stefano Zacchiroli <z...@debian.org>  Thu, 29 Jul 2004 11:51:56 +0200
+
+lablgtkmathview (0.5.1-4) unstable; urgency=low
+
+  * ported to latest lablgtk2 (2.2.0+20040113) cvs snapshot
+  * debian/control
+    - changed build-dep accordingly
+
+ -- Stefano Zacchiroli <z...@debian.org>  Fri, 23 Jan 2004 13:44:11 +0100
+
+lablgtkmathview (0.5.1-3) unstable; urgency=low
+
+  * debian/control
+    - removed some dependencies that should be inherited from
+      libgtkmathview-dev (bugfix for newer libt1-dev)
+    - bumped standards version to 3.6.1.0
+
+ -- Stefano Zacchiroli <z...@debian.org>  Thu, 22 Jan 2004 12:54:47 +0100
+
+lablgtkmathview (0.5.1-2) unstable; urgency=low
+
+  * Rebuilt with lablgtk2 2.2.0
+  * debian/control
+    - bumped ocaml-findlib dependencies to 0.8-5
+
+ -- Stefano Zacchiroli <z...@debian.org>  Mon, 13 Oct 2003 09:18:48 +0200
+
+lablgtkmathview (0.5.1-1) unstable; urgency=low
+
+  * New upstream release (transition to gtk2)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Fri, 10 Oct 2003 10:10:10 +0200
+
+lablgtkmathview (0.4.3-4) unstable; urgency=low
+
+  * Rebuild with ocaml 3.07
+  * debian/autodebian.make and debian/*.in
+    An experiment!
+    Mainly I've added an indirection which permits to fill some autoconf
+    variable in debian/* files. In this way the ocaml version is
+    discovered automagically and doesn't need to be manually changed
+    each time a new ocaml version is released. Actually the only two
+    supported variables are @OCAML_STDLIB_DIR@ (actually expands to
+    "usr/lib/ocaml/3.07" via ocamlc -where) and @OCAML_STUBLIBS_DIR@
+    (actually expands to "usr/lib/ocaml/3.07/stublibs")
+
+ -- Stefano Zacchiroli <z...@debian.org>  Wed,  1 Oct 2003 22:48:51 +0200
+
+lablgtkmathview (0.4.3-3) unstable; urgency=low
+
+  * rebuilt against gmetadom 0.1.10-3
+  * debian/control
+    - strictly depends on gmetadom >= 0.1.10-3 (older version are buggy
+      on mips)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Sat, 12 Jul 2003 14:14:31 +0200
+
+lablgtkmathview (0.4.3-2) unstable; urgency=low
+
+  * upstream changes
+    - fixed Makefile.in that still looked for gtkmathview-config
+    - selection flickering got rid of (by means of freeze/thaw)
+    - structural selection is no longer activated just before
+      semantic selection for single_selection_math_view
+  * debian/control
+    - bumped gmetadom dependencies to >= 0.1.10-2 (to ensure that .pc
+      file is available)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Tue,  1 Jul 2003 11:25:48 +0200
+
+lablgtkmathview (0.4.3-1) unstable; urgency=low
+
+  * Rebuild against gtkmathview 0.4.3
+  * debian/control
+    - bumped standards version to 3.5.10
+    - bumped dependencies on gtkmathview to 0.4.3
+    - bumped dependencies on gmetadom to 0.1.9
+    - added ${misc:Depends}
+    - changed section of -dev package to "libdevel"
+    - better short description
+    - added built-dep to pkg-config
+  * debian/rules
+    - removed DH_COMPAT in favour of debian/compat
+    - comsetic changes
+    - removed useless binary-indep target
+    - removed dh_movefiles in favour of dh_install
+
+ -- Stefano Zacchiroli <z...@debian.org>  Thu, 19 Jun 2003 14:52:54 +0200
+
+lablgtkmathview (0.4.1-1) unstable; urgency=low
+
+  * Bugfix in some OCaml value allocations
+  * Binding for gtkmathview 0.4.1
+  * Bumped dependencies to gtkmathview 0.4.1
+  * Dropped << dependencies for ocaml libraries
+  * Bumped gmetadom dependencies to >= 0.1.6
+  * Bumped gdome2 dependencies to >= 0.7.4
+
+ -- Stefano Zacchiroli <z...@debian.org>  Tue, 11 Mar 2003 21:18:29 +0100
+
+lablgtkmathview (0.3.99-2) unstable; urgency=low
+
+  * Bugfix: added dep on t1lib-dev from liblablgtkmathview-ocaml-dev
+  * Bugfix: added dep on libgtkmathview-dev (>= 0.4.0) from
+    liblablgtkmathview-ocaml-dev
+
+ -- Stefano Zacchiroli <z...@debian.org>  Sat, 25 Jan 2003 10:24:53 +0100
+
+lablgtkmathview (0.3.99-1) unstable; urgency=low
+
+  * Binding to gtkmathview 0.4.0 (pre-release)
+  * Added module GMathViewAux which contains backward compatible
+    "single_selection_math_view" class
+  * Reverted to >=/<< dependencies for ocaml libraries
+  * Bumped dependencies on gmetadom to 0.1.5
+  * Bumped dependencies on gtkmathview to 0.4.0
+  * Added missing dependencies from liblablgtkmathview-ocaml-dev to
+    libgdome2-ocaml-dev
+  * Versioned dependencies on liblablgtk-ocaml-dev
+
+ -- Stefano Zacchiroli <z...@debian.org>  Wed, 22 Jan 2003 14:23:30 +0100
+
+lablgtkmathview (0.3.1-1) unstable; urgency=low
+
+  * Binding to gtkmathview 0.3.1
+  * debian/control
+    - bumped Standards Version to 3.5.8
+    - deps and build deps to ocaml{,-base}-3.06-1
+  * Moved lib stuff to /usr/lib/ocaml/3.06
+
+ -- Stefano Zacchiroli <z...@debian.org>  Tue,  7 Jan 2003 12:57:47 +0100
+
+lablgtkmathview (0.3.0-10) unstable; urgency=low
+
+  * Added dep on liblablgtk-ocaml{,-dev} respectively in
+    liblablgtkmathview-ocaml{,-dev}
+
+ -- Stefano Zacchiroli <z...@debian.org>  Tue, 17 Sep 2002 11:58:14 +0200
+
+lablgtkmathview (0.3.0-9) unstable; urgency=low
+
+  * Removed useless dh_ocamlld invocation
+  * Fixed native code compilation shared object path (now looks for .so
+    in /usr/lib/ocaml/stublibs instead of
+    /usr/lib/ocaml/lablgtkmathview)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Thu, 29 Aug 2002 15:02:21 +0200
+
+lablgtkmathview (0.3.0-8) unstable; urgency=low
+
+  * Switched to debhelper 4
+  * Added build dep on findlib (>= 0.7.1)
+  * Rebuilt against ocaml 3.06 (Closes: Bug#158256, Bug#158266)
+  * Changed deps and build-deps to ocaml-3.06 and ocaml-base-3.06 as
+    mandated by the new ocaml packaging policy
+  * Removed mention of lablgtkmathview from debian/control
+  * Added dep on ocaml-findlib
+  * Moved shared objects to /usr/lib/ocaml/stublibs
+
+ -- Stefano Zacchiroli <z...@debian.org>  Sun,  7 Jul 2002 13:50:52 +0200
+
+lablgtkmathview (0.3.0-7) unstable; urgency=low
+
+  * Added -fPIC when compiling some .o in order to build on HPPA
+    (Closes: #142462)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Fri, 12 Apr 2002 14:31:47 +0200
+
+lablgtkmathview (0.3.0-6) unstable; urgency=low
+
+  * Added Build-Depends on t1lib-dev (Closes: Bug#140835).
+
+ -- Stefano Zacchiroli <z...@debian.org>  Tue,  2 Apr 2002 10:11:25 +0200
+
+lablgtkmathview (0.3.0-5) unstable; urgency=low
+
+  * Added Build-Depends on libgdome2-cpp-smart-dev (Closes: Bug#140720).
+
+ -- Stefano Zacchiroli <z...@debian.org>  Mon,  1 Apr 2002 09:00:03 +0200
+
+lablgtkmathview (0.3.0-4) unstable; urgency=low
+
+  * Added some .mli and .ml files that document the library interface.
+  * Added Depends: on libgdome2-ocaml, we haven't yet estabilished how to
+    interact with shlibs system for ocaml shared library that are installed in
+    /usr/lib/ocaml
+
+ -- Stefano Zacchiroli <z...@debian.org>  Mon,  1 Apr 2002 00:17:41 +0200
+
+lablgtkmathview (0.3.0-3) unstable; urgency=low
+
+  * Rebuilt against gmetadom 0.3.0-4 and gtkmathview 0.3.0-2.
+
+ -- Stefano Zacchiroli <z...@debian.org>  Tue, 26 Mar 2002 19:17:56 +0100
+
+lablgtkmathview (0.3.0-2) unstable; urgency=low
+
+  * Added build dep on libgdome2-dev
+  * Removed CVS stuff from source tarball
+
+ -- Stefano Zacchiroli <z...@debian.org>  Fri, 15 Mar 2002 13:23:53 +0100
+
+lablgtkmathview (0.3.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Renamed resulting package to liblablgtkmathview-ocaml-dev
+  * Changed build-depends to adhere to the new ocaml packages naming schema
+    (e.g. lablgtk -> liblablgtk-ocaml-dev) (Closes: Bug#138116)
+  * Split away shared library in liblablgtkmathview-ocaml package
+
+ -- Stefano Zacchiroli <z...@debian.org>  Wed, 13 Mar 2002 18:53:50 +0100
+
+lablgtkmathview (0.2.8-1) unstable; urgency=low
+
+  * New upstream release
+  * Built with ocaml 3.04 and lablgtk 1.2.3
+  * Removed useless build depends
+
+ -- Stefano Zacchiroli <z...@debian.org>  Mon, 25 Feb 2002 18:18:25 +0100
+
+lablgtkmathview (0.2.4-4) unstable; urgency=low
+
+  * Rebuilt with libgtkmathview 0.2.7
+
+ -- Stefano Zacchiroli <z...@debian.org>  Tue,  4 Sep 2001 22:16:35 +0200
+
+lablgtkmathview (0.2.4-3) unstable; urgency=low
+
+  *  Rebuilt with ocaml 3.02 and lablgtk 1.2.1
+
+ -- Stefano Zacchiroli <z...@debian.org>  Tue, 21 Aug 2001 15:20:05 +0200
+
+lablgtkmathview (0.2.4-2) unstable; urgency=low
+
+  * Added build-dep on libxml2-dev (closes: Bug#102715).
+
+ -- Stefano Zacchiroli <z...@debian.org>  Fri, 29 Jun 2001 12:39:57 +0200
+
+lablgtkmathview (0.2.4-1) unstable; urgency=low
+
+  * Initial Release (closes: Bug#93105).
+
+ -- Stefano Zacchiroli <z...@debian.org>  Wed,  4 Apr 2001 23:27:07 +0200
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3ca8997
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: lablgtkmathview
+Section: devel
+Priority: optional
+Maintainer: Stefano Zacchiroli <z...@debian.org>
+Build-Depends: debhelper (>> 5.0.0), cdbs, ocaml-nox (>= 3.10.0), 
ocaml-findlib (>= 1.1), liblablgtk2-ocaml-dev (>= 2.10.0), libgdome2-ocaml-dev 
(>= 0.2.5-3), libgtkmathview-dev (>= 0.7.5), pkg-config
+Standards-Version: 3.7.2
+Vcs-Svn: svn://mowgli.cs.unibo.it/trunk/helm/software/DEVEL/lablgtkmathview
+Vcs-Browser: 
http://helm.cs.unibo.it/websvn/listing.php?path=/trunk/helm/software/DEVEL/lablgtkmathview/
+Homepage: http://helm.cs.unibo.it/mml-widget/
+
+Package: liblablgtkmathview-ocaml
+Architecture: any
+Section: libs
+Depends: ocaml-base-nox-${F:OCamlABI}, liblablgtk2-ocaml (>= 2.10.0), 
libgdome2-ocaml (>= 0.2.3-5), libgtkmathview0c2a (>= 0.7.5), ${shlibs:Depends}, 
${misc:Depends}
+Description: OCaml bindings for libgtkmathview, a GTK widget to render MathML
+ This is the Ocaml binding for the GtkMathView widget, that is
+ currently available in the libgtkmathview0 package.
+ .
+ This package contains only the shared runtime stub libraries.
+
+Package: liblablgtkmathview-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, liblablgtk2-ocaml-dev (>= 2.10.0), 
liblablgtkmathview-ocaml (= ${binary:Version}), ocaml-findlib, 
libgdome2-ocaml-dev (>= 0.2.5-3), libgtkmathview-dev (>= 0.7.5), ${misc:Depends}
+Description: OCaml bindings for libgtkmathview, a GTK widget to render MathML
+ These are the Ocaml bindings for the GtkMathView widget, that is
+ currently available in the libgtkmathview0 package.
+ .
+ This package contains the development part of the lablgtkmathview package.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c4887cd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+This package was debianized by Stefano Zacchiroli <z...@debian.org> on
+Wed,  4 Apr 2001 23:27:07 +0200.
+
+It was packed from source obtained via cvs, with this CVSROOT:
+ :pserver:anonym...@phd.cs.unibo.it:/home/lpadovan/PHELM/
+
+Authors:
+ Luca Padovani <luca.padov...@cs.unibo.it>
+ Claudio Sacerdoti Coen <sacer...@cs.unibo.it>
+ Stefano Zacchiroli <zacch...@cs.unibo.it>
+
+Copyright:
+
+ Copyright (C) 2000-2006
+  Luca Padovani <luca.padov...@cs.unibo.it>
+  Claudio Sacerdoti Coen <sacer...@cs.unibo.it>
+  Stefano Zacchiroli <zacch...@cs.unibo.it>
+ 
+ This file is part of lablgtkmathview, the OCaml binding
+ for the GtkMathView widget.
+ 
+ lablgtkmathview is free software, you can redistribute it and/or modify
+ it under the terms of the GNU General Public License.  You can find a
+ copy of the license in /usr/share/common-licenses/GPL.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3bd7637
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+[DEFAULT]
+upstream-branch = upstream
+debian-branch = master
+pristine-tar = True
+
diff --git a/debian/liblablgtkmathview-ocaml-dev.install.in 
b/debian/liblablgtkmathview-ocaml-dev.install.in
new file mode 100644
index 0000000..62d633d
--- /dev/null
+++ b/debian/liblablgtkmathview-ocaml-dev.install.in
@@ -0,0 +1,4 @@
+debian/tmp/usr/lib/ocaml/@OCamlABI@/lablgtkmathview/*.a
+debian/tmp/usr/lib/ocaml/@OCamlABI@/lablgtkmathview/*.cm*
+debian/tmp/usr/lib/ocaml/@OCamlABI@/lablgtkmathview/META
+debian/tmp/usr/lib/ocaml/@OCamlABI@/lablgtkmathview/*.mli
diff --git a/debian/liblablgtkmathview-ocaml.install.in 
b/debian/liblablgtkmathview-ocaml.install.in
new file mode 100644
index 0000000..2879520
--- /dev/null
+++ b/debian/liblablgtkmathview-ocaml.install.in
@@ -0,0 +1 @@
+debian/tmp/usr/lib/ocaml/@OCamlABI@/lablgtkmathview/*.so  
usr/lib/ocaml/@OCamlABI@/stublibs/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..622c7ca
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/class/ocaml.mk
+DEB_MAKE_INSTALL_TARGET = install 
PREFIX=$(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)
+OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
+OCAML_OCAMLDOC_FLAGS += -I $(OCAML_STDLIB_DIR)/lablgtk2
+OCAML_OCAMLDOC_FLAGS += -I $(OCAML_STDLIB_DIR)/gdome2

-- 
lablgtkmathview packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to