Your message dated Sun, 24 Jun 2007 22:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414391: fixed in fmit 0.97.6-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: fmit
Severity: important
Tags: patch

Hi,

currently your package isn't even tried on kfreebsd-* (and hurd-i386)
since it has a B-D on libasound2-dev, which is only available on Linux.
Please find attached a patch to make it optional on these architectures,
which makes your package build fine on GNU/kFreeBSD, and might help on
GNU/Hurd (unsure about the sound support out there).

Cheers,

-- 
Cyril Brulebois
--- fmit-0.96.7/debian/control	2007-03-11 15:54:05.136658000 +0100
+++ fmit-0.96.7/debian/control	2007-03-11 15:54:38.000000000 +0100
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Ludovic RESLINGER <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4), autotools-dev, dpatch, libqt3-mt-dev, fftw3-dev, freeglut3-dev, libasound2-dev, libjack-dev
+Build-Depends: debhelper (>= 4), autotools-dev, dpatch, libqt3-mt-dev, fftw3-dev, freeglut3-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libjack-dev
 Standards-Version: 3.7.2
 
 Package: fmit
--- fmit-0.96.7/debian/rules	2007-03-11 15:54:42.090975000 +0100
+++ fmit-0.96.7/debian/rules	2007-03-11 15:58:43.000000000 +0100
@@ -16,6 +16,14 @@
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_ARCH_OS    ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
+# Disable Alsa on non-Linux architectures
+ifneq (,$(findstring $(DEB_HOST_ARCH_OS), kfreebsd hurd))
+	DEB_CONFIGURE_ALSA = --disable-alsa
+else
+	DEB_CONFIGURE_ALSA = --enable-alsa
+endif
 
 
 CFLAGS = -Wall -g
@@ -29,7 +37,7 @@
 config.status: patch configure
 	dh_testdir
 	# Add here commands to configure the package.
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-Qt-dir=/usr/share/qt3 --disable-alsa CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-Qt-dir=/usr/share/qt3 $(DEB_CONFIGURE_ALSA) CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 
 build: build-stamp

--- End Message ---
--- Begin Message ---
Source: fmit
Source-Version: 0.97.6-2

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

fmit_0.97.6-2.diff.gz
  to pool/main/f/fmit/fmit_0.97.6-2.diff.gz
fmit_0.97.6-2.dsc
  to pool/main/f/fmit/fmit_0.97.6-2.dsc
fmit_0.97.6-2_ia64.deb
  to pool/main/f/fmit/fmit_0.97.6-2_ia64.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.
John Wright <[EMAIL PROTECTED]> (supplier of updated fmit 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: Fri, 22 Jun 2007 17:03:48 +0100
Source: fmit
Binary: fmit
Architecture: source ia64
Version: 0.97.6-2
Distribution: unstable
Urgency: low
Maintainer: dann frazier <[EMAIL PROTECTED]>
Changed-By: John Wright <[EMAIL PROTECTED]>
Description: 
 fmit       - Free Music Instrument Tuner
Closes: 414391 429756
Changes: 
 fmit (0.97.6-2) unstable; urgency=low
 .
   * New maintainer. (Closes: 429756)
   * Allow building on platforms without ALSA, thanks to Cyril Brulebois.
     (Closes: 414391)
   * Add XS-Vcs-Svn and XS-Vcs-Browser fields.
Files: 
 d5b2a1966f1aed35974ca1281e368890 791 sound optional fmit_0.97.6-2.dsc
 43cf255ea5fdce18c8e2edc8bf56daa7 6404 sound optional fmit_0.97.6-2.diff.gz
 635f6ebb0fb4523b6ef82e2a14e36be2 350678 sound optional fmit_0.97.6-2_ia64.deb

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

iD4DBQFGfu1DhuANDBmkLRkRAj52AJsGSOcKxPKHrfAGZl2NQjEnh981wgCYkAr0
YHp0iNAJkcjoJ9yw1xZS8Q==
=W9oe
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to