r15873 - in /desktop/unstable/glade-3/debian: changelog patches/01_includes.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu May 8 10:42:42 UTC 2008


Author: slomo
Date: Thu May  8 10:42:42 2008
New Revision: 15873

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15873
Log:
* debian/patches/01_includes.patch:
  + Patch by Andreas Henriksson to fix FTBFS on IA64 (Closes: #477513).

Added:
    desktop/unstable/glade-3/debian/patches/01_includes.patch
Modified:
    desktop/unstable/glade-3/debian/changelog

Modified: desktop/unstable/glade-3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/changelog?rev=15873&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/changelog (original)
+++ desktop/unstable/glade-3/debian/changelog Thu May  8 10:42:42 2008
@@ -1,3 +1,10 @@
+glade-3 (3.4.5-2) unstable; urgency=low
+
+  * debian/patches/01_includes.patch:
+    + Patch by Andreas Henriksson to fix FTBFS on IA64 (Closes: #477513).
+
+ -- Sebastian Dröge <slomo at debian.org>  Thu, 08 May 2008 12:41:08 +0200
+
 glade-3 (3.4.5-1) unstable; urgency=low
 
   [ Deng Xiyue ]

Added: desktop/unstable/glade-3/debian/patches/01_includes.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/patches/01_includes.patch?rev=15873&op=file
==============================================================================
--- desktop/unstable/glade-3/debian/patches/01_includes.patch (added)
+++ desktop/unstable/glade-3/debian/patches/01_includes.patch Thu May  8 10:42:42 2008
@@ -1,0 +1,13 @@
+--- gladeui/glade.h~	2008-04-26 05:23:09.001746010 -0600
++++ gladeui/glade.h	2008-04-26 05:24:43.538006192 -0600
+@@ -34,7 +34,10 @@
+ #include <gladeui/glade-property.h>
+ #include <gladeui/glade-project.h>
+ #include <gladeui/glade-app.h>
++#include <gladeui/glade-base-editor.h>
+ #include <gladeui/glade-command.h>
++#include <gladeui/glade-design-layout.h>
++#include <gladeui/glade-design-view.h>
+ #include <gladeui/glade-editor.h>
+ #include <gladeui/glade-editor-property.h>
+ #include <gladeui/glade-palette.h>




More information about the pkg-gnome-commits mailing list