[Pkg-ocaml-maint-commits] r2567 - in trunk/packages/lablgtk/trunk/debian: . patches

Julien Cristau jcristau-guest at costa.debian.org
Thu Feb 9 18:35:06 UTC 2006


Author: jcristau-guest
Date: 2006-02-09 18:35:05 +0000 (Thu, 09 Feb 2006)
New Revision: 2567

Added:
   trunk/packages/lablgtk/trunk/debian/patches/no_rsvg_gz.dpatch
Modified:
   trunk/packages/lablgtk/trunk/debian/changelog
   trunk/packages/lablgtk/trunk/debian/patches/00list
Log:
no_rsvg_gz.dpatch: new patch to disable checking for rsvg_handle_new_gz,
which is useless in newer librsvg versions because svgz support is now
builtin (see #348920).


Modified: trunk/packages/lablgtk/trunk/debian/changelog
===================================================================
--- trunk/packages/lablgtk/trunk/debian/changelog	2006-02-09 17:50:57 UTC (rev 2566)
+++ trunk/packages/lablgtk/trunk/debian/changelog	2006-02-09 18:35:05 UTC (rev 2567)
@@ -1,9 +1,15 @@
-lablgtk2 (2.6.0-3) UNRELEASED; urgency=low
+lablgtk2 (2.6.0-3) unstable; urgency=low
 
+  [ Samuel Mimram ]
   * Removing rpath from dlllabgtk2.so and others, closes: #351722.
 
- -- Samuel Mimram <smimram at debian.org>  Tue,  7 Feb 2006 10:05:14 +0000
+  [ Julien Cristau ]
+  * no_rsvg_gz.dpatch: new patch to disable checking for rsvg_handle_new_gz,
+    which is useless in newer librsvg versions because svgz support is now
+    builtin (see #348920).
 
+ -- Julien Cristau <julien.cristau at ens-lyon.org>  Thu,  9 Feb 2006 19:21:36 +0100
+
 lablgtk2 (2.6.0-2) unstable; urgency=low
 
   * Rebuilt against OCaml 3.09.1, bumped deps accordingly.

Modified: trunk/packages/lablgtk/trunk/debian/patches/00list
===================================================================
--- trunk/packages/lablgtk/trunk/debian/patches/00list	2006-02-09 17:50:57 UTC (rev 2566)
+++ trunk/packages/lablgtk/trunk/debian/patches/00list	2006-02-09 18:35:05 UTC (rev 2567)
@@ -0,0 +1 @@
+no_rsvg_gz

Added: trunk/packages/lablgtk/trunk/debian/patches/no_rsvg_gz.dpatch
===================================================================
--- trunk/packages/lablgtk/trunk/debian/patches/no_rsvg_gz.dpatch	2006-02-09 17:50:57 UTC (rev 2566)
+++ trunk/packages/lablgtk/trunk/debian/patches/no_rsvg_gz.dpatch	2006-02-09 18:35:05 UTC (rev 2567)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## no_rsvg_gz.dpatch by Julien Cristau <julien.cristau at ens-lyon.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: librsvg doesn't have a rsvg-gz.h header anymore, and
+## DP: rsvg_handle_new_gz isn't necessary (svgz files are detected
+## DP: automatically). So don't build a binding for this function.
+
+ at DPATCH@
+diff -urNad lablgtk2-2.6.0~/config.make.in lablgtk2-2.6.0/config.make.in
+--- lablgtk2-2.6.0~/config.make.in	2005-06-02 02:20:18.000000000 +0200
++++ lablgtk2-2.6.0/config.make.in	2006-02-09 19:09:26.000000000 +0100
+@@ -18,7 +18,7 @@
+ USE_GL=@USE_GTKGL@
+ USE_GLADE=@USE_GLADE@
+ USE_RSVG=@USE_RSVG@
+-HAVE_SVGZ=@HAVE_SVGZ@
++HAVE_SVGZ=
+ USE_GNOMECANVAS=@USE_GNOMECANVAS@
+ USE_GNOMEUI=@USE_GNOMEUI@
+ USE_PANEL=@USE_PANEL@


Property changes on: trunk/packages/lablgtk/trunk/debian/patches/no_rsvg_gz.dpatch
___________________________________________________________________
Name: svn:executable
   + *




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