Your message dated Wed, 01 Mar 2006 01:17:22 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336898: fixed in gtkguitune 0.7-6
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: gtkguitune
Severity: important
Tags: patch
Hi,
The current version of gtkguitune fails to build on GNU/kFreeBSD,
because of outdated config.{guess,sub} and because linux/soundcard.h
is Linux specific. sys/soundcard.h should be included instead on
*BSD. Please find attached a patch to fix that. It would be nice if
you could 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 gtkguitune-0.7/debian/control gtkguitune-0.7/debian/control
--- gtkguitune-0.7/debian/control
+++ gtkguitune-0.7/debian/control
@@ -2,7 +2,7 @@
Section: x11
Priority: optional
Maintainer: Antonin Kral <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), libgtkmm-dev, libgtk1.2-dev
+Build-Depends: debhelper (>> 4.0.0), libgtkmm-dev, libgtk1.2-dev, autotools-dev
Standards-Version: 3.6.2
Package: gtkguitune
only in patch2:
unchanged:
--- gtkguitune-0.7.orig/main.cc
+++ gtkguitune-0.7/main.cc
@@ -24,7 +24,12 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
+#if defined(__linux__)
#include <linux/soundcard.h>
+#endif
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#include <sys/soundcard.h>
+#endif
#include <gtk/gtk.h>
#include <gtk--/window.h>
only in patch2:
unchanged:
--- gtkguitune-0.7.orig/guitune.cc
+++ gtkguitune-0.7/guitune.cc
@@ -24,7 +24,12 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>
+#if defined(__linux__)
#include <linux/soundcard.h>
+#endif
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#include <sys/soundcard.h>
+#endif
#include <gtk--/main.h>
#include <gtk--/box.h>
--- End Message ---
--- Begin Message ---
Source: gtkguitune
Source-Version: 0.7-6
We believe that the bug you reported is fixed in the latest version of
gtkguitune, which is due to be installed in the Debian FTP archive:
gtkguitune_0.7-6.diff.gz
to pool/main/g/gtkguitune/gtkguitune_0.7-6.diff.gz
gtkguitune_0.7-6.dsc
to pool/main/g/gtkguitune/gtkguitune_0.7-6.dsc
gtkguitune_0.7-6_i386.deb
to pool/main/g/gtkguitune/gtkguitune_0.7-6_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.
Antonin Kral <[EMAIL PROTECTED]> (supplier of updated gtkguitune 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: Wed, 1 Mar 2006 09:57:47 +0100
Source: gtkguitune
Binary: gtkguitune
Architecture: source i386
Version: 0.7-6
Distribution: unstable
Urgency: low
Maintainer: Antonin Kral <[EMAIL PROTECTED]>
Changed-By: Antonin Kral <[EMAIL PROTECTED]>
Description:
gtkguitune - Guitar and other instruments tuner
Closes: 336898 342533
Changes:
gtkguitune (0.7-6) unstable; urgency=low
.
* acknowleadgement of NMU, many thanks to Matej
* Closes: #342533
* Closes: #336898
Files:
8e1e87734e43687558d85ec6b5d2b2d7 610 x11 optional gtkguitune_0.7-6.dsc
03741af43db7b0a484299a86da25bd53 25719 x11 optional gtkguitune_0.7-6.diff.gz
df7dce1236d47c5867460ac31ab3a6e2 52708 x11 optional gtkguitune_0.7-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFEBWK5luuhBRvyMFoRAldwAKDbwPVHJor6nHKbybWEQsuuNmeYswCgrNyd
4X9DT2fLzlGkgt7yHaajFwM=
=E4IL
-----END PGP SIGNATURE-----
--- End Message ---