The following commit has been merged in the master branch:
commit ab64da754fac870a0bc315a070aa5328dbe155f5
Author: Ralf Treinen <trei...@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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to