r20264 - in /desktop/unstable/esound/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Jun 7 07:11:20 UTC 2009


Author: joss
Date: Sun Jun  7 07:11:16 2009
New Revision: 20264

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20264
Log:
Fix FTBFS on kfreebsd. Closes: #532092.

Modified:
    desktop/unstable/esound/debian/changelog
    desktop/unstable/esound/debian/control
    desktop/unstable/esound/debian/control.in

Modified: desktop/unstable/esound/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/changelog?rev=20264&op=diff
==============================================================================
--- desktop/unstable/esound/debian/changelog (original)
+++ desktop/unstable/esound/debian/changelog Sun Jun  7 07:11:16 2009
@@ -1,3 +1,9 @@
+esound (0.2.41-5) UNRELEASED; urgency=low
+
+  * Fix FTBFS on kfreebsd. Closes: #532092.
+
+ -- Josselin Mouette <joss at debian.org>  Sun, 07 Jun 2009 09:10:32 +0200
+
 esound (0.2.41-4) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/unstable/esound/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/control?rev=20264&op=diff
==============================================================================
--- desktop/unstable/esound/debian/control (original)
+++ desktop/unstable/esound/debian/control Sun Jun  7 07:11:16 2009
@@ -2,10 +2,10 @@
 Section: sound
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.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
 Build-Depends: libaudiofile-dev (>= 0.2.3),
-               libasound2-dev | not+linux,
+               libasound2-dev | not+linux-gnu,
                libwrap0-dev,
                pkg-config,
                debhelper (>> 5),

Modified: desktop/unstable/esound/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/control.in?rev=20264&op=diff
==============================================================================
--- desktop/unstable/esound/debian/control.in (original)
+++ desktop/unstable/esound/debian/control.in Sun Jun  7 07:11:16 2009
@@ -5,7 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.8.0
 Build-Depends: libaudiofile-dev (>= 0.2.3),
-               libasound2-dev | not+linux,
+               libasound2-dev | not+linux-gnu,
                libwrap0-dev,
                pkg-config,
                debhelper (>> 5),




More information about the pkg-gnome-commits mailing list