Your message dated Tue, 20 Sep 2005 19:32:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#314653: fixed in mh-e 7.84-2
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; 17 Jun 2005 17:26:18 +0000
>From [EMAIL PROTECTED] Fri Jun 17 10:26:18 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d027074.adsl.hansenet.de (localhost.localdomain) [80.171.27.74] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DjKbi-0002zq-00; Fri, 17 Jun 2005 10:26:18 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DjKbg-00083a-UK; Fri, 17 Jun 2005 19:26:16 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: mh-e: FTBFS: Missing Build-Depends on 'emacs21'
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 17 Jun 2005 19:26:16 +0200
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: mh-e
Version: 7.84-1
Severity: serious
Tags: patch

When building 'mh-e' in a clean 'unstable' chroot,
I get the following error:

echo ";;  (require 'mh-e-autoloads)" >> mh-e-autoloads.el
echo ";;" >> mh-e-autoloads.el
echo ";;; Code:" >> mh-e-autoloads.el
emacs -batch --no-site-file --multibyte --eval "(setq load-path (cons \".\" 
load-path))" -l autoload \
          --eval '(setq generated-autoload-file (expand-file-name 
"mh-e-autoloads.el"))' \
          --eval '(setq make-backup-files nil)' \
         -f batch-update-autoloads .
/bin/sh: emacs: command not found
make[1]: *** [mh-e-autoloads.el] Error 127
make[1]: Leaving directory `/mh-e-7.84/src'
make: *** [build-stamp] Error 2

Please add the missing Build-Depends on 'emacs21'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/mh-e-7.84/debian/control ./debian/control
--- ../tmp-orig/mh-e-7.84/debian/control        2003-11-19 05:46:11.000000000 
+0100
+++ ./debian/control    2005-06-17 19:22:28.000000000 +0200
@@ -2,7 +2,7 @@
 Section: mail
 Priority: extra
 Maintainer: Peter S Galbraith <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 3.0.0), texinfo
+Build-Depends-Indep: debhelper, texinfo, emacs21
 Standards-Version: 3.6.1
 
 Package: mh-e

---------------------------------------
Received: (at 314653-close) by bugs.debian.org; 21 Sep 2005 02:38:03 +0000
>From [EMAIL PROTECTED] Tue Sep 20 19:38:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EHuP0-00013u-00; Tue, 20 Sep 2005 19:32:06 -0700
From: Peter S Galbraith <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#314653: fixed in mh-e 7.84-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 20 Sep 2005 19:32:06 -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: mh-e
Source-Version: 7.84-2

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

mh-e_7.84-2.diff.gz
  to pool/main/m/mh-e/mh-e_7.84-2.diff.gz
mh-e_7.84-2.dsc
  to pool/main/m/mh-e/mh-e_7.84-2.dsc
mh-e_7.84-2_all.deb
  to pool/main/m/mh-e/mh-e_7.84-2_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.
Peter S Galbraith <[EMAIL PROTECTED]> (supplier of updated mh-e 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: Tue, 20 Sep 2005 22:13:51 -0400
Source: mh-e
Binary: mh-e
Architecture: source all
Version: 7.84-2
Distribution: unstable
Urgency: low
Maintainer: Peter S Galbraith <[EMAIL PROTECTED]>
Changed-By: Peter S Galbraith <[EMAIL PROTECTED]>
Description: 
 mh-e       - Emacs interface to the MH mail system
Closes: 314653
Changes: 
 mh-e (7.84-2) unstable; urgency=low
 .
   * Bug fix: "mh-e: FTBFS: Missing Build-Depends on 'emacs21'", thanks to
     Andreas Jochens (Closes: #314653).
   * Standards-Version: 3.6.2 without changes.
Files: 
 48a6580016320848c5125b663224a944 688 mail extra mh-e_7.84-2.dsc
 c7fd367c5424247abb927e0efbc875a1 442 mail extra mh-e_7.84-2.diff.gz
 6160a2584796a516f82e4fc4c10aad23 378632 mail extra mh-e_7.84-2_all.deb

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

iQCVAwUBQzDCArwVH8jSqROhAQIZjwP/Wsw1PUb89ZQqux/vFgYjzBW1yC/EFjuI
xC82V32vbDkmAu4ebZYI7T4Z7qSFAk9fOEFnf7MMP1bVO2fgHFl6g2BZ9uoL/fZo
GzzzrzbySpppyRSPFLC8AfBt2Fh7NEZWMbwLJnsqrvU2/SE9o5ek9xT8yKMtzeOA
doJmLNpmUHg=
=nskj
-----END PGP SIGNATURE-----


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

Reply via email to