r23083 - in /desktop/unstable/esound/debian: changelog control control.in patches/03_hurd.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Feb 20 21:28:07 UTC 2010


Author: pochu
Date: Sat Feb 20 21:28:06 2010
New Revision: 23083

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23083
Log:
* Standards-Version is 3.8.4, no changes needed.
* debian/patches/03_hurd.patch:
  - Patch from Samuel Thibault to fix the build on GNU/Hurd.
    Closes: #564606.

Added:
    desktop/unstable/esound/debian/patches/03_hurd.patch
Modified:
    desktop/unstable/esound/debian/changelog
    desktop/unstable/esound/debian/control
    desktop/unstable/esound/debian/control.in
    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=23083&op=diff
==============================================================================
--- desktop/unstable/esound/debian/changelog [utf-8] (original)
+++ desktop/unstable/esound/debian/changelog [utf-8] Sat Feb 20 21:28:06 2010
@@ -1,10 +1,13 @@
-esound (0.2.41-7) UNRELEASED; urgency=low
+esound (0.2.41-7) unstable; urgency=low
 
   * Let libesd0-dev depend on pkg-config. Closes: #558481.
-  * Standards-Version is 3.8.3, no changes needed.
+  * Standards-Version is 3.8.4, no changes needed.
   * Let every package depend on ${misc:Depends}.
-
- -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 29 Nov 2009 13:01:22 +0100
+  * debian/patches/03_hurd.patch:
+    - Patch from Samuel Thibault to fix the build on GNU/Hurd.
+      Closes: #564606.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 20 Feb 2010 21:54:12 +0100
 
 esound (0.2.41-6) unstable; urgency=low
 

Modified: desktop/unstable/esound/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/control?rev=23083&op=diff
==============================================================================
--- desktop/unstable/esound/debian/control [utf-8] (original)
+++ desktop/unstable/esound/debian/control [utf-8] Sat Feb 20 21:28:06 2010
@@ -1,9 +1,14 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
 Source: esound
 Section: sound
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
-Standards-Version: 3.8.0
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Loic Minier <lool at dooz.org>
+Standards-Version: 3.8.4
 Build-Depends: libaudiofile-dev (>= 0.2.3),
                libasound2-dev | not+linux-gnu,
                libwrap0-dev,
@@ -18,20 +23,25 @@
 
 Package: esound
 Architecture: any
-Depends: ${shlibs:Depends}, esound-common (= ${source:Version})
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         esound-common (= ${source:Version})
 Description: Enlightened Sound Daemon - Support binaries
  This program is designed to mix together several digitized 
  audio streams for playback by a single device.
 
 Package: esound-clients
 Architecture: any
-Depends: ${shlibs:Depends}, esound-common (= ${source:Version})
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         esound-common (= ${source:Version})
 Conflicts: libesd0 (<< 0.2.40-1), libesd-alsa0 (<< 0.2.40-1)
 Description: Enlightened Sound Daemon - clients
  Utilities that control and interact with the Enlightened Sound Daemon.
 
 Package: esound-common
 Architecture: all
+Depends: ${misc:Depends},
 Recommends: esound-clients
 Conflicts: libesd-alsa0
 Description: Enlightened Sound Daemon - Common files
@@ -43,7 +53,9 @@
 Package: libesd0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, esound-common (= ${source:Version})
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         esound-common (= ${source:Version})
 Suggests: esound-clients, esound
 Conflicts: esound-clients (<< 0.2.36-1), libesd-alsa0
 Description: Enlightened Sound Daemon - Shared libraries
@@ -55,9 +67,11 @@
 Package: libesd0-dev
 Architecture: any
 Section: libdevel
-Depends: libesd0 (= ${binary:Version}), 
+Depends: ${misc:Depends},
+         libesd0 (= ${binary:Version}),
+         esound-common (= ${source:Version}),
          libaudiofile-dev (>= 0.1.5),
-         esound-common (= ${source:Version})
+         pkg-config
 Description: Enlightened Sound Daemon - Development files
  This program is designed to mix together several digitized 
  audio streams for playback by a single device.

Modified: desktop/unstable/esound/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/control.in?rev=23083&op=diff
==============================================================================
--- desktop/unstable/esound/debian/control.in [utf-8] (original)
+++ desktop/unstable/esound/debian/control.in [utf-8] Sat Feb 20 21:28:06 2010
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
 Uploaders: @GNOME_TEAM@
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Build-Depends: libaudiofile-dev (>= 0.2.3),
                libasound2-dev | not+linux-gnu,
                libwrap0-dev,

Added: desktop/unstable/esound/debian/patches/03_hurd.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/patches/03_hurd.patch?rev=23083&op=file
==============================================================================
--- desktop/unstable/esound/debian/patches/03_hurd.patch (added)
+++ desktop/unstable/esound/debian/patches/03_hurd.patch [utf-8] Sat Feb 20 21:28:06 2010
@@ -1,0 +1,33 @@
+--- esound-0.2.41/configure.ac	2008-11-18 20:35:33.000000000 +0000
++++ esound-0.2.41/configure.ac	2010-01-10 16:03:55.000000000 +0000
+@@ -180,7 +180,7 @@
+ 
+ AC_MSG_CHECKING([if your platform supports esddsp])
+ case "$host_os" in
+-  linux* | freebsd* | kfreebsd*-gnu | bsdi4* )
++  linux* | freebsd* | kfreebsd*-gnu | bsdi4* | gnu* )
+     dsp_ok=yes
+     ;;
+ esac
+--- esound-0.2.41/configure	2008-11-18 20:54:39.000000000 +0000
++++ esound-0.2.41/configure	2010-01-10 16:04:04.000000000 +0000
+@@ -23066,7 +23066,7 @@
+ { echo "$as_me:$LINENO: checking if your platform supports esddsp" >&5
+ echo $ECHO_N "checking if your platform supports esddsp... $ECHO_C" >&6; }
+ case "$host_os" in
+-  linux* | freebsd* | kfreebsd*-gnu | bsdi4* )
++  linux* | freebsd* | kfreebsd*-gnu | bsdi4* | gnu* )
+     dsp_ok=yes
+     ;;
+ esac
+--- esound-0.2.41/esddsp.c.orig	2010-01-10 16:19:04.000000000 +0000
++++ esound-0.2.41/esddsp.c	2010-01-10 16:20:53.000000000 +0000
+@@ -68,7 +68,7 @@
+ #define REAL_LIBC ((void *) -1L)
+ #endif
+ 
+-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__bsdi__)
++#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__bsdi__) || defined(__GNU__)
+ typedef unsigned long request_t;
+ #else
+ typedef int request_t;

Modified: desktop/unstable/esound/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/patches/series?rev=23083&op=diff
==============================================================================
--- desktop/unstable/esound/debian/patches/series [utf-8] (original)
+++ desktop/unstable/esound/debian/patches/series [utf-8] Sat Feb 20 21:28:06 2010
@@ -1,2 +1,3 @@
 01_relocate_libesddsp.patch
 02_missing_var.patch
+03_hurd.patch




More information about the pkg-gnome-commits mailing list