[Pkg-ocaml-maint-commits] [SCM] obrowser packaging branch, master, updated. debian/1.1+dfsg-1-1-g3f1e15c

Stephane Glondu steph at glondu.net
Tue Feb 16 09:17:19 UTC 2010


The following commit has been merged in the master branch:
commit 3f1e15cd1a7b5d1bc2e85a454116cc9b6b95514f
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Feb 16 09:38:56 2010 +0100

    Fix FTBFS when building without arch:all packages

diff --git a/debian/changelog b/debian/changelog
index d0b797b..8ffd06f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obrowser (1.1+dfsg-2) unstable; urgency=low
+
+  * Fix FTBFS when building without arch:all packages
+
+ -- Stéphane Glondu <glondu at debian.org>  Tue, 16 Feb 2010 10:03:40 +0100
+
 obrowser (1.1+dfsg-1) unstable; urgency=low
 
   * Initial release (Closes: #567887)
diff --git a/debian/rules b/debian/rules
index a71e2b4..5d1d045 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ override_dh_ocaml:
 .PHONY: override_dh_install
 override_dh_install:
 	dh_install --list-missing
+ifneq (,$(findstring obrowser-doc, $(shell dh_listpackages)))
 # Build the documentation packages
 	cp -a examples tutorial $(DOCDIR)
 # Clean up inappropriate files
@@ -34,6 +35,7 @@ override_dh_install:
 	\) -delete
 	rm -f $(DOCDIR)/tutorial/distrib
 	rm -f $(DOCDIR)/examples/scribble/server
+endif
 
 .PHONY: override_dh_compress
 override_dh_compress:

-- 
obrowser packaging



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