Your message dated Sun, 03 Jul 2005 09:32:03 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#263359: fixed in wap-wml-tools 0.0.4-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; 3 Aug 2004 22:52:36 +0000 >From [EMAIL PROTECTED] Tue Aug 03 15:52:36 2004 Return-path: <[EMAIL PROTECTED]> Received: from c204114.adsl.hansenet.de (localhost) [213.39.204.114] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Bs895-0002JE-00; Tue, 03 Aug 2004 15:52:35 -0700 Received: from aj by localhost with local (Exim 4.34) id 1Bs894-0002Um-Gr; Wed, 04 Aug 2004 00:52:34 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: wap-wml-tools: FTBFS: Missing Build-Depends on 'debhelper' and 'libxml-dev Message-Id: <[EMAIL PROTECTED]> Date: Wed, 04 Aug 2004 00:52:34 +0200 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: wap-wml-tools Severity: normal Tags: patch When building 'wap-wml-tools' in a clean chroot I get the following error: dh_testdir make: dh_testdir: Command not found make: *** [clean] Error 127 Please add the missing Build-Depends on 'debhelper' and 'libxml-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/wap-wml-tools-0.0.4/debian/control ./debian/control --- ../tmp-orig/wap-wml-tools-0.0.4/debian/control 2004-08-04 00:48:10.455857325 +0200 +++ ./debian/control 2004-08-04 00:48:06.312658971 +0200 @@ -2,6 +2,7 @@ Section: non-free/web Priority: optional Maintainer: Fernando Sanchez <[EMAIL PROTECTED]> +Build-Depends: debhelper, libxml-dev Standards-Version: 3.0.1 Package: wap-wml-tools --------------------------------------- Received: (at 263359-close) by bugs.debian.org; 3 Jul 2005 13:38:04 +0000 >From [EMAIL PROTECTED] Sun Jul 03 06:38:04 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 1Dp4fc-0008Aj-00; Sun, 03 Jul 2005 06:38:04 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1Dp4Zn-0000BH-00; Sun, 03 Jul 2005 09:32:03 -0400 From: Fernando Sanchez <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#263359: fixed in wap-wml-tools 0.0.4-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 03 Jul 2005 09:32:03 -0400 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: Source: wap-wml-tools Source-Version: 0.0.4-2 We believe that the bug you reported is fixed in the latest version of wap-wml-tools, which is due to be installed in the Debian FTP archive: wap-wml-tools_0.0.4-2.diff.gz to pool/non-free/w/wap-wml-tools/wap-wml-tools_0.0.4-2.diff.gz wap-wml-tools_0.0.4-2.dsc to pool/non-free/w/wap-wml-tools/wap-wml-tools_0.0.4-2.dsc wap-wml-tools_0.0.4-2_i386.deb to pool/non-free/w/wap-wml-tools/wap-wml-tools_0.0.4-2_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. Fernando Sanchez <[EMAIL PROTECTED]> (supplier of updated wap-wml-tools 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----- Format: 1.7 Date: Sun, 3 Jul 2005 13:17:27 +0200 Source: wap-wml-tools Binary: wap-wml-tools Architecture: source i386 Version: 0.0.4-2 Distribution: unstable Urgency: low Maintainer: Fernando Sanchez <[EMAIL PROTECTED]> Changed-By: Fernando Sanchez <[EMAIL PROTECTED]> Description: wap-wml-tools - Wireless Markup Language development and test tools Closes: 263359 276982 Changes: wap-wml-tools (0.0.4-2) unstable; urgency=low . * Added Build-Depends: debhelper, libxml2-dev (Closes: Bug#263359) * Added test for TMPDIR variable in configure script * Created simple man pages from README files and binary usage instructions * Updated Standards-version to 3.6.2 * Created debian/compat (V4) * Versioned Build-Depends on debhelper >= 4 * Removed dh_suidregister from rules file * Switched to dh_installman instead of dh_installmanpages * Added ${misc:Depends} to Depends field in control file * Revised package description * Applied patch from Florian Steinel <[EMAIL PROTECTED]> which converts wap-wml-tools to libxml2 (Closes: Bug#276982) * Small addition to Florian's patch: now we use xml2-config instead of xml-config in configure script so that proper link options are generated Files: 927e1d646d4edb94d002566b7f7b43d7 905 non-free/web optional wap-wml-tools_0.0.4-2.dsc 1e616fbf653d1378ae27d4433f3d7cd1 6606 non-free/web optional wap-wml-tools_0.0.4-2.diff.gz 0ce258070b1a85ea921d0f6677795e02 31792 non-free/web optional wap-wml-tools_0.0.4-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use Charset: noconv iQEVAwUBQsfXp0e61tg/7DnrAQGTHggAqvDdBJZ7r80oYajDkHGeNtbEiho1Jqar n7cVmd4Zflb+MoFN2Lr/EI2jdmHzy67/NOPfY47cK9QuWe5JKWgyhEZjenboRG9K 63J0ciYi1moSZBa64M6n+SDIOI4lwbNHQNV7Hxp8yjKVhApQz+ZjCI24vZEZRfA3 5HfkatG3kuNFRkVj5syp1P3qM+cTi9rzS93SnSUHVhfuGS4QgwvZRiE7JFM90inj l43I3VY/I8JJYnlhCmEjIG/KE0y+6edSYlED/0avqbxB67HO5aPy6KhOfhR4Qgme W3POwPPRjbEQhju+I14vAWOPgztYenRYDsGGFunKLPyky/qUdi9mIQ== =VLCK -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]