[Pkg-ocaml-maint-commits] [SCM] unison packaging branch, master, updated. debian/2.32.52-1-1-g5ae4352

Stephane Glondu steph at glondu.net
Tue Jun 15 21:37:27 UTC 2010


The following commit has been merged in the master branch:
commit 5ae435235d324efe54057a29cda5753609a8ad3c
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Jun 15 13:55:38 2010 -0700

    Add debbug585453_mymap.dpatch (Closes: #585453)

diff --git a/debian/changelog b/debian/changelog
index f02c090..74ec09a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+unison (2.32.52-2) UNRELEASED; urgency=low
+
+  * Add debbug585453_mymap.dpatch (Closes: #585453)
+
+ -- Stéphane Glondu <glondu at debian.org>  Tue, 15 Jun 2010 13:55:22 -0700
+
 unison (2.32.52-1) unstable; urgency=low
 
   * New upstream release (Closes: #559054)
diff --git a/debian/patches/00list b/debian/patches/00list
index 34128ed..7fe3215 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -2,3 +2,4 @@ debbug129478_strings_typo_ignore_regexp
 debbug137960_strings_obsolete_ssh_info
 debbug466173_strings_typo_follw
 debbug497729_silent
+debbug585453_mymap
diff --git a/debian/patches/debbug585453_mymap.dpatch b/debian/patches/debbug585453_mymap.dpatch
new file mode 100755
index 0000000..ccc6ba7
--- /dev/null
+++ b/debian/patches/debbug585453_mymap.dpatch
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## debbug585453_mymap.dpatch by Stéphane Glondu <glondu at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix build with OCaml 3.12, where Map has been extended
+## DP: (Closes: #585453)
+
+ at DPATCH@
+diff --git a/update.mli b/update.mli
+index dc1e018..c99c704 100644
+--- a/update.mli
++++ b/update.mli
+@@ -1,7 +1,7 @@
+ (* Unison file synchronizer: src/update.mli *)
+ (* Copyright 1999-2009, Benjamin C. Pierce (see COPYING for details) *)
+ 
+-module NameMap : Map.S with type key = Name.t
++module NameMap : MyMap.S with type key = Name.t
+ 
+ type archive =
+     ArchiveDir of Props.t * archive NameMap.t

-- 
unison packaging



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