[Pkg-ocaml-maint-commits] [SCM] lablgtk2 packaging branch, master, updated. debian/2.14.0+dfsg-2-14-gb7b3ea3

Stephane Glondu steph at glondu.net
Thu Feb 17 12:36:57 UTC 2011


The following commit has been merged in the master branch:
commit f4fd87813781ffbe804b4f66bff2dfc57bbdfce8
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Feb 17 08:38:50 2011 +0100

    New upstream release

diff --git a/debian/changelog b/debian/changelog
index 001838b..f37ac4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-lablgtk2 (2.14.0+dfsg-3) UNRELEASED; urgency=low
+lablgtk2 (2.14.2+dfsg-1) UNRELEASED; urgency=low
 
+  * New upstream release
+    - remove Patch-to-build-with-GtkSourceView-2.0 (applied upstream)
   * Bump build-dependency to libgtksourceview2.0-dev
 
  -- Stéphane Glondu <glondu at debian.org>  Wed, 21 Jul 2010 11:02:37 +0200
diff --git a/debian/patches/0002-Patch-to-build-with-GtkSourceView-2.0.patch b/debian/patches/0002-Patch-to-build-with-GtkSourceView-2.0.patch
deleted file mode 100644
index f695d83..0000000
--- a/debian/patches/0002-Patch-to-build-with-GtkSourceView-2.0.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-From: Stephane Glondu <steph at glondu.net>
-Date: Thu, 22 Oct 2009 17:10:39 +0200
-Subject: [PATCH] Patch to build with GtkSourceView-2.0
-
-This patch makes it possible to build version 2.14.0 on a machine that
-has GtkSourceView-2.0 installed but not GtkSourceView-1.0.  An obvious
-typo, I think.
-
-Patch submitted on labgtk2 mailing-list and forwarded to Debian bug in
-#532905.
-
-Signed-off-by: Mike Spivey <mike at comlab.ox.ac.uk>
-Signed-off-by: Stephane Glondu <steph at glondu.net>
----
- src/gSourceView2.mli  |    4 ++--
- src/gtkSourceView2.ml |    4 ++--
- 2 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/src/gSourceView2.mli b/src/gSourceView2.mli
-index 6c6a581..698605d 100644
---- a/src/gSourceView2.mli
-+++ b/src/gSourceView2.mli
-@@ -251,7 +251,7 @@ val source_view :
- 
- val iter_forward_search :
-   GText.iter ->
--  SourceViewEnums.source_search_flag list ->
-+  SourceView2Enums.source_search_flag list ->
-   start:< as_iter : Gtk.text_iter; .. > ->
-   stop:< as_iter : Gtk.text_iter; .. > ->
-   ?limit:< as_iter : Gtk.text_iter; .. > ->
-@@ -259,7 +259,7 @@ val iter_forward_search :
- 
- val iter_backward_search :
-   GText.iter ->
--  SourceViewEnums.source_search_flag list ->
-+  SourceView2Enums.source_search_flag list ->
-   start:< as_iter : Gtk.text_iter; .. > ->
-   stop:< as_iter : Gtk.text_iter; .. > ->
-   ?limit:< as_iter : Gtk.text_iter; .. > ->
-diff --git a/src/gtkSourceView2.ml b/src/gtkSourceView2.ml
-index 4a13869..adbc428 100644
---- a/src/gtkSourceView2.ml
-+++ b/src/gtkSourceView2.ml
-@@ -189,12 +189,12 @@ end
- module SourceViewMisc =
- struct
-   external iter_backward_search:
--       Gtk.text_iter -> string -> SourceViewEnums.source_search_flag list ->
-+       Gtk.text_iter -> string -> SourceView2Enums.source_search_flag list ->
- 	start: Gtk.text_iter -> stop: Gtk.text_iter -> Gtk.text_iter option ->
- 	(Gtk.text_iter * Gtk.text_iter) option =
-     "ml_gtk_source_iter_backward_search_bc" "ml_gtk_source_iter_backward_search"
-   external iter_forward_search:
--      Gtk.text_iter -> string -> SourceViewEnums.source_search_flag list ->
-+      Gtk.text_iter -> string -> SourceView2Enums.source_search_flag list ->
- 	start: Gtk.text_iter -> stop: Gtk.text_iter -> Gtk.text_iter option ->
- 	(Gtk.text_iter * Gtk.text_iter) option =
-     "ml_gtk_source_iter_forward_search_bc" "ml_gtk_source_iter_forward_search"
--- 
diff --git a/debian/patches/series b/debian/patches/series
index 9fb25fc..08b30ba 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0001-Disable-svgz.patch
-0002-Patch-to-build-with-GtkSourceView-2.0.patch

-- 
lablgtk2 packaging



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