Your message dated Sat, 06 Aug 2005 07:32:03 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319976: fixed in calc 2.02f-24
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; 26 Jul 2005 01:46:18 +0000
>From [EMAIL PROTECTED] Mon Jul 25 18:46:18 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 1DxEWP-0008J4-00; Mon, 25 Jul 2005 18:46:18 -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 j6Q1kGCB021731
        (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Mon, 25 Jul 2005 18:46:17 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
        id 1DxAjn-0001Dp-35
        for [EMAIL PROTECTED]; Mon, 25 Jul 2005 14:43:51 -0700
Date: Mon, 25 Jul 2005 14:43:51 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Cannot move HTML documentation
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="qlTNgmc+xy1dBmNv"
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-Level: 
X-Spam-Status: No, hits=-2.6 required=4.0 tests=BAYES_00,DATE_IN_PAST_03_06 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--qlTNgmc+xy1dBmNv
Content-Type: multipart/mixed; boundary="0F1p//8PRICkK4MW"
Content-Disposition: inline


--0F1p//8PRICkK4MW
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: calc
Version: 2.02f-23
Severity: serious
Tags: patch

calc fails to build because it cannot move its HTML documentation,
which recent versions of texi2html place in a subdirectory:

> test -f stamp-build-calc || texi2html -doctype html2 -expandinfo -menu \
>          -split=3Dchapter -Verbose  calc.texinfo;
> # Expanded: verbatim ifnotxml documentdescription ifnotplaintext html ifi=
nfo ifnotdocbook titlepage ifset menu copying ifnottex ifclear ifhtml=20
> # created directory calc
> # putting result files into directory calc/
> # reading from calc.texinfo
> # using 'en' as document language
> # end of pass texi
> # end of pass structure
> ** `Interactive Tutorial' doesn't appear in menus
> ** `Top' is up for `Interactive Tutorial', but has no menu entry for this=
 node
> # Writing elements:
> # Writing to calc/calc.html .** Unknown command [EMAIL PROTECTED]' (left as 
> is) =
(l. 245)
> [Top]
> # Writing to calc/calc_1.html ..
=2E..
> # Writing to calc/calc_43.html .
> # writing Toc in calc/calc_toc.html
> # writing Overview in calc/calc_ovr.html
> # writing About in calc/calc_abt.html
> # that's all folks
> test -f stamp-build-calc || mv -f *.html debian/html
> mv: cannot stat `*.html': No such file or directory

The attached patch fixes this problem.

--=20
Matt

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

diff -u calc-2.02f/debian/local.mk calc-2.02f/debian/local.mk
--- calc-2.02f/debian/local.mk
+++ calc-2.02f/debian/local.mk
@@ -24,7 +24,7 @@
=20
 CLEAN/calc::
        test ! -d $(TMPTOP) || rm -rf $(TMPTOP)
-       rm -f $(package)*.html
+       rm -fr $(package)
        rm -f $(package)*.info $(package)*.info-?? $(package)*.info-?
=20
 build/calc:
@@ -37,7 +37,7 @@
        test -f stamp-build-calc || $(MAKE) info
        test -f stamp-build-calc || texi2html -doctype html2 -expandinfo -menu \
                   -split=3Dchapter -Verbose  $(package).texinfo;
-       test -f stamp-build-calc || mv -f *.html debian/html
+       test -f stamp-build-calc || mv -f $(package)/*.html debian/html
        touch stamp-build-calc
=20
=20

--0F1p//8PRICkK4MW--

--qlTNgmc+xy1dBmNv
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)

iD8DBQFC5V0WfNdgYxVXvBARAnsIAJ9FO+AQiADbgphYO8fnppubW3VfPgCfY11f
i3yoQLiDawqJRdv4KRrI+rk=
=UU0i
-----END PGP SIGNATURE-----

--qlTNgmc+xy1dBmNv--

---------------------------------------
Received: (at 319976-close) by bugs.debian.org; 6 Aug 2005 14:45:23 +0000
>From [EMAIL PROTECTED] Sat Aug 06 07:45:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E1PiV-00041C-00; Sat, 06 Aug 2005 07:32:03 -0700
From: Manoj Srivastava <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319976: fixed in calc 2.02f-24
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 06 Aug 2005 07:32:03 -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: calc
Source-Version: 2.02f-24

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

calc_2.02f-24.diff.gz
  to pool/main/c/calc/calc_2.02f-24.diff.gz
calc_2.02f-24.dsc
  to pool/main/c/calc/calc_2.02f-24.dsc
calc_2.02f-24_all.deb
  to pool/main/c/calc/calc_2.02f-24_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.
Manoj Srivastava <[EMAIL PROTECTED]> (supplier of updated calc 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: Sat,  6 Aug 2005 07:50:38 -0500
Source: calc
Binary: calc
Architecture: source all
Version: 2.02f-24
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Manoj Srivastava <[EMAIL PROTECTED]>
Description: 
 calc       - An advanced calculator and mathematical tool for Emacs.
Closes: 319976
Changes: 
 calc (2.02f-24) unstable; urgency=low
 .
   * Bug fix: "FTBFS: Cannot move HTML documentation", thanks to Matt Kraai
                                                             (Closes: #319976).
Files: 
 d21328fbdb1b5902e55b33405d44f9cb 584 math optional calc_2.02f-24.dsc
 bbd42a2acc49d7f132d5ec8206553019 40618 math optional calc_2.02f-24.diff.gz
 8acbad773619d7c78bb7a60e87f37039 1403386 math optional calc_2.02f-24_all.deb

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

iD8DBQFC9MO3Ibrau78kQkwRAh7xAKCpJGuE/vbILii5Z9njmrC4DwgXVQCgunds
iLpj729mEiB3lreUC1/UvXE=
=hEHE
-----END PGP SIGNATURE-----


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

Reply via email to