[Pkg-ocaml-maint-commits] [SCM] ocamlbricks packaging branch, master, updated. debian/0.50.1-1-4-g68ee245

Stephane Glondu steph at glondu.net
Fri Mar 13 23:49:21 UTC 2009


The following commit has been merged in the master branch:
commit 4048d4833d215b5d0a6b82f8f1d10fe15ba3e315
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Mar 14 00:38:57 2009 +0100

    Add dh-ocaml to Build-Depends, update call to ocamldoc-api-ref-config
    
    Fixes FTBFS.

diff --git a/debian/changelog b/debian/changelog
index 882841e..8ed2e39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 ocamlbricks (0.50.1-2) UNRELEASED; urgency=low
 
+  [ Sylvain Le Gall ]
   * NOT RELEASED YET
   * Add debian/gbp.conf to force using pristine-tar
 
- -- Sylvain Le Gall <gildor at debian.org>  Sat, 07 Mar 2009 15:19:15 +0100
+  [ Stephane Glondu ]
+  * Add dh-ocaml to Build-Depends, update call to ocamldoc-api-ref-config
+
+ -- Stephane Glondu <steph at glondu.net>  Sat, 14 Mar 2009 00:37:37 +0100
 
 ocamlbricks (0.50.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 4c38756..09ac6a4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,12 @@ Priority: optional
 Maintainer: Jonathan Roudiere <jonathan.roudiere at lipn.univ-paris13.fr>
 Uploaders: Sylvain Le Gall <gildor at debian.org>
 DM-Upload-Allowed: yes 
-Build-Depends: debhelper (>> 5.0.0), ocaml (>= 3.10.2), liblablgtk2-ocaml-dev (>= 2.6.0-7), bash (>= 3.1), dpatch
+Build-Depends: debhelper (>> 5.0.0),
+ ocaml (>= 3.10.2),
+ liblablgtk2-ocaml-dev (>= 2.6.0-7),
+ bash (>= 3.1),
+ dh-ocaml,
+ dpatch
 Standards-Version: 3.7.3
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocamlbricks.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocamlbricks.git
diff --git a/debian/rules b/debian/rules
index 459ba79..05dac16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,7 @@ install: build
 	cp $(DESTDIR)/usr/share/doc/$(PACKAGE)/html/*.css $(CURDIR)/debian/$(DEB_PACKAGE)/usr/share/doc/$(DEB_PACKAGE)/html/api/
 
 	# Reference to doc-base
-	/usr/share/cdbs/1/class/ocamldoc-api-ref-config --doc-base-generate libocamlbricks-ocaml-dev
+	/usr/share/ocaml/ocamldoc-api-ref-config --doc-base-generate libocamlbricks-ocaml-dev
 
 	# Copy libraries for libocamlbricks-ocaml-dev
 	cp $(DESTDIR)/$(OCAML_LIBDIR)/$(PACKAGE)/* $(CURDIR)/debian/$(DEB_PACKAGE)/$(OCAML_LIBDIR)/$(PACKAGE)/

-- 
ocamlbricks packaging



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