[Pkg-ocaml-maint-commits] [dose3] 01/02: Fix FTBFS on bytecode architectures

Mehdi Dogguy mehdi at moszumanska.debian.org
Thu Jan 7 21:10:49 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 a5f0d19f89e53fbefa38492846d00c272c8e8ea5
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Thu Jan 7 22:07:14 2016 +0100

    Fix FTBFS on bytecode architectures
---
 debian/changelog                          |  8 ++++++++
 debian/patches/fix_ftbfs_on_bytecode_arch | 11 +++++++++++
 debian/patches/series                     |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 39f19b2..6e4e5ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dose3 (4.1-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix FTBFS on bytecode architectures.
+    - add patch fix_ftbfs_on_bytecode_arch
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Thu, 07 Jan 2016 22:06:03 +0100
+
 dose3 (4.1-1) unstable; urgency=medium
 
   * new upstream version. This release implements versioned provides
diff --git a/debian/patches/fix_ftbfs_on_bytecode_arch b/debian/patches/fix_ftbfs_on_bytecode_arch
new file mode 100644
index 0000000..3874187
--- /dev/null
+++ b/debian/patches/fix_ftbfs_on_bytecode_arch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -251,7 +251,7 @@
+ 	@git log --pretty=format:'%aN        %aE' | LC_ALL=C sort -u | awk -F'\t' '{printf("\t%s <%s>\n",$$1,$$2)}';
+ 
+ doc: all
+-	$(OCAMLBUILD) -package unix scripts/pack.native
++	$(OCAMLBUILD) -package unix scripts/pack.$(OCAMLEXT)
+ 	scripts/doc.sh $(OCAMLEXT)
+ 	#dot -Grotate=0 -Tsvg -o dose3.docdir/index.svg dose3.docdir/index.dot
+ 	(cd doc && $(MAKE) all)
diff --git a/debian/patches/series b/debian/patches/series
index ca438a6..1563b96 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 binaries-prefix-edos
 # librpm-4.12
 disable_dot
+fix_ftbfs_on_bytecode_arch

-- 
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