[Pkg-ocaml-maint-commits] [SCM] ocaml-buddy packaging branch, master, updated. upstream/0.1-5-g2058aaf

Pietro Abate pietro.abate at pps.jussieu.fr
Thu Apr 15 12:53:01 UTC 2010


The following commit has been merged in the master branch:
commit 4ba2cfa55bd22e055c7b769a1e89c6cce3eccf33
Author: Pietro Abate <pietro.abate at pps.jussieu.fr>
Date:   Thu Apr 15 14:33:03 2010 +0200

    - add ocamldoc generation
    - add shlibs:Depends
    - add example

diff --git a/debian/control b/debian/control
index ec79579..1f4b453 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Architecture: any
 Section: ocaml
 Depends:
   libbdd-dev,
+  ${ocaml:Depends},
   ${shlibs:Depends},
   ${misc:Depends}
 Recommends: ocaml-findlib
@@ -41,6 +42,7 @@ Section: ocaml
 Depends:
   libbdd-dev,
   ${ocaml:Depends},
+  ${shlibs:Depends},
   ${misc:Depends}
 Recommends: ocaml-findlib
 Provides: ${ocaml:Provides}
diff --git a/debian/libbuddy-ocaml-dev.examples b/debian/libbuddy-ocaml-dev.examples
new file mode 100644
index 0000000..eff4760
--- /dev/null
+++ b/debian/libbuddy-ocaml-dev.examples
@@ -0,0 +1 @@
+solver.ml
diff --git a/debian/libbuddy-ocaml-dev.ocamldoc b/debian/libbuddy-ocaml-dev.ocamldoc
new file mode 100644
index 0000000..92deb80
--- /dev/null
+++ b/debian/libbuddy-ocaml-dev.ocamldoc
@@ -0,0 +1 @@
+buddy.ml
diff --git a/debian/rules b/debian/rules
index 6c13b94..4b3973f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,6 @@ include /usr/share/cdbs/1/rules/ocaml.mk
 PKGNAME = libbuddy-ocaml-dev
 DESTDIR := $(CURDIR)/debian/tmp
 DOCDIR = $(CURDIR)/debian/doc/html
-OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
 
 OBFLAGS = -classic-display -no-hygiene
 DEB_MAKE_BUILD_TARGET = all

-- 
ocaml-buddy packaging



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