Your message dated Sat, 06 Sep 2008 18:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#497973: fixed in alsa-driver 1.0.17.dfsg-2
has caused the Debian Bug report #497973,
regarding alsa-source: DFSG version doesn't build if config all is selected
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
497973: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497973
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: alsa-source
Version: 1.0.17.dfsg-1
Severity: important
Tags: patch

In /usr/src/modules/alsa-driver/configure we have to remove:
maestro3
cs46xx
korg1212
ymfpci

otherwise it doesn't build if "all" modules is configured.
Attached patch fixes configure.

-- 
  Elimar
diff -Naurd a/configure b/configure
--- a/configure	2008-09-05 21:14:32.000000000 +0200
+++ b/configure	2008-09-05 21:17:24.000000000 +0200
@@ -1641,16 +1641,16 @@
                             pc98-cs4232, msnd-pinnacle, ad1889, als300,
                             als4000, ali5451, atiixp, atiixp-modem, au8810,
                             au8820, au8830, aw2, azt3328, bt87x, ca0106,
-                            cmipci, oxygen, cs4281, cs46xx, cs5530,
+                            cmipci, oxygen, cs4281, cs5530,
                             cs5535audio, darla20, gina20, layla20, darla24,
                             gina24, layla24, mona, mia, echo3g, indigo,
                             indigoio, indigodj, emu10k1, emu10k1x, ens1370,
                             ens1371, es1938, es1968, fm801, hda-intel, hdsp,
                             hdspm, hifier, ice1712, ice1724, intel8x0,
-                            intel8x0m, korg1212, maestro3, mixart, nm256,
+                            intel8x0m, mixart, nm256,
                             pcxhr, riptide, rme32, rme96, rme9652, sis7019,
                             sonicvibes, trident, via82xx, via82xx-modem,
-                            virtuoso, vx222, ymfpci, pdplus, asihpi,
+                            virtuoso, vx222, pdplus, asihpi,
                             powermac, ps3, aoa, aoa-fabric-layout, aoa-onyx,
                             aoa-tas, aoa-toonie, aoa-soundbus,
                             aoa-soundbus-i2s, sa11xx-uda1341, armaaci,
@@ -1678,14 +1678,13 @@
                             ac97-power-save, sb16-csp,
                             sb16-csp-firmware-in-kernel,
                             wavefront-firmware-in-kernel, bt87x-overclock,
-                            cs46xx-new-dsp, fm801-tea575x-bool, hda-hwdep,
+                            fm801-tea575x-bool, hda-hwdep,
                             hda-codec-realtek, hda-codec-analog,
                             hda-codec-sigmatel, hda-codec-via,
                             hda-codec-atihdmi, hda-codec-conexant,
                             hda-codec-cmedia, hda-codec-si3054, hda-generic,
-                            hda-power-save, korg1212-firmware-in-kernel,
-                            maestro3-firmware-in-kernel,
-                            ymfpci-firmware-in-kernel, powermac-auto-drc,
+                            hda-power-save,
+                            powermac-auto-drc,
                             usb-caiaq-input, at32-soc-playpaq-slave,
                             at91-soc-eti-slave, soc-mpc8610,
                             soc-mpc8610-hpcd
@@ -14253,25 +14252,6 @@
       CONFIG_SND_CS4281="m"
     fi
   fi
-  if alsa_check_kconfig_card "cs46xx"; then
-    if  ! ( test "$CONFIG_M68K" = "y" -o "$CONFIG_M68K" = "m" ) &&
-      ( test "$CONFIG_SND_PCI" = "y" -o "$CONFIG_SND_PCI" = "m" ); then
-      CONFIG_SND_TIMER="m"
-      CONFIG_SND_PCM="m"
-      test "$kversion.$kpatchlevel" = "2.6" -a $ksublevel -ge 14 && CONFIG_AC97_BUS="m"
-      CONFIG_SND_VMASTER="y"
-      CONFIG_SND_RAWMIDI="m"
-      CONFIG_SND_AC97_CODEC="m"
-      CONFIG_SND_CS46XX="m"
-    fi
-  fi
-  if alsa_check_kconfig_option "cs46xx-new-dsp"; then
-    if  ! ( test "$CONFIG_M68K" = "y" -o "$CONFIG_M68K" = "m" ) &&
-      ( test "$CONFIG_SND_PCI" = "y" -o "$CONFIG_SND_PCI" = "m" ) &&
-      ( test "$CONFIG_SND_CS46XX" = "y" -o "$CONFIG_SND_CS46XX" = "m" ); then
-      CONFIG_SND_CS46XX_NEW_DSP="y"
-    fi
-  fi
   if alsa_check_kconfig_card "cs5530"; then
     if  ! ( test "$CONFIG_M68K" = "y" -o "$CONFIG_M68K" = "m" ) &&
       ( test "$CONFIG_SND_PCI" = "y" -o "$CONFIG_SND_PCI" = "m" ) &&
@@ -14682,41 +14662,6 @@
       CONFIG_SND_INTEL8X0M="m"
     fi
   fi
-  if alsa_check_kconfig_card "korg1212"; then
-    if  ! ( test "$CONFIG_M68K" = "y" -o "$CONFIG_M68K" = "m" ) &&
-      ( test "$CONFIG_SND_PCI" = "y" -o "$CONFIG_SND_PCI" = "m" ) &&
-      ( test "$CONFIG_FW_LOADER" = "y" -o "$CONFIG_FW_LOADER" = "m" ); then
-      CONFIG_SND_TIMER="m"
-      CONFIG_SND_PCM="m"
-      CONFIG_SND_KORG1212="m"
-    fi
-  fi
-  if alsa_check_kconfig_option "korg1212-firmware-in-kernel"; then
-    if  ! ( test "$CONFIG_M68K" = "y" -o "$CONFIG_M68K" = "m" ) &&
-      ( test "$CONFIG_SND_PCI" = "y" -o "$CONFIG_SND_PCI" = "m" ) &&
-      ( test "$CONFIG_SND_KORG1212" = "y" -o "$CONFIG_SND_KORG1212" = "m" ); then
-      CONFIG_SND_KORG1212_FIRMWARE_IN_KERNEL="y"
-    fi
-  fi
-  if alsa_check_kconfig_card "maestro3"; then
-    if  ! ( test "$CONFIG_M68K" = "y" -o "$CONFIG_M68K" = "m" ) &&
-      ( test "$CONFIG_SND_PCI" = "y" -o "$CONFIG_SND_PCI" = "m" ) &&
-      ( test "$CONFIG_FW_LOADER" = "y" -o "$CONFIG_FW_LOADER" = "m" ); then
-      CONFIG_SND_TIMER="m"
-      CONFIG_SND_PCM="m"
-      test "$kversion.$kpatchlevel" = "2.6" -a $ksublevel -ge 14 && CONFIG_AC97_BUS="m"
-      CONFIG_SND_VMASTER="y"
-      CONFIG_SND_AC97_CODEC="m"
-      CONFIG_SND_MAESTRO3="m"
-    fi
-  fi
-  if alsa_check_kconfig_option "maestro3-firmware-in-kernel"; then
-    if  ! ( test "$CONFIG_M68K" = "y" -o "$CONFIG_M68K" = "m" ) &&
-      ( test "$CONFIG_SND_PCI" = "y" -o "$CONFIG_SND_PCI" = "m" ) &&
-      ( test "$CONFIG_SND_MAESTRO3" = "y" -o "$CONFIG_SND_MAESTRO3" = "m" ); then
-      CONFIG_SND_MAESTRO3_FIRMWARE_IN_KERNEL="y"
-    fi
-  fi
   if alsa_check_kconfig_card "mixart"; then
     if  ! ( test "$CONFIG_M68K" = "y" -o "$CONFIG_M68K" = "m" ) &&
       ( test "$CONFIG_SND_PCI" = "y" -o "$CONFIG_SND_PCI" = "m" ); then
@@ -14873,29 +14818,6 @@
       CONFIG_SND_VX222="m"
     fi
   fi
-  if alsa_check_kconfig_card "ymfpci"; then
-    if  ! ( test "$CONFIG_M68K" = "y" -o "$CONFIG_M68K" = "m" ) &&
-      ( test "$CONFIG_SND_PCI" = "y" -o "$CONFIG_SND_PCI" = "m" ) &&
-      ( test "$CONFIG_FW_LOADER" = "y" -o "$CONFIG_FW_LOADER" = "m" ); then
-      CONFIG_SND_TIMER="m"
-      CONFIG_SND_HWDEP="m"
-      CONFIG_SND_RAWMIDI="m"
-      CONFIG_SND_PCM="m"
-      test "$kversion.$kpatchlevel" = "2.6" -a $ksublevel -ge 14 && CONFIG_AC97_BUS="m"
-      CONFIG_SND_VMASTER="y"
-      CONFIG_SND_OPL3_LIB="m"
-      CONFIG_SND_MPU401_UART="m"
-      CONFIG_SND_AC97_CODEC="m"
-      CONFIG_SND_YMFPCI="m"
-    fi
-  fi
-  if alsa_check_kconfig_option "ymfpci-firmware-in-kernel"; then
-    if  ! ( test "$CONFIG_M68K" = "y" -o "$CONFIG_M68K" = "m" ) &&
-      ( test "$CONFIG_SND_PCI" = "y" -o "$CONFIG_SND_PCI" = "m" ) &&
-      ( test "$CONFIG_SND_YMFPCI" = "y" -o "$CONFIG_SND_YMFPCI" = "m" ); then
-      CONFIG_SND_YMFPCI_FIRMWARE_IN_KERNEL="y"
-    fi
-  fi
   if alsa_check_kconfig_card "pdplus"; then
     if  ! ( test "$CONFIG_M68K" = "y" -o "$CONFIG_M68K" = "m" ) &&
       ( test "$CONFIG_SND_PCI" = "y" -o "$CONFIG_SND_PCI" = "m" ); then

--- End Message ---
--- Begin Message ---
Source: alsa-driver
Source-Version: 1.0.17.dfsg-2

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

alsa-base_1.0.17.dfsg-2_all.deb
  to pool/main/a/alsa-driver/alsa-base_1.0.17.dfsg-2_all.deb
alsa-driver_1.0.17.dfsg-2.diff.gz
  to pool/main/a/alsa-driver/alsa-driver_1.0.17.dfsg-2.diff.gz
alsa-driver_1.0.17.dfsg-2.dsc
  to pool/main/a/alsa-driver/alsa-driver_1.0.17.dfsg-2.dsc
alsa-source_1.0.17.dfsg-2_all.deb
  to pool/main/a/alsa-driver/alsa-source_1.0.17.dfsg-2_all.deb
linux-sound-base_1.0.17.dfsg-2_all.deb
  to pool/main/a/alsa-driver/linux-sound-base_1.0.17.dfsg-2_all.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.
Jordi Mallach <[EMAIL PROTECTED]> (supplier of updated alsa-driver 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.8
Date: Sat, 06 Sep 2008 19:44:54 +0200
Source: alsa-driver
Binary: linux-sound-base alsa-base alsa-source
Architecture: source all
Version: 1.0.17.dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian ALSA Maintainers <[EMAIL PROTECTED]>
Changed-By: Jordi Mallach <[EMAIL PROTECTED]>
Description: 
 alsa-base  - ALSA driver configuration files
 alsa-source - ALSA driver sources
 linux-sound-base - base package for ALSA and OSS sound systems
Closes: 497973
Changes: 
 alsa-driver (1.0.17.dfsg-2) unstable; urgency=medium
 .
   [ Elimar Riesebieter ]
   * Introduced debian_dfsg_configure.patch. Fixes sources built if
     modules "all" is configured (closes: #497973).
Checksums-Sha1: 
 02eddef2f99457aa1af17d0d4d839a7cd31b0b12 1394 alsa-driver_1.0.17.dfsg-2.dsc
 08be1819d1698302d2d12559dc23a75cff23ce0c 185883 
alsa-driver_1.0.17.dfsg-2.diff.gz
 cced1ebd599b2930bd3336ba8cb43e640983d079 26974 
linux-sound-base_1.0.17.dfsg-2_all.deb
 ecea60589103bdc23ea37b13b545af557f6560a8 219998 alsa-base_1.0.17.dfsg-2_all.deb
 bde83575797e328a23bb71699cfc739cb7f754e3 3000848 
alsa-source_1.0.17.dfsg-2_all.deb
Checksums-Sha256: 
 971117e9ff6eaa7ccd3ed82ee0d9e61625f471fe9504b78ba7810a3eb2a29001 1394 
alsa-driver_1.0.17.dfsg-2.dsc
 31de01ec76486ac59a3ec7af7fd658b2c8e416ea5b2165c37ba7ea08ba9d26a3 185883 
alsa-driver_1.0.17.dfsg-2.diff.gz
 4a45410c1695fb5963fee96f525b148917118705667b73ccd515814d0a73dac9 26974 
linux-sound-base_1.0.17.dfsg-2_all.deb
 f40cc779367ae9939e88765a069a2f26fa0ac6ef26c0d67842beed626971bdfc 219998 
alsa-base_1.0.17.dfsg-2_all.deb
 456a5572a1891edf66f3d82014cd8a4a61a0b2f8a1cc7ea1a394873dabf811e8 3000848 
alsa-source_1.0.17.dfsg-2_all.deb
Files: 
 5ec718b911ae91d271774627d2878a5d 1394 sound optional 
alsa-driver_1.0.17.dfsg-2.dsc
 216abba69a25d1c20fa196110c977d66 185883 sound optional 
alsa-driver_1.0.17.dfsg-2.diff.gz
 5490b1791eb26dc359102d04c4faab75 26974 sound optional 
linux-sound-base_1.0.17.dfsg-2_all.deb
 96da0e5f9391dafc42397c5d24225ec4 219998 sound optional 
alsa-base_1.0.17.dfsg-2_all.deb
 f1760fd980991b6cb39ee910daafc44b 3000848 sound optional 
alsa-source_1.0.17.dfsg-2_all.deb

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

iEYEARECAAYFAkjCwpMACgkQJYSUupF6Il5pxACg1y7Glye5/k1YMzHVnN9eaFHa
oPUAoJww9SRXCe8svSCNgnA9gfdX+U8y
=6b1/
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to