[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, master, updated. upstream/0.20081011-231-gac23a31

Stefano Zacchiroli zack at upsilon.cc
Tue Nov 11 19:48:30 UTC 2008


The following commit has been merged in the master branch:
commit ac23a319241b46e002caf79b8ed28d04d82ceded
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Tue Nov 11 19:28:57 2008 +0100

    debian/patches: new patch debian/missing-doc, suggest to install -doc package when trying to access it from enhanced top-level

diff --git a/debian/changelog b/debian/changelog
index 72f2aa2..b0bee2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ ocaml-batteries (0.20081111-1) UNRELEASED; urgency=low
   * debian/rules: do not compress myocamlbuild.ml, to ease its usage
   * debian/patches: new patch fixes/consistent-docroot to look for *.idex
     in the appropriate dir
+  * debian/patches: new patch debian/missing-doc, suggest to install -doc
+    package when trying to access it from enhanced top-level
   * add README.Debian, pointing out /usr/bin/ocaml-batteries
   * debian/control: suggest ledit, useful with ocaml-batteries
 
diff --git a/debian/rules b/debian/rules
index e917370..ae4a7de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,7 @@ build/$(DOC_PKG_NAME)::
 		debian/$(DOC_PKG_NAME).doc-base.ocamldoc-apiref
 
 TG_BRANCHES = fixes/consistent-docroot
+TG_BRANCHES += debian/missing-doc
 SAVED_BRANCH := $(shell git branch 2> /dev/null | grep '^*' | cut -f 2 -d' ')
 tg-export:
 	tg create stage-debian $(TG_BRANCHES)

-- 
ocaml-batteries packaging



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