The following commit has been merged in the master branch:
commit f05556e8ddfe55f041b37a9e16732e8fda7ed195
Author: Eric Cooper <e...@cmu.edu>
Date:   Thu Oct 8 20:39:52 2009 -0400

    make install target work correctly on bytecode-only architectures
    
    closes: #550298

diff --git a/Makefile b/Makefile
index 638a1e2..d813af1 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ sha.cmxa: $(cmi_files) $(native_files)
        cp $< $@
 
 install:
-       $(OCAMLFIND) install sha META *.mli *.cmi *.cmx *.cma *.cmxa *.a *.so
+       $(OCAMLFIND) install sha META $(wildcard *.mli *.cmi *.cmx *.cma *.cmxa 
*.a *.so)
 
 clean:
        rm -f *.o *.a *.cm* dll*.so sha*_lib.c
diff --git a/debian/changelog b/debian/changelog
index 04bd62c..b3a6df3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml-sha (1.5-4) unstable; urgency=low
+
+  * Make install target work correctly on bytecode-only architectures
+    (closes: #550298)
+
+ -- Eric Cooper <e...@cmu.edu>  Thu, 08 Oct 2009 20:44:50 -0400
+
 ocaml-sha (1.5-3) unstable; urgency=low
 
   * Use DESTDIR with ocamlfind for install target

-- 
ocaml-sha packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to