Your message dated Sun, 28 Aug 2005 02:47:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#307836: fixed in ndiswrapper 1.2+1.3rc1-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; 5 May 2005 19:31:40 +0000
>From [EMAIL PROTECTED] Thu May 05 12:31:40 2005
Return-path: <[EMAIL PROTECTED]>
Received: from fmdt9-114.2wcm.comporium.net (matled.ath.cx) [165.166.185.114] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DTm4S-000703-00; Thu, 05 May 2005 12:31:40 -0700
Received: from matled by matled.ath.cx with local (Exim 4.50)
        id 1DTm4Q-00066r-Sw
        for [EMAIL PROTECTED]; Thu, 05 May 2005 15:31:38 -0400
Content-Type: multipart/mixed; boundary="===============1695952931=="
MIME-Version: 1.0
From: Matthias Lederhofer <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ndiswrapper: debian/rules does not work POSIX conform shell (dash)
X-Mailer: reportbug 3.8
Date: Thu, 05 May 2005 15:31:38 -0400
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1695952931==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: ndiswrapper
Severity: normal
Tags: patch

debian/rules install/ndiswrapper-source fails with:
cp debian/{changelog,compat,copyright} modules/ndiswrapper/debian
cp: cannot stat `debian/{changelog,compat,copyright}': No such file or
directory
make: *** [install/ndiswrapper-source] Error 1

because dash does not know {} as a filename pattern and as far as I
could find out this is no pattern described by the POSIX standard for
shells.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US.ISO-8859-1)

--===============1695952931==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="patch"

--- rules.orig  2005-05-05 15:06:14.000000000 -0400
+++ rules       2005-05-05 15:06:36.000000000 -0400
@@ -11,7 +11,7 @@
        mkdir -p modules/ndiswrapper/debian
        cp -ra driver/* modules/ndiswrapper
        cp INSTALL version modules/ndiswrapper
-       cp debian/{changelog,compat,copyright} modules/ndiswrapper/debian
+       cp debian/changelog debian/compat debian/copyright 
modules/ndiswrapper/debian
        cp debian/*.modules.in modules/ndiswrapper/debian
        sed -i 's/@NDW_VERS@/$(NDW_VERS)/g' 
modules/ndiswrapper/debian/control.modules.in
        install -m755 debian/rules.modules modules/ndiswrapper/debian/rules

--===============1695952931==--

---------------------------------------
Received: (at 307836-close) by bugs.debian.org; 28 Aug 2005 09:51:04 +0000
>From [EMAIL PROTECTED] Sun Aug 28 02:51:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E9Jkm-0003lX-00; Sun, 28 Aug 2005 02:47:04 -0700
From: Andres Salomon <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#307836: fixed in ndiswrapper 1.2+1.3rc1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 28 Aug 2005 02:47:04 -0700
Delivered-To: [EMAIL PROTECTED]
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: ndiswrapper
Source-Version: 1.2+1.3rc1-1

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

ndiswrapper-source_1.2+1.3rc1-1_all.deb
  to pool/main/n/ndiswrapper/ndiswrapper-source_1.2+1.3rc1-1_all.deb
ndiswrapper-utils_1.2+1.3rc1-1_i386.deb
  to pool/main/n/ndiswrapper/ndiswrapper-utils_1.2+1.3rc1-1_i386.deb
ndiswrapper_1.2+1.3rc1-1.diff.gz
  to pool/main/n/ndiswrapper/ndiswrapper_1.2+1.3rc1-1.diff.gz
ndiswrapper_1.2+1.3rc1-1.dsc
  to pool/main/n/ndiswrapper/ndiswrapper_1.2+1.3rc1-1.dsc
ndiswrapper_1.2+1.3rc1.orig.tar.gz
  to pool/main/n/ndiswrapper/ndiswrapper_1.2+1.3rc1.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.
Andres Salomon <[EMAIL PROTECTED]> (supplier of updated ndiswrapper 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: Sun, 28 Aug 2005 04:52:13 -0400
Source: ndiswrapper
Binary: ndiswrapper-source ndiswrapper-utils
Architecture: source i386 all
Version: 1.2+1.3rc1-1
Distribution: unstable
Urgency: low
Maintainer: Andres Salomon <[EMAIL PROTECTED]>
Changed-By: Andres Salomon <[EMAIL PROTECTED]>
Description: 
 ndiswrapper-source - Source for the ndiswrapper linux kernel module
 ndiswrapper-utils - Userspace utilities for ndiswrapper
Closes: 307836
Changes: 
 ndiswrapper (1.2+1.3rc1-1) unstable; urgency=low
 .
   * New upstream release.
   * Get rid of some bashisms in various scripts (closes: #307836).
Files: 
 4394b41222a782634793820ad76d34f3 634 misc optional ndiswrapper_1.2+1.3rc1-1.dsc
 3832ad8cf9b38671bce2f8824b7c49f5 157286 misc optional 
ndiswrapper_1.2+1.3rc1.orig.tar.gz
 7e762765b1da769a4e9d56185ea8d50b 7242 misc optional 
ndiswrapper_1.2+1.3rc1-1.diff.gz
 cf01a644414a274ac38dbb69d3d473f9 121858 misc optional 
ndiswrapper-source_1.2+1.3rc1-1_all.deb
 b28ab780f6f1f6776db9022873b5eb44 25636 misc optional 
ndiswrapper-utils_1.2+1.3rc1-1_i386.deb

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

iD8DBQFDEYUg78o9R9NraMQRAnmhAKCFy4tJePTS8Hh3nTOUzUVUW7SL3ACcD3DJ
OfWQ5ed8w6U/PXxM3rJrw0o=
=GyM3
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to