[Pkg-ocaml-maint-commits] [SCM] coinst packaging branch, master, updated. upstream/1.0-26-g26196a5

Ralf Treinen treinen at debian.org
Thu Jan 12 08:45:50 UTC 2012


The following commit has been merged in the master branch:
commit ab64da754fac870a0bc315a070aa5328dbe155f5
Author: Ralf Treinen <treinen at debian.org>
Date:   Thu Jan 12 00:53:51 2012 +0100

    debian/rules: also build the viewer

diff --git a/debian/rules b/debian/rules
index f2d4f7d..7110000 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,12 @@
 %:
 	dh $@ --with ocaml
 
+override_dh_auto_build:
+	make
+	cd viewer && make
+
+override_dh_auto_clean:
+	make clean
+	cd viewer && make clean
+
+

-- 
coinst packaging



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