Your message dated Mon, 07 Feb 2005 16:02:03 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#282687: fixed in makedev 2.3.1-76
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; 23 Nov 2004 19:49:14 +0000
>From [EMAIL PROTECTED] Tue Nov 23 11:49:14 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d085030.adsl.hansenet.de (localhost.localdomain) [80.171.85.30] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CWgf4-00055e-00; Tue, 23 Nov 2004 11:49:14 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CWgiD-0006wX-SQ; Tue, 23 Nov 2004 20:52:29 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: makedev: Please add support for the ppc64 architecture to 'MAKEDEV'
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 23 Nov 2004 20:52:29 +0100
Delivered-To: [EMAIL PROTECTED]
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: makedev
Severity: wishlist
Tags: patch

The attached patch adds support for the ppc64 architecture to 'MAKEDEV' 
by using the settings from 'generic-powerpc' in the same way 
as the amd64 architecture uses the settings from 'generic-i386'.

Regards
Andreas Jochens

diff -urN ../tmp-orig/makedev-2.3.1/MAKEDEV ./MAKEDEV
--- ../tmp-orig/makedev-2.3.1/MAKEDEV   2004-11-23 19:51:20.890778888 +0000
+++ ./MAKEDEV   2004-11-23 19:48:46.312278392 +0000
@@ -336,6 +336,9 @@
                        powerpc)
                                $0 $opts generic-powerpc
                                ;;
+                       ppc64)
+                               $0 $opts generic-powerpc
+                               ;;
                        s390)
                                $0 $opts generic-s390
                                ;;

---------------------------------------
Received: (at 282687-close) by bugs.debian.org; 7 Feb 2005 21:08:03 +0000
>From [EMAIL PROTECTED] Mon Feb 07 13:08:03 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 1CyG71-0000sA-00; Mon, 07 Feb 2005 13:08:03 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CyG1D-0003iO-00; Mon, 07 Feb 2005 16:02:03 -0500
From: Bdale Garbee <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#282687: fixed in makedev 2.3.1-76
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 07 Feb 2005 16:02:03 -0500
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: 
X-CrossAssassin-Score: 5

Source: makedev
Source-Version: 2.3.1-76

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

makedev_2.3.1-76.diff.gz
  to pool/main/m/makedev/makedev_2.3.1-76.diff.gz
makedev_2.3.1-76.dsc
  to pool/main/m/makedev/makedev_2.3.1-76.dsc
makedev_2.3.1-76_all.deb
  to pool/main/m/makedev/makedev_2.3.1-76_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bdale Garbee <[EMAIL PROTECTED]> (supplier of updated makedev 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: Mon,  7 Feb 2005 13:47:00 -0700
Source: makedev
Binary: makedev
Architecture: source all
Version: 2.3.1-76
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee <[EMAIL PROTECTED]>
Changed-By: Bdale Garbee <[EMAIL PROTECTED]>
Description: 
 makedev    - creates device files in /dev
Closes: 267670 272333 277195 278237 282687 285258 293705
Changes: 
 makedev (2.3.1-76) unstable; urgency=low
 .
   * make ppc64 an alias for powerpc, closes: #282687
   * add ttyB[0-7] to generic-hppa for console on K-class, etc, closes: #293705
   * add initial support for uba*, closes: #278237
   * add a target pmu duplicating pmu part of misc, closes: #267670, #277195
   * fix man page bug with mcdx, closes: #285258
   * add dac960_gam creation to dac960 target, closes: #272333
Files: 
 b087f56bffc1c187de0e3530dde02670 554 base required makedev_2.3.1-76.dsc
 430be30d37426abdb4bb4886142fabfe 46586 base required makedev_2.3.1-76.diff.gz
 228993acd1597dd7a54a9be9e0bb80ce 40724 base required makedev_2.3.1-76_all.deb

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

iD8DBQFCB9RNZKfAp/LPAagRAmpIAJ92+JY8M/Kn6uZIDIzbB1Z7qspuzACeKHtY
/G3XSAHjK73ONVYm4/Spghk=
=Y35Z
-----END PGP SIGNATURE-----


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

Reply via email to