Bug#261570: marked as done (Missed XSI:isms...)
Debian Bug Tracking System
owner@bugs.debian.org
Mon, 26 Jul 2004 15:18:15 -0700
Your message dated Mon, 26 Jul 2004 18:02:12 -0400
with message-id <E1BpDXw-0003lp-00@newraff.debian.org>
and subject line Bug#261570: fixed in grub 0.95+cvs20040624-7
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 maintonly) by bugs.debian.org; 26 Jul 2004 19:12:25 +0000
>From tao@acc.umu.se Mon Jul 26 12:12:25 2004
Return-path: <tao@acc.umu.se>
Received: from khan.acc.umu.se [130.239.18.139] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BpAtd-0002lV-00; Mon, 26 Jul 2004 12:12:25 -0700
Received: from localhost (localhost [127.0.0.1])
by amavisd-new (Postfix) with ESMTP id 48D02D23C
for <maintonly@bugs.debian.org>; Mon, 26 Jul 2004 21:12:23 +0200 (MEST)
Received: by khan.acc.umu.se (Postfix, from userid 23136)
id 58FEFD23F; Mon, 26 Jul 2004 21:12:19 +0200 (MEST)
Date: Mon, 26 Jul 2004 21:12:19 +0200
From: David Weinehall <tao@debian.org>
To: "Debian Bug Tracking System, Maintonly" <maintonly@bugs.debian.org>
Subject: Missed XSI:isms...
Message-ID: <20040726191219.GS22472@khan.acc.umu.se>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.1i
X-Accept-Language: Swedish, English
X-GPG-Fingerprint: 7ACE 0FB0 7A74 F994 9B36 E1D1 D14E 8526 DC47 CA16
X-GPG-Key: http://www.acc.umu.se/~tao/files/pubkey_dc47ca16.gpg.asc
X-Virus-Scanned: by amavisd-new at acc.umu.se
Delivered-To: maintonly@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(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_2004_03_25
X-Spam-Level:
Package: grub
Version: 0.95+cvs20040624-6
Severity: minor
Tags: patch
Doh. I seem to have missed out a `local' in debian/update-grub and
a couple of `-a' in util/mkbimage. The included patch fixes this.
Rationale:
Policy 10.4
http://www.opengroup.org/onlinepubs/009695399/utilities/test.html
Regards: David Weinehall
diff -ur grub-0.95+cvs20040624-old/debian/update-grub grub-0.95+cvs20040624/debian/update-grub
--- grub-0.95+cvs20040624-old/debian/update-grub 2004-07-25 18:14:29.000000000 +0300
+++ grub-0.95+cvs20040624/debian/update-grub 2004-07-26 21:55:32.000000000 +0300
@@ -201,7 +201,6 @@
# Calls OS-specific convert, and returns a default of
# (hd0,0) if anything goes wrong
convert_default () {
- local tmp
if tmp=$(convert $1 2>/dev/null) ; then
echo $tmp
else
diff -ur grub-0.95+cvs20040624-old/util/mkbimage grub-0.95+cvs20040624/util/mkbimage
--- grub-0.95+cvs20040624-old/util/mkbimage 2004-04-29 22:45:11.000000000 +0300
+++ grub-0.95+cvs20040624/util/mkbimage 2004-07-26 21:57:09.000000000 +0300
@@ -232,10 +232,10 @@
if [ ! "$image_type" ]; then
image_type=hd;
-elif [ "$image_type" != "1.20" -a "$image_type" != "1.44" \
- -a "$image_type" != "1.60" -a "$image_type" != "1.68" \
- -a "$image_type" != "2.88" -a "$image_type" != "1.74" \
- -a "$image_type" != "hd" -a "$image_type" != "1.60" ] ; then
+elif [ "$image_type" != "1.20" ] && [ "$image_type" != "1.44" ] && \
+ [ "$image_type" != "1.60" ] && [ "$image_type" != "1.68" ] && \
+ [ "$image_type" != "2.88" ] && [ "$image_type" != "1.74" ] && \
+ [ "$image_type" != "hd" ] && [ "$image_type" != "1.60" ] ; then
error wrong_type ;
fi
---------------------------------------
Received: (at 261570-close) by bugs.debian.org; 26 Jul 2004 22:08:13 +0000
>From katie@ftp-master.debian.org Mon Jul 26 15:08:13 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BpDdk-0005zs-00; Mon, 26 Jul 2004 15:08:13 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1BpDXw-0003lp-00; Mon, 26 Jul 2004 18:02:12 -0400
From: Robert Millan <rmh@debian.org>
To: 261570-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#261570: fixed in grub 0.95+cvs20040624-7
Message-Id: <E1BpDXw-0003lp-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Mon, 26 Jul 2004 18:02:12 -0400
Delivered-To: 261570-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(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_2004_03_25
X-Spam-Level:
X-CrossAssassin-Score: 3
Source: grub
Source-Version: 0.95+cvs20040624-7
We believe that the bug you reported is fixed in the latest version of
grub, which is due to be installed in the Debian FTP archive:
grub-disk_0.95+cvs20040624-7_all.deb
to pool/main/g/grub/grub-disk_0.95+cvs20040624-7_all.deb
grub-doc_0.95+cvs20040624-7_all.deb
to pool/main/g/grub/grub-doc_0.95+cvs20040624-7_all.deb
grub_0.95+cvs20040624-7.diff.gz
to pool/main/g/grub/grub_0.95+cvs20040624-7.diff.gz
grub_0.95+cvs20040624-7.dsc
to pool/main/g/grub/grub_0.95+cvs20040624-7.dsc
grub_0.95+cvs20040624-7_i386.deb
to pool/main/g/grub/grub_0.95+cvs20040624-7_i386.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 261570@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Robert Millan <rmh@debian.org> (supplier of updated grub 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@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 26 Jul 2004 23:39:43 +0200
Source: grub
Binary: grub-disk grub grub-doc
Architecture: source i386 all
Version: 0.95+cvs20040624-7
Distribution: unstable
Urgency: low
Maintainer: Grub Maintainers <pkg-grub-devel@lists.alioth.debian.org>
Changed-By: Robert Millan <rmh@debian.org>
Description:
grub - GRand Unified Bootloader
grub-disk - GRUB bootable disk image
grub-doc - Documentation for GRand Unified Bootloader
Closes: 239111 261447 261570
Changes:
grub (0.95+cvs20040624-7) unstable; urgency=low
.
* patches/xfs_freeze.diff: New. Fix grub-install for XFS. (Closes: #239111)
* update-grub: s/local tmp//g. Thanks again, David. (Closes: #261570)
* patches/raid_cciss.diff: New. Support for CCISS devices. (Closes: #261447)
* Use type-handling to auto-generate dpkg archlist for i386 cpus.
- control.in: New. Set 'Architecture: @i386@' and add type-handling to
Build-Depends.
- rules: Auto-generate debian/control in clean target.
Files:
9ecc6a0fede724c8ad247ce8230875ec 857 admin optional grub_0.95+cvs20040624-7.dsc
4256f9d5f1f6dc4f593925826af04dfd 53203 admin optional grub_0.95+cvs20040624-7.diff.gz
1c34fb89807fb51fe1fa35cf8116863a 348762 admin optional grub_0.95+cvs20040624-7_i386.deb
e6878cb78f5c8c2e1800e330cffcf4b5 226464 admin optional grub-disk_0.95+cvs20040624-7_all.deb
49e59bf4d82798334d3d59ba317164a3 259142 doc optional grub-doc_0.95+cvs20040624-7_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBBXzdC19io6rUCv8RAs89AJ4sKpKGMlMypKgZ5XwtxuVizGrr3QCfWp73
FXfT9xAfiT9p5NlYhNT6do8=
=pidC
-----END PGP SIGNATURE-----