Your message dated Sat, 17 Nov 2007 17:02:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#450947: fixed in rt73 1:1.0.3.6-cvs20071114-dfsg1-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: rt73-source
Version: 1:1.0.3.6-cvs20071013-1
Severity: normal

The rt73-module*.postinst scripts contain the following code:

,----
| # Package maintainer's commands follow:
| if [ "`uname -r`" = "2.6.22.12" ]; then
|     /sbin/depmod -a
| fi
| # End of package maintainer's commands
`----

This is suboptimal, because depmod will not be run if you install a
module for a not running kernel; and since the Debian init scripts do
not run depmod at all, the module will not work until depmod is run
manually.  You should probably do something like that (taken from the
nvidia-kernel postinst):

,----
| # Automatically added by dh_installmodules
| if [ "$1" = "configure" ]; then
|       if [ -e /boot/System.map-2.6.22.12 ]; then
|               depmod -a -F /boot/System.map-2.6.22.12 2.6.22.12 || true
|       fi
| fi
| # End automatically added section
`----

This insures that depmod is run even if the kernel for the module is
not currently running.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.12
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rt73-source depends on:
ii  bzip2                         1.0.3-7    high-quality block-sorting file co
ii  module-assistant              0.10.11    tool to make module package creati
ii  yada                          0.54       Yet Another Debianisation Aid

Versions of packages rt73-source recommends:
ii  rt73-common      1:1.0.3.6-cvs20071013-1 RT73(RT2571W) Wireless Lan Linux D

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: rt73
Source-Version: 1:1.0.3.6-cvs20071114-dfsg1-1

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

rt73-common_1.0.3.6-cvs20071114-dfsg1-1_all.deb
  to pool/contrib/r/rt73/rt73-common_1.0.3.6-cvs20071114-dfsg1-1_all.deb
rt73-source_1.0.3.6-cvs20071114-dfsg1-1_all.deb
  to pool/contrib/r/rt73/rt73-source_1.0.3.6-cvs20071114-dfsg1-1_all.deb
rt73_1.0.3.6-cvs20071114-dfsg1-1.diff.gz
  to pool/contrib/r/rt73/rt73_1.0.3.6-cvs20071114-dfsg1-1.diff.gz
rt73_1.0.3.6-cvs20071114-dfsg1-1.dsc
  to pool/contrib/r/rt73/rt73_1.0.3.6-cvs20071114-dfsg1-1.dsc
rt73_1.0.3.6-cvs20071114-dfsg1.orig.tar.gz
  to pool/contrib/r/rt73/rt73_1.0.3.6-cvs20071114-dfsg1.orig.tar.gz



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.
Piotr Roszatycki <[EMAIL PROTECTED]> (supplier of updated rt73 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: Sat, 17 Nov 2007 02:12:00 +0100
Source: rt73
Binary: rt73-source rt73-common
Architecture: source all
Version: 1:1.0.3.6-cvs20071114-dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ralink packages maintainers <[EMAIL PROTECTED]>
Changed-By: Piotr Roszatycki <[EMAIL PROTECTED]>
Description: 
 rt73-common - RT73(RT2571W) Wireless Lan Linux Driver - common files
 rt73-source - RT73(RT2571W) Wireless Lan Linux Driver - kernel module sources
Closes: 449397 450947
Changes: 
 rt73 (1:1.0.3.6-cvs20071114-dfsg1-1) unstable; urgency=low
 .
   * New CVS snapshot with removed non-free binary firmware. Closes: #449397.
   * Maintaining by pkg-ralink Alioth project.
   * Renamed compiled package to rt73-modules-KVERS.
   * Recommends: rutilt
   * Fixed postinst script and added preinst script. Closes: #450947.
   * The /lib/firmware/rt73.bin symlink is created with update-rt73-firmware
     script, so the package won't conflict with rt73-firmware package.
   * Do not blacklist other drivers by default.
   * Added udev rule for automatic ifconfig up.
   * The README.Debian files synchronized with other pkg-ralink packages.
   * The source file contains the tool for fetching the latest CVS snapshot.
Files: 
 11d557a457db3759ed4a48c214c6acb5 894 contrib/net extra 
rt73_1.0.3.6-cvs20071114-dfsg1-1.dsc
 6d8ec5b2f9c7738fcff0b17865d2ee79 303855 contrib/net extra 
rt73_1.0.3.6-cvs20071114-dfsg1.orig.tar.gz
 afa9706391c34930c9ed1f1fcc3303fa 8204 contrib/net extra 
rt73_1.0.3.6-cvs20071114-dfsg1-1.diff.gz
 a227e5fbaf08c4a4f46635046f98b369 238240 contrib/net extra 
rt73-source_1.0.3.6-cvs20071114-dfsg1-1_all.deb
 c96f0b5ef4687edf7a6883b88a890b34 15138 contrib/net extra 
rt73-common_1.0.3.6-cvs20071114-dfsg1-1_all.deb

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

iD8DBQFHPxwChMHHe8CxClsRAp2rAKDeXkLX1ZTBdgw0t7sedk17GnY+xACgtP/s
fnk7uNdEf5maOvhITlN9AhE=
=7CE7
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to