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

Stephane Glondu steph at glondu.net
Mon Jun 17 08:21:28 UTC 2013


The following commit has been merged in the master branch:
commit f7d4e94d13bc8aa7b6388c037aca66e0d3279267
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Jun 17 10:18:17 2013 +0200

    Remove obsolete patch

diff --git a/debian/patches/0001-Improved-documentation.patch b/debian/patches/0001-Improved-documentation.patch
deleted file mode 100644
index db2081f..0000000
--- a/debian/patches/0001-Improved-documentation.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-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
deleted file mode 100644
index 607035c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Improved-documentation.patch

-- 
sexplib310 packaging



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