[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#401521: marked as done (soundmodem: FTBFS on GNU/kFreeBSD (due to unsatisfied Build-Depends on libasound2-dev))



Your message dated Mon, 03 Dec 2007 19:02:03 +0000
with message-id <E1IzGYN-0001y8-I3@ries.debian.org>
and subject line Bug#401521: fixed in soundmodem 0.10-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: soundmodem
Severity: important
Version: 0.10-1.1
Tags: patch


Hi,

the current version of soundmodem has unsatisfied Build-Depends on libasound2-dev under non-linux ports.

Please, could you exclude linux specific package in Build-Depends
by using "libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]".

Moreover small tweak to configure.in/configure is needed.
Please apply patch bellow and regenerate configure.

It would also be nice if you can ask upstream
to include configure.in change.


Thanks for your cooperation.

                                Petr



--- soundmodem-0.10.orig/configure.in
+++ soundmodem-0.10/configure.in
@@ -87,9 +87,11 @@
 AC_MSG_RESULT($mlog10e)

 dnl check for ALSA
-if test x$CYGWIN != xyes -a x$MINGW32 != xyes; then
-AM_PATH_ALSA(1.0.0, AC_DEFINE(HAVE_ALSA,1,[Define if ALSA is available]))
-fi
+case $target_os in
+    linux*)
+        AM_PATH_ALSA(1.0.0, AC_DEFINE(HAVE_ALSA,1,[Define if ALSA is available]))
+    ;;
+esac
 AC_SUBST(HAVE_ALSA)

 dnl Add the languages which your application supports here.



--- End Message ---
--- Begin Message ---
Source: soundmodem
Source-Version: 0.10-2

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

soundmodem_0.10-2.diff.gz
  to pool/main/s/soundmodem/soundmodem_0.10-2.diff.gz
soundmodem_0.10-2.dsc
  to pool/main/s/soundmodem/soundmodem_0.10-2.dsc
soundmodem_0.10-2_i386.deb
  to pool/main/s/soundmodem/soundmodem_0.10-2_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 401521@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joop Stakenborg <pa3aba@debian.org> (supplier of updated soundmodem 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 03 Dec 2007 19:45:18 +0100
Source: soundmodem
Binary: soundmodem
Architecture: source i386
Version: 0.10-2
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Joop Stakenborg <pa3aba@debian.org>
Description: 
 soundmodem - Sound Card Amateur Packet Radio Modems
Closes: 338505 351164 401521
Changes: 
 soundmodem (0.10-2) unstable; urgency=low
 .
   * Fix FTBFS on GNU/kFreeBSD (due to unsatisfied Build-Depends on
     libasound2-dev). Closes: #401521.
   * Fix typo in soundmodemconfig manpage. Closes: #338505.
   * Add swedish translations. Closes: #351164. Not sure if soundmodem
     is enabled for different languages. Please report if it is not
     working.
   * Bump standards version.
   * Lintian clean.
Files: 
 351fa5286abe39b34c4e04f82573de9e 864 hamradio optional soundmodem_0.10-2.dsc
 b48e3b3bf5349605e9fa85b363985863 155999 hamradio optional soundmodem_0.10-2.diff.gz
 48c771db3706d47693035b8c97058e0d 166392 hamradio optional soundmodem_0.10-2_i386.deb

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

iD8DBQFHVFEt/CqtjGLxpX8RAlCgAJwOGbahW6W3J2A7HxYhfFsB04y4UACgpvsO
LMvTlITA2x1OACXDHJ5Trjc=
=T9sV
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: