[Pkg-ocaml-maint-commits] [SCM] galax packaging branch, master, updated. debian/1.1-4-10-g03e4365
Stefano Zacchiroli
zack at upsilon.cc
Thu Mar 19 11:34:47 UTC 2009
The following commit has been merged in the master branch:
commit 5afc802b73eeddeea2a0a6de5e11b135414dcb4e
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Thu Mar 19 11:58:45 2009 +0100
new patch ocaml-3.11, just bumping the expected version to 3.11
diff --git a/debian/changelog b/debian/changelog
index 4da7c09..88ea8a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ galax (1.1-5) unstable; urgency=low
* debian/rules
- invoke ocamldoc-api-ref-config from /usr/share/ocaml (moved there)
- use ocaml.mk class as a "rules" file, as now is
+ * debian/patches/
+ - new patch ocaml-3.11, just bumping the expected version to 3.11
-- Stefano Zacchiroli <zack at debian.org> Thu, 19 Mar 2009 11:44:26 +0100
diff --git a/debian/patches/00list b/debian/patches/00list
index cc0e903..6364cd8 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1 +1,2 @@
missing-BUGS-doc.dpatch
+ocaml-3.11.dpatch
diff --git a/debian/patches/ocaml-3.11.dpatch b/debian/patches/ocaml-3.11.dpatch
new file mode 100755
index 0000000..29fd798
--- /dev/null
+++ b/debian/patches/ocaml-3.11.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## ocaml-3.11.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: bump expected OCaml version to 3.11
+
+ at DPATCH@
+diff -urNad galax~/configure galax/configure
+--- galax~/configure 2008-07-19 22:21:07.000000000 +0200
++++ galax/configure 2009-03-19 11:57:34.010444044 +0100
+@@ -18,7 +18,7 @@
+ # value 2: on by command line ("forced")
+
+ version="1.0"
+-ocaml_version="3.10"
++ocaml_version="3.11"
+ # Function: print_options()
+ # Description:
+ # Print the current values of all options
--
galax packaging
More information about the Pkg-ocaml-maint-commits
mailing list