Your message dated Tue, 25 Dec 2007 21:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#415675: fixed in zynaddsubfx 2.2.1-4.1
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: zynaddsubfx
Version: 2.2.1-4
Severity: important
Tags: patch

Hi,

your package isn't even tried actually on GNU/kFreeBSD due to its build
dependency on libasound2-dev. Since it is Linux-specific, please make an
exception for non-Linux architectures in your Build-Depends field, and
add a tiny tweak in the Makefile.inc file. Your package then builds fine
on GNU/kFreeBSD.

Cheers,

-- 
Cyril Brulebois
--- zynaddsubfx-2.2.1/src/Makefile.inc  2007-03-21 09:02:08.530426000 +0100
+++ zynaddsubfx-2.2.1/src/Makefile.inc  2007-03-21 09:04:07.000000000 +0100
@@ -18,7 +18,12 @@
 
 # L I N U X   C O N F I G U R A T I O N
 #Next line sets the midi input. It can be "ALSA", "OSS" or "NONE".
+ifeq ($(shell uname -s),Linux)
 LINUX_MIDIIN=ALSA
+else
+# Fallback for GNU/k*BSD
+LINUX_MIDIIN=OSS
+endif
 #LINUX_MIDIIN=OSS
 #LINUX_MIDIIN=NONE
 
--- zynaddsubfx-2.2.1/debian/control    2007-03-21 09:04:53.301409000 +0100
+++ zynaddsubfx-2.2.1/debian/control    2007-03-21 09:05:10.000000000 +0100
@@ -2,7 +2,7 @@
 Section: sound
 Priority: extra
 Maintainer: Eduardo Marcel Macan <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), fluid (>= 1.1.3+1.1.4rc1), 
libjack0.100.0-dev, libfltk1.1-dev (>= 1.1.3+1.1.4rc1), libasound2-dev (>= 
0.9.4), fftw3-dev (>=3.0.1-11), libmxml-dev (>= 2.0), zlib1g-dev
+Build-Depends: debhelper (>> 4.0.0), fluid (>= 1.1.3+1.1.4rc1), 
libjack0.100.0-dev, libfltk1.1-dev (>= 1.1.3+1.1.4rc1), libasound2-dev (>= 
0.9.4) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], fftw3-dev (>=3.0.1-11), 
libmxml-dev (>= 2.0), zlib1g-dev
 Standards-Version: 3.6.2.2
 
 Package: zynaddsubfx

--- End Message ---
--- Begin Message ---
Source: zynaddsubfx
Source-Version: 2.2.1-4.1

We believe that the bug you reported is fixed in the latest version of
zynaddsubfx, which is due to be installed in the Debian FTP archive:

zynaddsubfx_2.2.1-4.1.diff.gz
  to pool/main/z/zynaddsubfx/zynaddsubfx_2.2.1-4.1.diff.gz
zynaddsubfx_2.2.1-4.1.dsc
  to pool/main/z/zynaddsubfx/zynaddsubfx_2.2.1-4.1.dsc
zynaddsubfx_2.2.1-4.1_i386.deb
  to pool/main/z/zynaddsubfx/zynaddsubfx_2.2.1-4.1_i386.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.
Barry deFreese <[EMAIL PROTECTED]> (supplier of updated zynaddsubfx 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, 16 Dec 2007 17:59:25 -0500
Source: zynaddsubfx
Binary: zynaddsubfx
Architecture: source i386
Version: 2.2.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Eduardo Marcel Macan <[EMAIL PROTECTED]>
Changed-By: Barry deFreese <[EMAIL PROTECTED]>
Description: 
 zynaddsubfx - Realtime software synthesizer for Linux
Closes: 415675 445792
Changes: 
 zynaddsubfx (2.2.1-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Change fftw3-dev build-dep to libfftw3-dev (Closes: #445792)
   * Add quilt patching system
   * Make clean not ignore errors in rules
   * Remove unused debhelper commands in rules
   * debian/menu - Change section Apps/Sound to Sound
   * Add watch file
   * Add Homepage field in control
   * Remove deprecated encoding field from desktop file
   * 01_kfreebsd_fix.patch (Closes: #415675)
     + src/Makefile.inc - fall back to OSS on kfreebsd
   * Move previous source changes to patches
     + 015_oss_and_jack.patch - Use OSS_AND_JACK, not just OSS
     + 02_makefile.patch - Add install target
     + 03_main.patch - Add noui as a parameter to initprogram()
     + 04_virkeyboard.patch - Warning and crash caused in virtual keyboard
       + patch by Guus Sliepen
     + 05_partui.patch - Add PartUI_() function
     + 06_bankui.patch - Add BankProcess_() function
     + 07_ossaudiooutput.patch - Big Endian Fix
     + 08_jackaudiooutput.patch - Add jack ports
     + 09_envelopeparams.patch - Set realtime priority accordingly
     + 10_LFO.patch - Improve frequency randomizer
   * Bump debhelper build-dep and compat to 5
   * Bump standards version to 3.7.3
Files: 
 d8ac58c02db51fa4d85e64fd8f0cf7ea 841 sound extra zynaddsubfx_2.2.1-4.1.dsc
 ad38753100df50a82ccf534451cc67d9 9619 sound extra zynaddsubfx_2.2.1-4.1.diff.gz
 f5a49161a8f5cdd4fbdf0751f9dbf481 980646 sound extra 
zynaddsubfx_2.2.1-4.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHaDnqnMvaFgH6i0oRAsYAAJ9EvcNBfHLChiDgvucCfruU9bqLogCfX/Pr
Yc6i3riT88mIla5UTzOoXfY=
=6t2d
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to