[Pkg-ocaml-maint-commits] [dose3] 01/02: Disable call to dot during build to avoid FTBFS on some architectures

Mehdi Dogguy mehdi at moszumanska.debian.org
Sun Jan 3 10:54:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

mehdi pushed a commit to branch master
in repository dose3.

commit a6c95c29394a96dc69418ea0d91cc01fccb72016
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sun Jan 3 11:08:43 2016 +0100

    Disable call to dot during build to avoid FTBFS on some architectures
---
 debian/changelog           |  8 ++++++++
 debian/patches/disable_dot | 11 +++++++++++
 debian/patches/series      |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c8db94a..1140494 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dose3 (4.0.2-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Disable call to dot during build to avoid FTBFS on some architectures
+    (Closes: #809049).
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Sun, 03 Jan 2016 11:07:45 +0100
+
 dose3 (4.0.2-3) unstable; urgency=medium
 
   * revert modifications done for 4.0.2-2 and restore generation of ocamldoc
diff --git a/debian/patches/disable_dot b/debian/patches/disable_dot
new file mode 100644
index 0000000..8231ffc
--- /dev/null
+++ b/debian/patches/disable_dot
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -228,7 +228,7 @@
+ 
+ doc: all
+ 	$(OCAMLBUILD) dose3.docdir/index.html dose3.docdir/index.dot
+-	dot -Grotate=0 -Tsvg -o dose3.docdir/index.svg dose3.docdir/index.dot
++	#dot -Grotate=0 -Tsvg -o dose3.docdir/index.svg dose3.docdir/index.dot
+ 	(cd doc && $(MAKE) all)
+ 
+ man:
diff --git a/debian/patches/series b/debian/patches/series
index b7e42fd..d2fc358 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 binaries-prefix-edos
 coinstall-binary-name
 # librpm-4.12
+disable_dot

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/dose3.git



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