Your message dated Tue, 13 Mar 2007 20:32:04 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#327689: fixed in timidity 2.13.2-7.2 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: timidity Severity: important Tags: patch Hi, The current version of timidity 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. Thanks in advance, Aurelien -- System Information: Debian Release: testing/unstable Architecture: kfreebsd-i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: GNU/kFreeBSD 5.4-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)Author: aurel32 Status: in BTS diff -u timidity-2.13.2/debian/control timidity-2.13.2/debian/control --- timidity-2.13.2/debian/control +++ timidity-2.13.2/debian/control @@ -2,7 +2,7 @@ Section: sound Priority: optional Maintainer: Henrique de Moraes Holschuh <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4), libasound2-dev, libaudiofile-dev, libesd0-dev, libarts1-dev, libjack0.100.0-dev, libaudio-dev, libvorbis-dev (>= 1.0.0-3), libspeex-dev (>= 1.0), liboggflac-dev (>= 1.1.2-1), libflac-dev (>= 1.1.2-1), libncurses-dev, libslang2-dev, xlibs-dev, libxaw8-dev, tcl8.4-dev, tk8.4-dev, libgtk2.0-dev, autotools-dev +Build-Depends: debhelper (>= 4), libasound2-dev [!kfreebsd-i386], libaudiofile-dev, libesd0-dev, libarts1-dev, libjack0.100.0-dev, libaudio-dev, libvorbis-dev (>= 1.0.0-3), libspeex-dev (>= 1.0), liboggflac-dev (>= 1.1.2-1), libflac-dev (>= 1.1.2-1), libncurses-dev, libslang2-dev, xlibs-dev, libxaw8-dev, tcl8.4-dev, tk8.4-dev, libgtk2.0-dev, autotools-dev Standards-Version: 3.6.2 Package: timidity diff -u timidity-2.13.2/debian/rules timidity-2.13.2/debian/rules --- timidity-2.13.2/debian/rules +++ timidity-2.13.2/debian/rules @@ -15,6 +15,7 @@ # Autotools export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +export DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -q-qDEB_BUILD_ARCH_OS) # FOR AUTOCONF 2.52 AND NEWER ONLY CONFFLAGS = @@ -36,6 +37,16 @@ CONFFLAGS += --enable-debug endif +# audio and interface +ifeq ($(DEB_BUILD_ARCH_OS), linux) +audio = default,oss,nas,arts,esd,jack,vorbis,flac,speex,alsa +interface = ncurses,emacs,xaw,alsaseq +else +audio = default,oss,nas,arts,esd,jack,vorbis,flac,speex +interface = ncurses,emacs,xaw +endif + + ## ## The rules ## @@ -55,9 +66,9 @@ --with-x \ --with-tcl-includes=/usr/include/tcl8.4 \ --with-tk-includes=/usr/include/tcl8.4 \ - --enable-audio=default,oss,alsa,nas,arts,esd,jack,vorbis,flac,speex \ + --enable-audio=$(audio) \ --with-default-output=default \ - --enable-interface=ncurses,emacs,xaw,alsaseq \ + --enable-interface=$(interface) \ --enable-dynamic=slang,tcltk,vt100,xskin,gtk \ --enable-server --enable-network --enable-spectrogram --enable-wrd $(MAKE)
--- End Message ---
--- Begin Message ---Source: timidity Source-Version: 2.13.2-7.2 We believe that the bug you reported is fixed in the latest version of timidity, which is due to be installed in the Debian FTP archive: timidity-el_2.13.2-7.2_all.deb to pool/main/t/timidity/timidity-el_2.13.2-7.2_all.deb timidity-interfaces-extra_2.13.2-7.2_amd64.deb to pool/main/t/timidity/timidity-interfaces-extra_2.13.2-7.2_amd64.deb timidity_2.13.2-7.2.diff.gz to pool/main/t/timidity/timidity_2.13.2-7.2.diff.gz timidity_2.13.2-7.2.dsc to pool/main/t/timidity/timidity_2.13.2-7.2.dsc timidity_2.13.2-7.2_amd64.deb to pool/main/t/timidity/timidity_2.13.2-7.2_amd64.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated timidity package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 11 Mar 2007 01:29:56 +0100 Source: timidity Binary: timidity-el timidity timidity-interfaces-extra Architecture: source amd64 all Version: 2.13.2-7.2 Distribution: unstable Urgency: low Maintainer: Henrique de Moraes Holschuh <[EMAIL PROTECTED]> Changed-By: Aurelien Jarno <[EMAIL PROTECTED]> Description: timidity - Software sound renderer (MIDI sequencer, MOD player) timidity-el - An Emacs front end to Timidity++ timidity-interfaces-extra - TiMidity++ extra user interfaces Closes: 327689 Changes: timidity (2.13.2-7.2) unstable; urgency=low . * Non-maintainer upload with maintainer permission. * Don't enable alsa on non-linux architectures. * Don't build-depend on libasound2-dev on kfreebsd-i386, * kfreebsd-amd64 and hurd-i386 (closes: #327689) Files: d4025aecc32e543acc03a5590350b0e8 1031 sound optional timidity_2.13.2-7.2.dsc 87cebc73f0378d3df97b772c4b461a97 102801 sound optional timidity_2.13.2-7.2.diff.gz 7cfe07204ff35dd31425eb4747178f89 15046 sound optional timidity-el_2.13.2-7.2_all.deb e94f8879f56a841c2398214db14dcddc 641368 sound optional timidity_2.13.2-7.2_amd64.deb 9f8e3f26c349195f128e2084218229ec 98518 sound optional timidity-interfaces-extra_2.13.2-7.2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFF9EoYw3ao2vG823MRAtmsAJ9Ks+0Q7IiuY6cMCAQZi680RLBr2gCfTjEX xTStmwuZ+rmHv+NX5lF/5Zw= =yPxw -----END PGP SIGNATURE-----
--- End Message ---

