[Pkg-ocaml-maint-commits] [dose3] 01/05: Drop patch disable_dot because #809049 has been fixed. Restore build dependency on graphviz.

Johannes Schauer josch at moszumanska.debian.org
Fri May 13 18:16:48 UTC 2016


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

josch pushed a commit to annotated tag debian/4.3-1
in repository dose3.

commit 68bf9ba5293f8e98c64d9757e58f0e30f5378506
Author: Johannes Schauer <josch at debian.org>
Date:   Fri May 13 17:23:21 2016 +0200

    Drop patch disable_dot because #809049 has been fixed. Restore build dependency on graphviz.
---
 debian/changelog           |  5 +++++
 debian/control             |  2 +-
 debian/patches/disable_dot | 16 ----------------
 debian/patches/series      |  1 -
 4 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a10b78b..f1fd729 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 dose3 (4.3-1) experimental; urgency=medium
 
+  [ Ralf Treinen ]
   * New upstream version.
   * Drop patch lexing-debian-fields: applied upstream
   * Standards-Version 3.9.8 (no change)
 
+  [ Johannes Schauer ]
+  * Drop patch disable_dot because #809049 has been fixed. Restore build
+    dependency on graphviz.
+
  -- Ralf Treinen <treinen at debian.org>  Sat, 23 Apr 2016 17:28:08 +0200
 
 dose3 (4.2-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 57836de..97c6790 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9), dh-ocaml (>= 0.9~), dh-autoreconf,
  libocamlgraph-ocaml-dev (>= 1.8.6),
  libcudf-ocaml-dev (>= 0.7),
  libzip-ocaml-dev, libbz2-ocaml-dev, librpm-dev (>= 4.12),
- perl, hevea, texlive-latex-base, texlive-latex-extra
+ perl, graphviz, hevea, texlive-latex-base, texlive-latex-extra
 Standards-Version: 3.9.8
 Homepage: http://www.mancoosi.org/software/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ocaml-maint/packages/dose3.git
diff --git a/debian/patches/disable_dot b/debian/patches/disable_dot
deleted file mode 100644
index 67ec42f..0000000
--- a/debian/patches/disable_dot
+++ /dev/null
@@ -1,16 +0,0 @@
-Author: Mehdi Dogguy <mehdi at debian.org>
-Description: Disable call to dot to avoid FTBFS on some architectures
-
-Index: dose3/Makefile
-===================================================================
---- dose3.orig/Makefile	2016-02-09 21:10:52.221693890 +0100
-+++ dose3/Makefile	2016-02-09 21:10:52.221693890 +0100
-@@ -264,7 +264,7 @@
- doc: all
- 	$(OCAMLBUILD) -package unix scripts/pack.$(OCAMLEXT)
- 	scripts/doc.sh $(OCAMLEXT)
--	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 44a42d4..9dceec7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 binaries-prefix-edos
-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