[Pkg-ocaml-maint-commits] r4647 - in /trunk/packages/ocaml-syck/trunk: debian/changelog yaml/Makefile

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sun Oct 21 10:31:55 UTC 2007


Author: zack
Date: Sun Oct 21 10:31:55 2007
New Revision: 4647

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4647
Log:
* yaml/Makefile
  - install yaml.a only on native architectures, fix FTBFS (closes: #447303)

Modified:
    trunk/packages/ocaml-syck/trunk/debian/changelog
    trunk/packages/ocaml-syck/trunk/yaml/Makefile

Modified: trunk/packages/ocaml-syck/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-syck/trunk/debian/changelog?rev=4647&op=diff
==============================================================================
--- trunk/packages/ocaml-syck/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-syck/trunk/debian/changelog Sun Oct 21 10:31:55 2007
@@ -1,8 +1,9 @@
-ocaml-syck (0.1.1-2) UNRELEASED; urgency=low
+ocaml-syck (0.1.1-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * yaml/Makefile
+    - install yaml.a only on native architectures, fix FTBFS (closes: #447303)
 
- -- Stefano Zacchiroli <zack at debian.org>  Mon, 15 Oct 2007 00:03:29 +0200
+ -- Stefano Zacchiroli <zack at debian.org>  Sun, 21 Oct 2007 12:31:04 +0200
 
 ocaml-syck (0.1.1-1) unstable; urgency=low
 

Modified: trunk/packages/ocaml-syck/trunk/yaml/Makefile
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-syck/trunk/yaml/Makefile?rev=4647&op=diff
==============================================================================
--- trunk/packages/ocaml-syck/trunk/yaml/Makefile (original)
+++ trunk/packages/ocaml-syck/trunk/yaml/Makefile Sun Oct 21 10:31:55 2007
@@ -35,7 +35,6 @@
 DLLSTUFF = dll$(NAME).so
 INSTSTUFF = \
 	lib$(NAME).a \
-	$(NAME).a \
 	$(NAME).cma \
 	$(CMIS) \
 	$(MLIS) \
@@ -44,6 +43,7 @@
 	$(NULL)
 ifneq ($(OCAMLOPT),false)
 INSTSTUFF += $(NAME).cmxa
+INSTSTUFF += $(NAME).a
 endif
 
 install:




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