[Pkg-ocaml-maint-commits] [SCM] jocaml packaging branch, master, updated. debian/3.11.1-2-1-g670eaba

Mehdi Dogguy mehdi at debian.org
Wed Sep 23 22:38:00 UTC 2009


The following commit has been merged in the master branch:
commit 670eaba88b70e2b81a5a8472ec27cd835d177a30
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Thu Sep 24 00:37:00 2009 +0200

    Copy config.{sub,guess} to ./config/gnu/, fixes FTBFS on avr32 (Closes: #548117).

diff --git a/debian/changelog b/debian/changelog
index a7e9dc9..9ad2008 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jocaml (3.11.1-3) unstable; urgency=low
+
+  * Copy config.{sub,guess} to ./config/gnu/, fixes FTBFS on avr32
+    (Closes: #548117).
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Thu, 24 Sep 2009 00:35:58 +0200
+
 jocaml (3.11.1-2) unstable; urgency=low
 
   * Fix bashim in debian/jocamlmktop and add a copyright notice
diff --git a/debian/rules b/debian/rules
index dc9cd88..1909e71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ OCAMLC := $(if $(wildcard /usr/bin/ocamlc.opt),/usr/bin/ocamlc.opt,/usr/bin/ocam
 override_dh_auto_configure: ocamlinit
 	for ext in sub guess; do \
 		if [ -f /usr/share/misc/config.$$ext ]; then \
-			cp -f /usr/share/misc/config.$$ext $(CURDIR)/config.$$ext; \
+			cp -f /usr/share/misc/config.$$ext $(CURDIR)/config/gnu/config.$$ext; \
 		fi; \
 	done
 	./configure --prefix /usr     \

-- 
jocaml packaging



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