summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehdi Dogguy <mehdi@debian.org>2010-01-09 11:38:22 +0100
committerMehdi Dogguy <mehdi@debian.org>2010-01-09 11:38:22 +0100
commit44216f937dd558d68173d66aba2f2a964e70c0ef (patch)
tree708b744e6750867a442906aa79b8cad39a67b63e
parent7caa91f608bc738d06073dc3ebc3c2265b8d8f2d (diff)
Update 01-byte-compilation.dpatch
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/01-byte-compilation.dpatch4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 951cf3f..7b05434 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ocaml-bitstring (2.0.2-1) UNRELEASED; urgency=low
* New upstream release (Closes: #564222)
+ Remove fix_ARCH_ALIGN_INT64.dpatch: integrated upstream.
+ Remove add_dynlink.patch: fixed upstream.
+ * Update 01-byte-compilation.dpatch
* Add myself to uploaders.
* Remove DMUA flag, not needed anymore.
diff --git a/debian/patches/01-byte-compilation.dpatch b/debian/patches/01-byte-compilation.dpatch
index bc53749..5aa1735 100644
--- a/debian/patches/01-byte-compilation.dpatch
+++ b/debian/patches/01-byte-compilation.dpatch
@@ -15,8 +15,8 @@ Index: ocaml-bitstring/Makefile.in
+OCAMLBEST = @OCAMLBEST@
+
- pkg_cil = @pkg_cil@
- pkg_extlib = @pkg_extlib@
+ pkg_cil = @OCAML_PKG_cil@
+ pkg_extlib = @OCAML_PKG_extlib@
@@ -77,11 +79,15 @@