[Pkg-bluetooth-commits] r511 - in /libbtctl/trunk/debian: changelog patches/ patches/01-define-gnu-source.patch

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Tue Jul 24 15:05:29 UTC 2007


Author: filippo
Date: Tue Jul 24 15:05:29 2007
New Revision: 511

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=511
Log:
* define _GNU_SOURCE (Closes: #434460) 

Added:
    libbtctl/trunk/debian/patches/
    libbtctl/trunk/debian/patches/01-define-gnu-source.patch
Modified:
    libbtctl/trunk/debian/changelog

Modified: libbtctl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/libbtctl/trunk/debian/changelog?rev=511&op=diff
==============================================================================
--- libbtctl/trunk/debian/changelog (original)
+++ libbtctl/trunk/debian/changelog Tue Jul 24 15:05:29 2007
@@ -1,3 +1,9 @@
+libbtctl (0.9.0-2) unstable; urgency=low
+
+  * define _GNU_SOURCE (Closes: #434460) 
+
+ -- Filippo Giunchedi <filippo at debian.org>  Tue, 24 Jul 2007 17:04:39 +0200
+
 libbtctl (0.9.0-1) unstable; urgency=low
 
   * New upstream release

Added: libbtctl/trunk/debian/patches/01-define-gnu-source.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/libbtctl/trunk/debian/patches/01-define-gnu-source.patch?rev=511&op=file
==============================================================================
--- libbtctl/trunk/debian/patches/01-define-gnu-source.patch (added)
+++ libbtctl/trunk/debian/patches/01-define-gnu-source.patch Tue Jul 24 15:05:29 2007
@@ -1,0 +1,17 @@
+--- libbtctl-0.9.0.orig/src/btobex.c	2007-03-05 17:01:00.000000000 -0700
++++ libbtctl-0.9.0/src/btobex.c	2007-07-23 18:31:42.000000000 -0600
+@@ -16,13 +16,13 @@
+  * License along with this library; if not, write to the Free Software
+  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
+  */
++#define _GNU_SOURCE /* glibc2 needs this */
+ #include <config.h>
+ 
+ #include <stdio.h>
+ #include <glib.h>
+ #include <glib-object.h>
+ #include <assert.h>
+-#define _XOPEN_SOURCE /* glibc2 needs this */
+ #include <time.h>
+ 
+ #include "btobex.h"




More information about the Pkg-bluetooth-commits mailing list