The following commit has been merged in the master branch:
commit 2883cdbdf4029147d04453cdb53b40a9ed8c4d6d
Author: Romain Beauxis <to...@rastageeks.org>
Date:   Thu May 14 20:32:02 2009 +1100

    More work.. should be ready for upload now..

diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..ab1cfb4
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+test/*
diff --git a/debian/patches/fix_build_script.patch 
b/debian/patches/fix_build_script.patch
index 83ebda6..0cc3df2 100644
--- a/debian/patches/fix_build_script.patch
+++ b/debian/patches/fix_build_script.patch
@@ -1,7 +1,7 @@
 Index: xmlm/build
 ===================================================================
---- xmlm.orig/build    2009-05-14 16:55:13.000000000 +1100
-+++ xmlm/build 2009-05-14 17:40:18.000000000 +1100
+--- xmlm.orig/build    2009-05-14 20:29:27.000000000 +1100
++++ xmlm/build 2009-05-14 20:29:31.000000000 +1100
 @@ -8,7 +8,8 @@
  SHORTDESCRIPTION="Streaming XML input\/output for OCaml"
  EMAIL="daniel.buenzl i...@erratique.ch"
@@ -47,3 +47,15 @@ Index: xmlm/build
      clean) 
        ocb -clean ;;
      clean-all) 
+Index: xmlm/src/META
+===================================================================
+--- xmlm.orig/src/META 2009-05-14 20:29:35.000000000 +1100
++++ xmlm/src/META      2009-05-14 20:30:07.000000000 +1100
+@@ -1,5 +1,5 @@
+ version = "1.0.1"
+ description = "Streaming XML input/output for OCaml"
+-archive(byte) = "xmlm.cmo"
+-archive(native) = "xmlm.cmx"
++archive(byte) = "xmlm.cma"
++archive(native) = "xmlm.cmxa"
+ directory = "+xmlm"
diff --git a/debian/rules b/debian/rules
index 01759aa..c2def0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,4 +26,5 @@ build/libxmlm-ocaml-dev::
 
 clean::
        INSTALLDIR=$(DESTDIR)/xmlm ./build clean
+       rm -rf .pc
 

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