[Pkg-ocaml-maint-commits] [SCM] ocaml-bitstring packaging branch, master, updated. debian/2.0.2-1-3-g5e9f413

Mehdi Dogguy mehdi at debian.org
Fri Oct 8 21:44:47 UTC 2010


The following commit has been merged in the master branch:
commit 9574d8935f449e1e8fb4360aa7583fd57187280a
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Fri Oct 8 22:03:07 2010 +0200

    Fix META file for bitstring.syntax (Closes: #599552).

diff --git a/debian/changelog b/debian/changelog
index a6bf64a..e779d7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
 ocaml-bitstring (2.0.2-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Fix META file for bitstring.syntax (Closes: #599552).
 
- -- Stéphane Glondu <glondu at debian.org>  Sun, 10 Jan 2010 17:18:37 +0100
+ -- Mehdi Dogguy <mehdi at debian.org>  Fri, 08 Oct 2010 22:00:48 +0200
 
 ocaml-bitstring (2.0.2-1) unstable; urgency=low
 
diff --git a/debian/patches/fix_META.patch b/debian/patches/fix_META.patch
new file mode 100644
index 0000000..5732189
--- /dev/null
+++ b/debian/patches/fix_META.patch
@@ -0,0 +1,13 @@
+--- a/META.in
++++ b/META.in
+@@ -16,7 +16,8 @@
+ package "syntax" (
+   version = "@PACKAGE_VERSION@"
+   description = "Syntax extension: bitstring operators"
+-  archive(syntax,preprocessor) = "unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo"
+-  archive(syntax,toploop) = "unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo"
++  requires = "bitstring.persistent"
++  archive(syntax,preprocessor) = "pa_bitstring.cmo"
++  archive(syntax,toploop) = "pa_bitstring.cmo"
+   preprocessor = "camlp4of"
+ )
diff --git a/debian/patches/series b/debian/patches/series
index 22452b2..01101d7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 no-camlp4of-opt.patch
 01-byte-compilation.dpatch
 update-configure.patch
+fix_META.patch

-- 
ocaml-bitstring packaging



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