Eric Wong a écrit :
Aurelien Jarno <[EMAIL PROTECTED]> wrote:

Package: mpd
Severity: important
Tags: patch

Hi,

The current version of mpd fails to build on GNU/kFreeBSD, because
the build-dependency on libasound2-dev, which is Linux specific, could not been satisfied. Please find attached a patch to fix that. It would be nice if you can include it in the next upload.


You have my permission to NMU.  Sorry, I've been very busy lately and
I'd have to get a sponsor to upload it regardless.

I have just NMUed mpd. Please find attached the diff of the NMU.

Thanks,
Aurelien

--
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED]         | [EMAIL PROTECTED]
   `-    people.debian.org/~aurel32 | www.aurel32.net
diff -u mpd-0.11.5/debian/control mpd-0.11.5/debian/control
--- mpd-0.11.5/debian/control
+++ mpd-0.11.5/debian/control
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Eric Wong <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.1.0), cdbs, debconf, po-debconf, 
libaudiofile-dev, libflac-dev (>= 1.1.2-1), libogg-dev, libvorbis-dev, 
libasound2-dev, libao-dev (>= 0.8.3-1), libmad0-dev, libid3tag0-dev, 
libmikmod2-dev, zlib1g-dev
+Build-Depends: debhelper (>> 4.1.0), cdbs, debconf, po-debconf, 
libaudiofile-dev, libflac-dev (>= 1.1.2-1), libogg-dev, libvorbis-dev, 
libasound2-dev [!kfreebsd-i386 !hurd-i386], libao-dev (>= 0.8.3-1), 
libmad0-dev, libid3tag0-dev, libmikmod2-dev, zlib1g-dev
 Standards-Version: 3.6.2.1
 
 Package: mpd
diff -u mpd-0.11.5/debian/changelog mpd-0.11.5/debian/changelog
--- mpd-0.11.5/debian/changelog
+++ mpd-0.11.5/debian/changelog
@@ -1,3 +1,11 @@
+mpd (0.11.5-5.1) unstable; urgency=low
+
+  * NMU with maintainer's permission.
+  * Don't build-depends on libasound2-dev on kfreebsd-i386 and hurd-i386.
+    (closes: bug#327684). 
+
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Sat, 17 Sep 2005 05:44:17 +0200
+
 mpd (0.11.5-5) unstable; urgency=low
 
   * Rebuild against new FLAC library.  Closes: #325961

Reply via email to