[maemo-commits] [maemo-commits] r16632 - in projects/haf/trunk/osso-gnome-vfs2/debian: . patches
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Nov 12 14:34:40 EET 2008
- Previous message: [maemo-commits] r16631 - projects/haf/tags/hildon-control-panel
- Next message: [maemo-commits] r16633 - projects/haf/tags/osso-gnome-vfs2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: richard Date: 2008-11-12 14:34:38 +0200 (Wed, 12 Nov 2008) New Revision: 16632 Added: projects/haf/trunk/osso-gnome-vfs2/debian/patches/49-deprecated-gnucfunction.patch Modified: projects/haf/trunk/osso-gnome-vfs2/debian/changelog Log: Prepare for release Modified: projects/haf/trunk/osso-gnome-vfs2/debian/changelog =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/debian/changelog 2008-11-12 11:16:29 UTC (rev 16631) +++ projects/haf/trunk/osso-gnome-vfs2/debian/changelog 2008-11-12 12:34:38 UTC (rev 16632) @@ -1,3 +1,10 @@ +osso-gnome-vfs2 (2.16.3-2osso1) unstable; urgency=low + + * Fix build with deprecated G_GNUC_FUNCTION. Only disable deprecation + guards for the time being. + + -- Richard Hult <richard at imendio.com> Wed, 12 Nov 2008 13:26:00 +0100 + osso-gnome-vfs2 (2.16.3-1osso39) unstable; urgency=low * Fixes: NB#86843, xdg mime data structures get shut down and Added: projects/haf/trunk/osso-gnome-vfs2/debian/patches/49-deprecated-gnucfunction.patch =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/debian/patches/49-deprecated-gnucfunction.patch 2008-11-12 11:16:29 UTC (rev 16631) +++ projects/haf/trunk/osso-gnome-vfs2/debian/patches/49-deprecated-gnucfunction.patch 2008-11-12 12:34:38 UTC (rev 16632) @@ -0,0 +1,36 @@ +Index: modules/Makefile.am +=================================================================== +--- modules/Makefile.am (revision 15879) ++++ modules/Makefile.am (working copy) +@@ -18,7 +18,6 @@ INCLUDES = \ + -D_POSIX_PTHREAD_SEMANTICS \ + -D_REENTRANT \ + -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" \ +- -DG_DISABLE_DEPRECATED \ + -DGNOME_VFS_PREFIX=\"$(prefix)\" \ + -DGNOME_VFS_DATADIR=\"$(datadir)\" \ + -DGNOME_VFS_LIBDIR=\"$(libdir)\" \ +Index: libgnomevfs/Makefile.am +=================================================================== +--- libgnomevfs/Makefile.am (revision 15879) ++++ libgnomevfs/Makefile.am (working copy) +@@ -19,7 +19,6 @@ INCLUDES = \ + -D_LARGEFILE64_SOURCE \ + -D_POSIX_PTHREAD_SEMANTICS \ + -D_REENTRANT \ +- -DG_DISABLE_DEPRECATED \ + -DGNOME_VFS_PREFIX=\"$(prefix)\" \ + -DGNOME_VFS_BINDIR=\"$(bindir)\" \ + -DGNOME_VFS_DATADIR=\"$(datadir)\" \ +Index: daemon/Makefile.am +=================================================================== +--- daemon/Makefile.am (revision 15879) ++++ daemon/Makefile.am (working copy) +@@ -8,7 +8,6 @@ INCLUDES= \ + -D_LARGEFILE64_SOURCE \ + -D_POSIX_PTHREAD_SEMANTICS \ + -D_REENTRANT \ +- -DG_DISABLE_DEPRECATED \ + -DGNOME_VFS_PREFIX=\"$(prefix)\" \ + -DGNOME_VFS_DATADIR=\"$(datadir)\" \ + -DGNOME_VFS_LIBDIR=\"$(libdir)\" \
- Previous message: [maemo-commits] r16631 - projects/haf/tags/hildon-control-panel
- Next message: [maemo-commits] r16633 - projects/haf/tags/osso-gnome-vfs2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]