[Pkg-ocaml-maint-commits] [SCM] sexplib310 packaging branch, master, updated. debian/7.0.4-1-2-gbc6a62c

Mehdi Dogguy mehdi at debian.org
Wed Jan 18 12:05:15 UTC 2012


The following commit has been merged in the master branch:
commit bc6a62c7527fa1ce540c1fce81023c862756ffab
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Wed Jan 18 13:04:35 2012 +0100

    Improve documentation

diff --git a/debian/changelog b/debian/changelog
index a6b15da..1d49ecd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+sexplib310 (7.0.4-2) unstable; urgency=low
+
+  * Team upload.
+  * Improve documentation with respect to changes occured in 7.0.4
+    (Closes: #656307)
+    - add 0001-Improved-documentation.patch
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Wed, 18 Jan 2012 13:03:39 +0100
+
 sexplib310 (7.0.4-1) unstable; urgency=low
 
   * Team upload
diff --git a/debian/patches/0001-Improved-documentation.patch b/debian/patches/0001-Improved-documentation.patch
new file mode 100644
index 0000000..db2081f
--- /dev/null
+++ b/debian/patches/0001-Improved-documentation.patch
@@ -0,0 +1,60 @@
+From: Mehdi Dogguy <mehdi at debian.org>
+Date: Wed, 18 Jan 2012 13:00:38 +0100
+Subject: Improved documentation.
+
+Patch imported from upstream's HG repository (changeset 145:8009984e1561).
+---
+ Changelog      |    2 ++
+ README.txt     |    7 +++++++
+ doc/README.tex |    9 +++++++++
+ 3 files changed, 18 insertions(+), 0 deletions(-)
+
+diff --git a/Changelog b/Changelog
+index 9599cc8..9cec567 100644
+--- a/Changelog
++++ b/Changelog
+@@ -1,3 +1,5 @@
++2011-09-18:  Improved documentation.
++
+ 2011-09-15:  Fixes to improve package dependency resolution.
+ 
+ 2011-07-05:  Fixed a parser position bug.  Parser positions passed by the user
+diff --git a/README.txt b/README.txt
+index 553a65e..4a90098 100644
+--- a/README.txt
++++ b/README.txt
+@@ -88,6 +88,13 @@ preprocessor also supports automatic addition of conversion functions to
+ signatures. Just add 'with sexp' to the type in a signature, and the
+ appropriate function signatures will be generated.
+   
++  Converters for standard types (int, list, Hashtbl.t, etc.) become visible to
++the macro-generated code by opening the standard module before their first use
++in a type definition. Users will therefore usually want to place the following
++at the top of their files:
++<<  open Sexplib.Std
++>>
++
+   See the file 'lib_test/conv_test.ml' for example usage. It also demonstrates
+ how to extract and substitute sub-expressions.
+   
+diff --git a/doc/README.tex b/doc/README.tex
+index bed1e2c..23b8b43 100644
+--- a/doc/README.tex
++++ b/doc/README.tex
+@@ -100,6 +100,15 @@ of conversion functions to signatures.  Just add \verb=with sexp= to
+ the type in a signature, and the appropriate function signatures will
+ be generated.\\
+ \\
++Converters for standard types (int, list, Hashtbl.t, etc.) become visible to
++the macro-generated code by opening the standard module before their first
++use in a type definition.  Users will therefore usually want to place the
++following at the top of their files:
++
++\begin{verbatim}
++  open Sexplib.Std
++\end{verbatim}
++
+ See the file \verb=lib_test/conv_test.ml= for example usage.  It also
+ demonstrates how to extract and substitute sub-expressions.
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..607035c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Improved-documentation.patch

-- 
sexplib310 packaging



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