[Pkg-mono-svn-commits] rev 2189 - in gtk-sharp2/trunk/debian: . patches

Mirco Bauer meebey-guest at costa.debian.org
Fri Jan 20 11:33:23 UTC 2006


Author: meebey-guest
Date: 2006-01-20 11:33:21 +0000 (Fri, 20 Jan 2006)
New Revision: 2189

Added:
   gtk-sharp2/trunk/debian/patches/02_workaround-340904.dpatch
Modified:
   gtk-sharp2/trunk/debian/changelog
   gtk-sharp2/trunk/debian/patches/00list
   gtk-sharp2/trunk/debian/watch
Log:
- 2.4.0-2 release



Modified: gtk-sharp2/trunk/debian/changelog
===================================================================
--- gtk-sharp2/trunk/debian/changelog	2006-01-17 23:36:55 UTC (rev 2188)
+++ gtk-sharp2/trunk/debian/changelog	2006-01-20 11:33:21 UTC (rev 2189)
@@ -1,3 +1,13 @@
+gtk-sharp2 (2.4.0-1pre1) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + Fixed debian/watch
+    + Added debian/02_workaround-340904.dpatch by Andreas Henriksson
+      <andreas at fjortis.info> (Closes: #348994):
+      - Changed Makefile.(am|in) to solve VTE build problems
+
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Fri, 20 Jan 2006 11:58:45 +0100
+
 gtk-sharp2 (2.4.0-1) unstable; urgency=low
 
   * New upstream release

Modified: gtk-sharp2/trunk/debian/patches/00list
===================================================================
--- gtk-sharp2/trunk/debian/patches/00list	2006-01-17 23:36:55 UTC (rev 2188)
+++ gtk-sharp2/trunk/debian/patches/00list	2006-01-20 11:33:21 UTC (rev 2189)
@@ -1 +1,2 @@
 01_glue-locations.dpatch
+02_workaround-340904.dpatch

Added: gtk-sharp2/trunk/debian/patches/02_workaround-340904.dpatch
===================================================================
--- gtk-sharp2/trunk/debian/patches/02_workaround-340904.dpatch	2006-01-17 23:36:55 UTC (rev 2188)
+++ gtk-sharp2/trunk/debian/patches/02_workaround-340904.dpatch	2006-01-20 11:33:21 UTC (rev 2189)
@@ -0,0 +1,28 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+
+ at DPATCH@
+
+diff -uri gtk-sharp2-2.4.0.orig/vte/glue/Makefile.am gtk-sharp2-2.4.0/vte/glue/Makefile.am
+--- gtk-sharp2-2.4.0.orig/vte/glue/Makefile.am	2005-05-16 21:07:27.000000000 +0200
++++ gtk-sharp2-2.4.0/vte/glue/Makefile.am	2006-01-20 10:55:53.000000000 +0100
+@@ -14,7 +14,7 @@
+ 
+ libvtesharpglue_2_la_LIBADD = $(VTE_LIBS)
+ 
+-INCLUDES = $(VTE_DEPENDENCIES_CFLAGS) -I$(top_srcdir)
++INCLUDES = $(VTE_DEPENDENCIES_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
+ 
+ libvtesharpglue.dll: $(libvtesharpglue_2_la_OBJECTS) libvtesharpglue.rc libvtesharpglue.def
+ 	./build-dll libvtesharpglue-2 $(VERSION)
+diff -uri gtk-sharp2-2.4.0.orig/vte/glue/Makefile.in gtk-sharp2-2.4.0/vte/glue/Makefile.in
+--- gtk-sharp2-2.4.0.orig/vte/glue/Makefile.in	2005-11-03 20:07:27.000000000 +0100
++++ gtk-sharp2-2.4.0/vte/glue/Makefile.in	2006-01-20 10:56:08.000000000 +0100
+@@ -262,7 +262,7 @@
+ nodist_libvtesharpglue_2_la_SOURCES = generated.c
+ libvtesharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
+ libvtesharpglue_2_la_LIBADD = $(VTE_LIBS)
+-INCLUDES = $(VTE_DEPENDENCIES_CFLAGS) -I$(top_srcdir)
++INCLUDES = $(VTE_DEPENDENCIES_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
+ CLEANFILES = lib*.a lib*.dll
+ all: all-am
+ 


Property changes on: gtk-sharp2/trunk/debian/patches/02_workaround-340904.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Modified: gtk-sharp2/trunk/debian/watch
===================================================================
--- gtk-sharp2/trunk/debian/watch	2006-01-17 23:36:55 UTC (rev 2188)
+++ gtk-sharp2/trunk/debian/watch	2006-01-20 11:33:21 UTC (rev 2189)
@@ -1,2 +1,2 @@
 version=2
-http://go-mono.com/sources/ gtk-sharp-2\.0/gtk-sharp-([^2][\d\.]+)\.tar\.gz
+http://go-mono.com/sources/ gtk-sharp-2\.0/gtk-sharp-(2[\d\.]+)\.tar\.gz




More information about the Pkg-mono-svn-commits mailing list