Your message dated Mon, 12 Sep 2005 01:47:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#323730: fixed in mailcrypt 3.5.8+CVS.2005.04.29.1-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; 18 Aug 2005 06:56:23 +0000
>From [EMAIL PROTECTED] Wed Aug 17 23:56:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E5eK7-00040v-00; Wed, 17 Aug 2005 23:56:23 -0700
Received: from localhost.localdomain 
(pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233])
        (authenticated bits=0)
        by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7I6uLS2087793
        (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Wed, 17 Aug 2005 23:56:22 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
        id 1E5REE-00012N-IP
        for [EMAIL PROTECTED]; Wed, 17 Aug 2005 09:57:26 -0700
Date: Wed, 17 Aug 2005 09:57:26 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Cannot find HTML documentation
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="ftEhullJWpWg/VHq"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1030/Wed Aug 17 08:53:46 2005 on zoot.lafn.org
X-Virus-Status: Clean
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=-2.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_12_24 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--ftEhullJWpWg/VHq
Content-Type: multipart/mixed; boundary="KsGdsel6WgEHnImy"
Content-Disposition: inline


--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: mailcrypt
Version: 3.5.8-3
Severity: serious
Tags: patch

mailcrypt fails to build because it cannot install the HTML
documentation:

> install -m 644 *.html /tmp/buildd/mailcrypt-3.5.8/debian/tmp///usr/share/=
doc/mailcrypt//HTML
> install: cannot stat `*.html': No such file or directory

Recent versions of texi2html place the HTML documentation in a
subdirectory.  The attached patch makes mailcrypt handle this.

--=20
Matt

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable

diff -u mailcrypt-3.5.8/debian/rules mailcrypt-3.5.8/debian/rules
--- mailcrypt-3.5.8/debian/rules
+++ mailcrypt-3.5.8/debian/rules
@@ -86,7 +86,7 @@
        gzip -9frv $(tmp)//usr/share/doc/mailcrypt/
        ln -sf ChangeLog.gz $(tmp)//usr/share/doc/mailcrypt//changelog.gz
        $(INSTDATA) debian/copyright $(tmp)//usr/share/doc/mailcrypt/
-       $(INSTDATA) *.html $(tmp)//usr/share/doc/mailcrypt//HTML
+       $(INSTDATA) mailcrypt/*.html $(tmp)//usr/share/doc/mailcrypt//HTML
        ln -snf mailcrypt_toc.html 
$(tmp)//usr/share/doc/mailcrypt//HTML/index.ht=
ml
=20
 #       install Debian system files
only in patch2:
unchanged:
--- mailcrypt-3.5.8.orig/Makefile.in
+++ mailcrypt-3.5.8/Makefile.in
@@ -124,9 +124,9 @@
 mailcrypt.ps: mailcrypt.dvi
        $(DVIPS) -f $(srcdir)/mailcrypt.dvi >$@
=20
-html: mailcrypt_toc.html
+html: mailcrypt/mailcrypt_toc.html
=20
-mailcrypt_toc.html: mailcrypt.texi
+mailcrypt/mailcrypt_toc.html: mailcrypt.texi
        $(TEXI2HTML) -split_chapter $(srcdir)/mailcrypt.texi
=20
 TAGS: $(SOURCES)
@@ -135,7 +135,7 @@
 clean:
        rm -f $(OBJECTS)
        -rm -f *.aux *.cp *.cps *.fn *.ky *.log *.pg *.toc *.tp *.vr
-       -rm -f *.html
+       -rm -rf mailcrypt
        rm -f TAGS
=20
 distclean: clean

--KsGdsel6WgEHnImy--

--ftEhullJWpWg/VHq
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFDA2x2fNdgYxVXvBARAkiYAJ48sezscrOnZ8ibVAIZ9am2jUDkMACbBCgD
9oDN3U4erDB8/K1XraayBHg=
=a3rr
-----END PGP SIGNATURE-----

--ftEhullJWpWg/VHq--

---------------------------------------
Received: (at 323730-close) by bugs.debian.org; 12 Sep 2005 08:48:36 +0000
>From [EMAIL PROTECTED] Mon Sep 12 01:48:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EEjxy-0006Vn-00; Mon, 12 Sep 2005 01:47:06 -0700
From: [EMAIL PROTECTED] (Davide G. M. Salvetti)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323730: fixed in mailcrypt 3.5.8+CVS.2005.04.29.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 12 Sep 2005 01:47: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: mailcrypt
Source-Version: 3.5.8+CVS.2005.04.29.1-1

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

mailcrypt_3.5.8+CVS.2005.04.29.1-1.diff.gz
  to pool/main/m/mailcrypt/mailcrypt_3.5.8+CVS.2005.04.29.1-1.diff.gz
mailcrypt_3.5.8+CVS.2005.04.29.1-1.dsc
  to pool/main/m/mailcrypt/mailcrypt_3.5.8+CVS.2005.04.29.1-1.dsc
mailcrypt_3.5.8+CVS.2005.04.29.1-1_all.deb
  to pool/main/m/mailcrypt/mailcrypt_3.5.8+CVS.2005.04.29.1-1_all.deb
mailcrypt_3.5.8+CVS.2005.04.29.1.orig.tar.gz
  to pool/main/m/mailcrypt/mailcrypt_3.5.8+CVS.2005.04.29.1.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.
Davide G. M. Salvetti <[EMAIL PROTECTED]> (supplier of updated mailcrypt 
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, 11 Sep 2005 00:19:49 +0200
Source: mailcrypt
Binary: mailcrypt
Architecture: source all
Version: 3.5.8+CVS.2005.04.29.1-1
Distribution: unstable
Urgency: medium
Maintainer: Davide G. M. Salvetti <[EMAIL PROTECTED]>
Changed-By: Davide G. M. Salvetti <[EMAIL PROTECTED]>
Description: 
 mailcrypt  - An Emacs interface to the GNU Privacy Guard
Closes: 323730
Changes: 
 mailcrypt (3.5.8+CVS.2005.04.29.1-1) unstable; urgency=medium
 .
   * New CVS upstream source.
   * Urgency high: Fixes a serious bug.
   * ../Makefile.in (mailcrypt_toc.html): Added an option to "texi2html" in
     order to avoid a subdirectory for the generated HTML files; thanks to
     Matt Kraai.  (Closes: #323730)
     (distclean): Also remove "tests/Makefile", "tests/remailer/Makefile",
     and "autom4te.cache/".
Files: 
 887904b39e991c083b1f989cb28c5b45 684 mail optional 
mailcrypt_3.5.8+CVS.2005.04.29.1-1.dsc
 3bb92c742c0e7daeee9c0a4b57b50281 173763 mail optional 
mailcrypt_3.5.8+CVS.2005.04.29.1.orig.tar.gz
 d297c1e3632d0d50c68a8bb407cf6b95 33291 mail optional 
mailcrypt_3.5.8+CVS.2005.04.29.1-1.diff.gz
 d0ec8b80accc39e5e4ac45af1f72dfaa 186508 mail optional 
mailcrypt_3.5.8+CVS.2005.04.29.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: http://www.linux.it/~salve/dgms.gpg

iD8DBQFDJDXTISswbJOWhl0RAqeaAJ9O7gIJ609TBgjLaxytpS7HuutQIgCgp+6c
7g+lP3kJFymEGqvEW4g+aPQ=
=z3K9
-----END PGP SIGNATURE-----


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

Reply via email to