Your message dated Sun, 07 Aug 2005 23:17:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#317856: fixed in flex 2.5.31-34
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; 12 Jul 2005 03:24:49 +0000
>From [EMAIL PROTECTED] Mon Jul 11 20:24:49 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DsBO0-0004jm-00; Mon, 11 Jul 2005 20:24:48 -0700
Received: from localhost.localdomain 
(pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253])
        (authenticated bits=0)
        by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j6C3OdxZ073122
        (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Mon, 11 Jul 2005 20:24:43 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.50)
        id 1Ds1yZ-0001Ne-MG
        for [EMAIL PROTECTED]; Mon, 11 Jul 2005 10:21:51 -0700
Date: Mon, 11 Jul 2005 10:21:51 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Cannot install HTML documentation
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="SCOJXUq1iwCn05li"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 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-Status: No, hits=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--SCOJXUq1iwCn05li
Content-Type: multipart/mixed; boundary="Do4IU1xF/9sod/r6"
Content-Disposition: inline


--Do4IU1xF/9sod/r6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: flex
Version: 2.5.31-31
Severity: serious
Tags: patch

flex fails to build from source because it cannot find the HTML
version of the manual produced by texi2html:

> install -p    -o root -g root -m 644     debian/html/flex*.html  /tmp/bui=
ldd/flex-2.5.31/debian/flex-doc/usr/share/doc/flex-doc/
> install: cannot stat `debian/html/flex*.html': No such file or directory
> make: *** [install/flex-doc] Error 1

The attached patch fixes this problem.

--=20
Matt

--Do4IU1xF/9sod/r6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="flex_2.5.31-31.patch"
Content-Transfer-Encoding: quoted-printable

diff -u flex-2.5.31/debian/local.mk flex-2.5.31/debian/local.mk
--- flex-2.5.31/debian/local.mk
+++ flex-2.5.31/debian/local.mk
@@ -99,7 +99,7 @@
        gzip -9fqr          $(DOCDIR)/
 # Make sure the copyright file is not compressed
        $(install_file)     debian/copyright        $(DOCDIR)/copyright
-       $(install_file)     debian/html/flex*.html  $(DOCDIR)/
+       $(install_file)     debian/html/flex/*.html $(DOCDIR)/
        ln -s             flex_toc.html           $(DOCDIR)/index.html;
        ln -s               NEWS.gz                 $(DOCDIR)/changelog.gz=20
        $(install_file)     debian/docentry         $(DOCBASEDIR)/$(package)

--Do4IU1xF/9sod/r6--

--SCOJXUq1iwCn05li
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)

iD8DBQFC0qqtfNdgYxVXvBARAiM+AJ9AtzuXSLYlBZnTMN69mIZ5nOhzCgCgsXgA
3UoDt9vj/cRNUSYPTFsrL/4=
=rDNZ
-----END PGP SIGNATURE-----

--SCOJXUq1iwCn05li--

---------------------------------------
Received: (at 317856-close) by bugs.debian.org; 8 Aug 2005 06:24:19 +0000
>From [EMAIL PROTECTED] Sun Aug 07 23:24:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E20wb-0002o5-00; Sun, 07 Aug 2005 23:17:05 -0700
From: Manoj Srivastava <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#317856: fixed in flex 2.5.31-34
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 07 Aug 2005 23:17:05 -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: flex
Source-Version: 2.5.31-34

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

flex-doc_2.5.31-34_all.deb
  to pool/main/f/flex/flex-doc_2.5.31-34_all.deb
flex_2.5.31-34.diff.gz
  to pool/main/f/flex/flex_2.5.31-34.diff.gz
flex_2.5.31-34.dsc
  to pool/main/f/flex/flex_2.5.31-34.dsc
flex_2.5.31-34_i386.deb
  to pool/main/f/flex/flex_2.5.31-34_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Manoj Srivastava <[EMAIL PROTECTED]> (supplier of updated flex 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,  8 Aug 2005 00:17:33 -0500
Source: flex
Binary: flex-doc flex
Architecture: source i386 all
Version: 2.5.31-34
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Manoj Srivastava <[EMAIL PROTECTED]>
Description: 
 flex       - A fast lexical analyzer generator.
 flex-doc   - Documentation for flex (a fast lexical analyzer generator)
Closes: 317856 320134 321080
Changes: 
 flex (2.5.31-34) unstable; urgency=low
 .
   * Bug fix: "FTBFS: Cannot install HTML documentation", thanks to Matt
     Kraai                                                 (Closes: #317856).
   * Bug fix: "flex: doxygen warning: argument `str' of command @param is
     not found in the argumentlist", thanks to Ludovic Rousseau
                                                           (Closes: #320134).
   * Bug fix: "[INTL:nl] Upstream Dutch programs translation", thanks to
     Luk Claes                                             (Closes: #321080).
Files: 
 c6b78cab0af86c2e4738471d1c05d7c4 670 devel standard flex_2.5.31-34.dsc
 8c5f1675b57906038803d6747b4eaef6 208253 devel standard flex_2.5.31-34.diff.gz
 45401b5196f772a073e0faa20a1e6158 149360 doc optional flex-doc_2.5.31-34_all.deb
 73ee5a816dbc69790e48390b7d6d30fd 267976 devel standard flex_2.5.31-34_i386.deb

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

iD8DBQFC9vRpIbrau78kQkwRAuitAKCmQNpHn/DiD1vkTVeFXQ49KFpaLQCg6rdG
KfGVfFp0oR3lkk8TGE5AH/Q=
=catH
-----END PGP SIGNATURE-----


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

Reply via email to