summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehdi Dogguy <mehdi@debian.org>2010-10-08 22:03:07 +0200
committerMehdi Dogguy <mehdi@debian.org>2010-10-08 22:55:56 +0200
commit9574d8935f449e1e8fb4360aa7583fd57187280a (patch)
tree4284b9cce72d3f24f6700b7653c2942b71e9380e
parent0d83ac8821cba9e52a53e9ee16408d8c248d37a5 (diff)
Fix META file for bitstring.syntax (Closes: #599552).
-rw-r--r--debian/changelog4
-rw-r--r--debian/patches/fix_META.patch13
-rw-r--r--debian/patches/series1
3 files changed, 16 insertions, 2 deletions
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@debian.org> Sun, 10 Jan 2010 17:18:37 +0100
+ -- Mehdi Dogguy <mehdi@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