r14378 - in /desktop/unstable/libgnomeuimm2.6/debian: changelog patches/10_libgnomeuimm-gcc43.patch watch
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Tue Jan 29 17:17:51 UTC 2008
Author: manphiz-guest
Date: Tue Jan 29 17:17:51 2008
New Revision: 14378
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14378
Log:
* debian/patches
+ Added 10_libgnomeuimm-gcc43.patch to fix FTBFS for gcc-4.3.
(Closes: #463105)
* debian/watch
+ Refined for stricter version check.
Added:
desktop/unstable/libgnomeuimm2.6/debian/patches/10_libgnomeuimm-gcc43.patch
Modified:
desktop/unstable/libgnomeuimm2.6/debian/changelog
desktop/unstable/libgnomeuimm2.6/debian/watch
Modified: desktop/unstable/libgnomeuimm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/changelog?rev=14378&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/changelog Tue Jan 29 17:17:51 2008
@@ -1,3 +1,13 @@
+libgnomeuimm2.6 (2.20.0-4) unstable; urgency=low
+
+ * debian/patches
+ + Added 10_libgnomeuimm-gcc43.patch to fix FTBFS for gcc-4.3.
+ (Closes: #463105)
+ * debian/watch
+ + Refined for stricter version check.
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Wed, 30 Jan 2008 01:03:39 +0800
+
libgnomeuimm2.6 (2.20.0-3) unstable; urgency=low
[ Deng Xiyue ]
Added: desktop/unstable/libgnomeuimm2.6/debian/patches/10_libgnomeuimm-gcc43.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/patches/10_libgnomeuimm-gcc43.patch?rev=14378&op=file
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/patches/10_libgnomeuimm-gcc43.patch (added)
+++ desktop/unstable/libgnomeuimm2.6/debian/patches/10_libgnomeuimm-gcc43.patch Tue Jan 29 17:17:51 2008
@@ -1,0 +1,17 @@
+--- libgnomeuimm-2.20.0/libgnomeui/libgnomeuimm/app-helper.cc 2007-09-14 13:38:49.000000000 +0200
++++ new/libgnomeui/libgnomeuimm/app-helper.cc 2008-01-27 13:23:39.000000000 +0100
+@@ -20,6 +20,7 @@
+ #include <gtk/gtkstock.h>
+ #include <libgnomeuimm/app-helper.h>
+ #include <glibmm/exceptionhandler.h>
++#include <cstring>
+
+
+ namespace Gnome
+--- libgnomeuimm-2.20.0/examples/iconlist/iconlist2.cc 2007-09-14 13:38:50.000000000 +0200
++++ new/examples/iconlist/iconlist2.cc 2008-01-27 13:19:43.000000000 +0100
+@@ -1,3 +1,4 @@
++#include <cstring>
+ #include <libgnomeuimm.h>
+
+ static GtkTargetEntry target_table[] = {
Modified: desktop/unstable/libgnomeuimm2.6/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/watch?rev=14378&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/watch (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/watch Tue Jan 29 17:17:51 2008
@@ -4,5 +4,5 @@
# Site Directory Pattern Version Script
version=2
http://download.gnome.org/sources/libgnomeuimm/([\d\.]+)[24680]/ \
- libgnomeuimm-(.*)\.tar\.gz \
+ libgnomeuimm-([\d\.]+)\.tar\.gz \
debian uupdate
More information about the pkg-gnome-commits
mailing list