[Pkg-ocaml-maint-commits] [mldonkey] 01/02: Build svg_converter.byte to avoid FTBFS (Closes: #749371).

Mehdi Dogguy mehdi at moszumanska.debian.org
Sat Aug 9 09:21:02 UTC 2014


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

mehdi pushed a commit to branch master
in repository mldonkey.

commit dd2190126a73ac6ba614de0be1176f942541dde7
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sat Aug 9 10:55:26 2014 +0200

    Build svg_converter.byte to avoid FTBFS (Closes: #749371).
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0120792..08e5831 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mldonkey (3.1.5-2) UNRELEASED; urgency=low
+
+  * Build svg_converter.byte to avoid FTBFS (Closes: #749371).
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Sat, 09 Aug 2014 10:54:48 +0200
+
 mldonkey (3.1.5-1) unstable; urgency=low
 
   [ Mehdi Dogguy ]
diff --git a/debian/rules b/debian/rules
index c0fed3c..27e44af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ override_dh_auto_configure:
 	  --disable-fasttrack
 
 override_dh_auto_build:
-	$(MAKE) utils.$(OCAML_BEST) $(OCAML_BEST)
+	$(MAKE) svg_converter.byte utils.$(OCAML_BEST) $(OCAML_BEST)
 ifeq ($(OCAML_BEST),byte)
 	cp mlnet.byte mlnet
 	cp mlgui.byte mlgui

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



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