[Linux-wlan-ng-devel] Bug#347795: marked as done (linux-wlan-ng:
postinst dependency on /etc/init.d/pcmcia prevents install)
Debian Bug Tracking System
owner at bugs.debian.org
Sun Jan 29 23:03:45 UTC 2006
Your message dated Sun, 29 Jan 2006 14:47:12 -0800
with message-id <E1F3LKC-0005Lz-Uk at spohr.debian.org>
and subject line Bug#347795: fixed in linux-wlan-ng 0.2.4+svn20060128-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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 12 Jan 2006 18:47:40 +0000
>From debbug_20060112 at tilion.org Thu Jan 12 10:47:40 2006
Return-path: <debbug_20060112 at tilion.org>
Received: from [81.187.216.65] (helo=shiny.tilion.org)
by spohr.debian.org with esmtp (Exim 4.50)
id 1Ex7U3-0003YE-RB
for submit at bugs.debian.org; Thu, 12 Jan 2006 10:47:40 -0800
Received: from shiny.tilion.org (localhost [127.0.0.1])
by shiny.tilion.org (8.13.5/8.13.5/Debian-3) with ESMTP id k0CIl60M012918
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
Thu, 12 Jan 2006 18:47:07 GMT
Received: (from gpm at localhost)
by shiny.tilion.org (8.13.5/8.13.5/Submit) id k0CIl3kL012917;
Thu, 12 Jan 2006 18:47:03 GMT
X-Authentication-Warning: shiny.tilion.org: gpm set sender to debbug_20060112 at tilion.org using -f
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: gp mitchell <debbug_20060112 at tilion.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: linux-wlan-ng: postinst dependency on /etc/init.d/pcmcia prevents install
Message-ID: <20060112184703.12719.60887.reportbug at shiny.tilion.org>
X-Mailer: reportbug 3.18
Date: Thu, 12 Jan 2006 18:47:03 +0000
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: linux-wlan-ng
Version: 0.2.3-1
Severity: important
Tags: patch
*** Please type your report below this line *** The postinst script
linux-wlan-ng.postinst fails with exit code 5 if /etc/init.d/pcmcia
exists but package pcmcia-cs is not installed. I had previously
installed pcmciautils and had removed, but not purged, pcmcia-cs.
Purging pcmcia-cs enabled linux-wlan-ng to install.
A simple fix is for linux-wlan-ng.postinst to check for the
presence of pcmciautils and run that instead.
Here is a patch:
--- linux-wlan-ng.postinst 2006-01-12 18:26:34.000000000 +0000
+++ linux-wlan-ng.postinst.new 2006-01-12 18:29:23.000000000 +0000
@@ -14,6 +14,8 @@
# Reload pcmcia config files, as this package drops a new one in.
if [ -x /etc/init.d/pcmcia ]; then
invoke-rc.d pcmcia reload
+ elif [ -x /etc/init.d/pcmciautils ]; then
+ invoke-rc.d pcmciautils reload
fi
# Old version created bogus /dev/nul file.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages linux-wlan-ng depends on:
ii libc6 2.3.5-11 GNU C Library: Shared libraries an
ii udev 0.079-1 /dev/ and hotplug management daemo
ii wireless-tools 27+28pre13-1 Tools for manipulating Linux Wirel
Versions of packages linux-wlan-ng recommends:
pn linux-wlan-ng-0.2.3-1-modules <none> (no description available)
pn linux-wlan-ng-doc <none> (no description available)
-- no debconf information
---------------------------------------
Received: (at 347795-close) by bugs.debian.org; 29 Jan 2006 22:50:37 +0000
>From katie at ftp-master.debian.org Sun Jan 29 14:50:37 2006
Return-path: <katie at ftp-master.debian.org>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1F3LKC-0005Lz-Uk; Sun, 29 Jan 2006 14:47:12 -0800
From: Enrico Tassi <gareuselesinge at debian.org>
To: 347795-close at bugs.debian.org
X-Katie: $Revision: 1.65 $
Subject: Bug#347795: fixed in linux-wlan-ng 0.2.4+svn20060128-1
Message-Id: <E1F3LKC-0005Lz-Uk at spohr.debian.org>
Sender: Archive Administrator <katie at ftp-master.debian.org>
Date: Sun, 29 Jan 2006 14:47:12 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: linux-wlan-ng
Source-Version: 0.2.4+svn20060128-1
We believe that the bug you reported is fixed in the latest version of
linux-wlan-ng, which is due to be installed in the Debian FTP archive:
linux-wlan-ng-doc_0.2.4+svn20060128-1_all.deb
to pool/main/l/linux-wlan-ng/linux-wlan-ng-doc_0.2.4+svn20060128-1_all.deb
linux-wlan-ng-firmware_0.2.4+svn20060128-1_all.deb
to pool/main/l/linux-wlan-ng/linux-wlan-ng-firmware_0.2.4+svn20060128-1_all.deb
linux-wlan-ng-source_0.2.4+svn20060128-1_all.deb
to pool/main/l/linux-wlan-ng/linux-wlan-ng-source_0.2.4+svn20060128-1_all.deb
linux-wlan-ng_0.2.4+svn20060128-1.diff.gz
to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.4+svn20060128-1.diff.gz
linux-wlan-ng_0.2.4+svn20060128-1.dsc
to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.4+svn20060128-1.dsc
linux-wlan-ng_0.2.4+svn20060128-1_i386.deb
to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.4+svn20060128-1_i386.deb
linux-wlan-ng_0.2.4+svn20060128.orig.tar.gz
to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.4+svn20060128.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 347795 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Enrico Tassi <gareuselesinge at debian.org> (supplier of updated linux-wlan-ng 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 at debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 28 Jan 2006 17:15:15 +0100
Source: linux-wlan-ng
Binary: linux-wlan-ng-firmware linux-wlan-ng-doc linux-wlan-ng-source linux-wlan-ng
Architecture: source all i386
Version: 0.2.4+svn20060128-1
Distribution: unstable
Urgency: low
Maintainer: Victor Seva <linuxmaniac at torreviejawireless.org>
Changed-By: Enrico Tassi <gareuselesinge at debian.org>
Description:
linux-wlan-ng - utilities for wireless prism2 cards
linux-wlan-ng-doc - documentation for wlan-ng
linux-wlan-ng-firmware - firmware files used by the linux-wlan-ng driver
linux-wlan-ng-source - linux-wlan-ng driver
Closes: 347795 347797 348472
Changes:
linux-wlan-ng (0.2.4+svn20060128-1) unstable; urgency=low
.
[ Enrico Tassi ]
* fixed missing dependencies of the linux-wlan-ng-firwamre package
(Closes: 348472)
* added support for pcmciautils (Closes: #347797,#347795)
* removed useless build-depends
* updated to the new upstream 0.2.4 version plus the svn commits up to
28/01/2006 (rev 1768) that mainly include the removal of the broken and
unused (at least in Debian) wland code
.
[ Victor Seva ]
* remove all package modules
Files:
b76e882c000c38d131d13b549045a281 779 admin extra linux-wlan-ng_0.2.4+svn20060128-1.dsc
fbed181968d6979cc821852c07ba7806 360611 admin extra linux-wlan-ng_0.2.4+svn20060128.orig.tar.gz
0a8693685137ebca68aa333547af749e 40834 admin extra linux-wlan-ng_0.2.4+svn20060128-1.diff.gz
aa8fa2f9d9f6fb75225b8aca323c20c8 456050 admin extra linux-wlan-ng-source_0.2.4+svn20060128-1_all.deb
9ad2a9ac8384a22c5f8e09d0c55cfbc5 83134 admin extra linux-wlan-ng-doc_0.2.4+svn20060128-1_all.deb
208425d4e527272239beb656ea5a0b4e 54712 admin extra linux-wlan-ng-firmware_0.2.4+svn20060128-1_all.deb
478530fafa30f9c535adf48ff7697f5f 114612 admin extra linux-wlan-ng_0.2.4+svn20060128-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD3T2Q7kkcPgEj8vIRAqp1AKCYf6AeFcO7URdbbycDUMzRyI1PMQCghgln
TH4HqyrrX01TbyXozk8iYug=
=v5w0
-----END PGP SIGNATURE-----
More information about the Linux-wlan-ng-devel
mailing list