Your message dated Tue, 19 Apr 2005 18:02:56 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#304791: fixed in qla2x00 7.05.00-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; 15 Apr 2005 14:06:54 +0000
>From [EMAIL PROTECTED] Fri Apr 15 07:06:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from artemis.le.ac.uk [143.210.4.129]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DMRTB-0000jB-00; Fri, 15 Apr 2005 07:06:53 -0700
Received: from [143.210.8.57] (helo=falcon.le.ac.uk)
by artemis.le.ac.uk with esmtp (Exim 4.44)
id 1DMRSf-00009O-4H; Fri, 15 Apr 2005 15:06:21 +0100
Received: from rao3 by falcon.le.ac.uk with local (Exim 3.35 #1 (Debian))
id 1DMRSf-0006P0-00; Fri, 15 Apr 2005 15:06:21 +0100
From: Alex Owen <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: qla2x00-source: "make-kpkg modules_clean" fails for
/usr/src/modules/qla2x00
X-Mailer: reportbug 1.50
Date: Fri, 15 Apr 2005 15:06:21 +0100
Message-Id: <[EMAIL PROTECTED]>
Sender: Alex Owen <[EMAIL PROTECTED]>
X-UoL-Id: [EMAIL PROTECTED]@artemis.le.ac.uk
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:
Package: qla2x00-source
Version: 7.01.01-2
Severity: normal
Tags: patch
The first command on the clean target is dh_testdir which checks for
existance of debian/control which does not exist until after the
binary-modules target is called. As the debian/control file does not
exist to begin with then the clean target should also remove it. Here is
a patch to fix things!
Hmmm OK so this is a make file so best merge the two lines by hand to
ensure that tabs and spaces are correct as I'm not sure what has
happened to the below!
Alex Owen
---8<---
--- qla2x00.orig/debian/rules Thu Apr 14 16:59:24 2005
+++ qla2x00/debian/rules Fri Apr 15 14:48:57 2005
@@ -210,6 +210,7 @@
build: build-arch build-indep
clean:
+ if [ -f debian/rules ] ; then touch debian/control ; fi
dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp configure-stamp
@@ -218,6 +219,7 @@
-$(MAKE) clean
dh_clean
+ rm -f debian/control
install: DH_OPTIONS=
install: build
---8<---
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux falcon 2.4.27-686-smp-lvm-vfslock #1 SMP Mon Sep 27 10:07:09 BST
2004 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages qla2x00-source depends on:
ii debhelper 4.0.2 helper programs for debian/rules
ii make 3.79.1-14 The GNU version of the "make" util
---------------------------------------
Received: (at 304791-close) by bugs.debian.org; 19 Apr 2005 22:09:10 +0000
>From [EMAIL PROTECTED] Tue Apr 19 15:09:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DO0u5-0003HF-00; Tue, 19 Apr 2005 15:09:09 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DO0o4-00012s-00; Tue, 19 Apr 2005 18:02:56 -0400
From: Torsten Werner <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#304791: fixed in qla2x00 7.05.00-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 19 Apr 2005 18:02:56 -0400
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: qla2x00
Source-Version: 7.05.00-1
We believe that the bug you reported is fixed in the latest version of
qla2x00, which is due to be installed in the Debian FTP archive:
qla2x00-source_7.05.00-1_all.deb
to pool/non-free/q/qla2x00/qla2x00-source_7.05.00-1_all.deb
qla2x00_7.05.00-1.diff.gz
to pool/non-free/q/qla2x00/qla2x00_7.05.00-1.diff.gz
qla2x00_7.05.00-1.dsc
to pool/non-free/q/qla2x00/qla2x00_7.05.00-1.dsc
qla2x00_7.05.00.orig.tar.gz
to pool/non-free/q/qla2x00/qla2x00_7.05.00.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.
Torsten Werner <[EMAIL PROTECTED]> (supplier of updated qla2x00 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: Wed, 20 Apr 2005 01:31:21 +0200
Source: qla2x00
Binary: qla2x00-source
Architecture: source all
Version: 7.05.00-1
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner <[EMAIL PROTECTED]>
Changed-By: Torsten Werner <[EMAIL PROTECTED]>
Description:
qla2x00-source - Source for the qla2x00 driver for kernel version 2.4
Closes: 304791 304811 304814 305144 305153
Changes:
qla2x00 (7.05.00-1) unstable; urgency=low
.
* New upstream release, closes: #305153, #305144
* fixed debian/rules (clean target and calling fakeroot) thanks to Alex
Owen, closes: #304791
* proper SMP support, thanks to Alex too, closes: #304811
* work around for woody, thanks to Alex again, closes: #304814
* lintian cleanups
Files:
1c044ddb976897aaf210d0ce39221ff7 589 non-free/net optional
qla2x00_7.05.00-1.dsc
d0b676dfc020f2e6ad495569587b9e91 839704 non-free/net optional
qla2x00_7.05.00.orig.tar.gz
d95af152e43ac66464a6381da5b5e4d3 6014 non-free/net optional
qla2x00_7.05.00-1.diff.gz
df74a7ba0c871ad5b0159717e9eb3984 672580 non-free/net optional
qla2x00-source_7.05.00-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCZZiofY3dicTPjsMRAvdZAJ9wzqPagP8Y07V6LZ4NuawRbHT/twCgjxG8
A81EzrBaVWqG5PAPStUdc6Y=
=fHKe
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]