r19207 - in /desktop/unstable/esound/debian: changelog patches/02_missing_var.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Mar 23 17:37:20 UTC 2009


Author: joss
Date: Mon Mar 23 17:37:19 2009
New Revision: 19207

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19207
Log:
02_missing_var.patch: new patch, stolen from Gentoo. Allow to build 
with the debugging flags. Closes: #516608.

Added:
    desktop/unstable/esound/debian/patches/02_missing_var.patch
Modified:
    desktop/unstable/esound/debian/changelog
    desktop/unstable/esound/debian/patches/series

Modified: desktop/unstable/esound/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/changelog?rev=19207&op=diff
==============================================================================
--- desktop/unstable/esound/debian/changelog (original)
+++ desktop/unstable/esound/debian/changelog Mon Mar 23 17:37:19 2009
@@ -1,3 +1,10 @@
+esound (0.2.41-3) UNRELEASED; urgency=low
+
+  * 02_missing_var.patch: new patch, stolen from Gentoo. Allow to build 
+    with the debugging flags. Closes: #516608.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 23 Mar 2009 18:36:22 +0100
+
 esound (0.2.41-2) unstable; urgency=low
 
   * Upload to unstable.

Added: desktop/unstable/esound/debian/patches/02_missing_var.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/patches/02_missing_var.patch?rev=19207&op=file
==============================================================================
--- desktop/unstable/esound/debian/patches/02_missing_var.patch (added)
+++ desktop/unstable/esound/debian/patches/02_missing_var.patch Mon Mar 23 17:37:19 2009
@@ -1,0 +1,17 @@
+Debian #516608
+Gentoo #248821
+GNOME #562360
+
+Index: esound-0.2.41/clients.c
+===================================================================
+--- esound-0.2.41.orig/clients.c	2009-03-23 18:34:36.671378034 +0100
++++ esound-0.2.41/clients.c	2009-03-23 18:34:42.419374986 +0100
+@@ -175,6 +175,8 @@ int get_new_clients( int listen )
+ 	    ESDBG_TRACE( 
+ 	    if (esd_use_tcpip) {
+ 
++		unsigned long addr;
++
+ 		port = ntohs( incoming.sin_port );
+ 		addr = ntohl( incoming.sin_addr.s_addr );
+ 

Modified: desktop/unstable/esound/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/patches/series?rev=19207&op=diff
==============================================================================
--- desktop/unstable/esound/debian/patches/series (original)
+++ desktop/unstable/esound/debian/patches/series Mon Mar 23 17:37:19 2009
@@ -1,1 +1,2 @@
 01_relocate_libesddsp.patch
+02_missing_var.patch




More information about the pkg-gnome-commits mailing list