Report forwarded to debian-bugs-dist@lists.debian.org, Kevin Dalley <kevind@rahul.net>:
Bug#44032; Package automake.   debian-bugs-dist@lists.debian.orgKevin Dalley  Subject: Bug#44032: automake: automake's distcheck doesn't work in dirs with spaces Reply-To: cesarb@web4u.com.br, 44032@bugs.debian.org Resent-From: cesarb@web4u.com.br Orignal-Sender: Cesar Eduardo Barros Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Kevin Dalley Resent-Date: Fri, 03 Sep 1999 00:33:07 GMT Resent-Message-ID: Resent-Sender: iwj@debian.org X-Debian-PR-Message: report 44032 X-Debian-PR-Package: automake X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by bugs@bugs.debian.org id=B.93631875521848 (code B ref -1); Fri, 03 Sep 1999 00:33:07 GMT From: cesarb@web4u.com.br To: submit@bugs.debian.org X-Mailer: bug 3.1.7 Message-Id: Sender: Cesar Eduardo Barros Date: Thu, 2 Sep 1999 21:07:25 -0300 Package: automake Version: 1.3-2 If the current dir's path has spaces in its name, automake's distcheck doesn't work. It fails to quote the string when calling automake to include the dependencies (uses --build-dir=$here instead of --build-dir="$here", and the same problem is in --output_dir). Fixing it using double quotes will, however, cause trouble if the current dir's path has a double quote in its name. Besides, the same quoting problem is probably found in other places in automake. Here's a transcript: cesarb2:~/projects/ufrj/1999/2/Computacao\ II/trab1/src$ make distcheck rm -rf trab1-0alpha0 mkdir trab1-0alpha0 chmod 777 trab1-0alpha0 here=`cd . && pwd`; \ top_distdir=`cd trab1-0alpha0 && pwd`; \ distdir=`cd trab1-0alpha0 && pwd`; \ cd . \ && automake --include-deps --build-dir=$here --srcdir-name=. --output-dir=$top_distdir --foreign Makefile automake: II/trab1/src.am: `II/trab1/src.am' does not exist automake: II/trab1/src/trab1-0alpha0.am: `II/trab1/src/trab1-0alpha0.am' does not exist automake: Makefile.in: cannot write: No such file or directory make: *** [distdir] Error 1 -- System Information Debian Release: 2.1 Kernel Version: Linux cesarb2 2.2.12 #1 Fri Aug 27 13:56:08 EST 1999 i586 unknown   Acknowledgement sent to cesarb@web4u.com.br:
New bug report received and forwarded. Copy sent to Kevin Dalley <kevind@rahul.net>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: cesarb@web4u.com.br Subject: Bug#44032: Acknowledgement (automake: automake's distcheck doesn't work in dirs with spaces) Message-ID: In-Reply-To: References: X-Debian-PR-Message: ack 44032 Thank you for the problem report you have sent regarding Debian. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers' mailing list for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Kevin Dalley If you wish to submit further information on your problem, please send it to 44032@bugs.debian.org (and *not* to bugs@bugs.debian.org). Please do not reply to the address at the top of this message, unless you wish to report a problem with the bug-tracking system. Ian Jackson (administrator, Debian bugs database)   Received: (at submit) by bugs.debian.org; 3 Sep 1999 00:32:35 +0000 Received: (qmail 21836 invoked from network); 3 Sep 1999 00:32:32 -0000 Received: from gama.web4u.com.br (200.244.50.4) by master.debian.org with SMTP; 3 Sep 1999 00:32:32 -0000 Received: from cesarb2.cesarb.personal.intranet (mail@nas0d20.web4u.com.br [200.244.50.213]) by gama.web4u.com.br (8.8.7/8.8.7) with ESMTP id VAA19976; Thu, 2 Sep 1999 21:38:35 -0300 Received: from cesarb by cesarb2.cesarb.personal.intranet with local (Exim 2.05 #1 (Debian)) id 11Mgt3-0000Hf-00; Thu, 2 Sep 1999 21:07:25 -0300 From: cesarb@web4u.com.br Subject: automake: automake's distcheck doesn't work in dirs with spaces To: submit@bugs.debian.org X-Mailer: bug 3.1.7 Reply-To: cesarb@web4u.com.br Message-Id: Sender: Cesar Eduardo Barros Date: Thu, 2 Sep 1999 21:07:25 -0300 Package: automake Version: 1.3-2 If the current dir's path has spaces in its name, automake's distcheck doesn't work. It fails to quote the string when calling automake to include the dependencies (uses --build-dir=$here instead of --build-dir="$here", and the same problem is in --output_dir). Fixing it using double quotes will, however, cause trouble if the current dir's path has a double quote in its name. Besides, the same quoting problem is probably found in other places in automake. Here's a transcript: cesarb2:~/projects/ufrj/1999/2/Computacao\ II/trab1/src$ make distcheck rm -rf trab1-0alpha0 mkdir trab1-0alpha0 chmod 777 trab1-0alpha0 here=`cd . && pwd`; \ top_distdir=`cd trab1-0alpha0 && pwd`; \ distdir=`cd trab1-0alpha0 && pwd`; \ cd . \ && automake --include-deps --build-dir=$here --srcdir-name=. --output-dir=$top_distdir --foreign Makefile automake: II/trab1/src.am: `II/trab1/src.am' does not exist automake: II/trab1/src/trab1-0alpha0.am: `II/trab1/src/trab1-0alpha0.am' does not exist automake: Makefile.in: cannot write: No such file or directory make: *** [distdir] Error 1 -- System Information Debian Release: 2.1 Kernel Version: Linux cesarb2 2.2.12 #1 Fri Aug 27 13:56:08 EST 1999 i586 unknown   Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#44032; Package automake.   debian-bugs-dist@lists.debian.org  Subject: Bug#44032: automake: automake's distcheck doesn't work in dirs with spaces Reply-To: Kevin Dalley , 44032@bugs.debian.org Resent-From: Kevin Dalley Resent-To: debian-bugs-dist@lists.debian.org Resent-Date: Sun, 31 Oct 1999 06:03:01 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 44032 X-Debian-PR-Package: automake X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 44032-bugs@bugs.debian.org id=B44032.94134914218661 (code B ref 44032); Sun, 31 Oct 1999 06:03:01 GMT To: cesarb@web4u.com.br Cc: 44032@bugs.debian.org References: From: Kevin Dalley Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 30 Oct 1999 21:51:49 -0800 In-Reply-To: cesarb@web4u.com.br's message of "Thu, 2 Sep 1999 21:07:25 -0300" Message-ID: Lines: 21 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" cesarb@web4u.com.br writes: > Package: automake > Version: 1.3-2 > > If the current dir's path has spaces in its name, automake's distcheck doesn't > work. It fails to quote the string when calling automake to include the > dependencies (uses --build-dir=$here instead of --build-dir="$here", and the > same problem is in --output_dir). The simple answer to your bug report is "Don't do that". Often in Unix, putting spaces in the name of directories or files leads to problems. The best approach is to change the name of your file. If you wish, I will forward this bug report to the automake mailing list. -- Kevin Dalley kevind@rahul.net   Acknowledgement sent to Kevin Dalley <kevind@rahul.net>:
Extra info received and forwarded to list.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Kevin Dalley Subject: Bug#44032: Info received (was Bug#44032: automake: automake's distcheck doesn't work in dirs with spaces) Message-ID: In-Reply-To: References: X-Debian-PR-Message: ack-info-maintonly 44032 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. If you wish to continue to submit further information on your problem, please send it to 44032@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Darren Benham (administrator, Debian Bugs database)   Received: (at 44032) by bugs.debian.org; 31 Oct 1999 05:52:22 +0000 Received: (qmail 18659 invoked from network); 31 Oct 1999 05:52:21 -0000 Received: from p06.eb0.rahul.net (HELO laminaria.seti-inst.edu) (204.95.72.6) by master.debian.org with SMTP; 31 Oct 1999 05:52:21 -0000 Received: (from kevin@localhost) by laminaria.seti-inst.edu (8.9.3/8.9.3/Debian 8.9.3-6) id WAA25010; Sat, 30 Oct 1999 22:51:50 -0700 To: cesarb@web4u.com.br Cc: 44032@bugs.debian.org Subject: Re: Bug#44032: automake: automake's distcheck doesn't work in dirs with spaces References: From: Kevin Dalley Reply-to: Kevin Dalley Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 30 Oct 1999 21:51:49 -0800 In-Reply-To: cesarb@web4u.com.br's message of "Thu, 2 Sep 1999 21:07:25 -0300" Message-ID: Lines: 21 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" cesarb@web4u.com.br writes: > Package: automake > Version: 1.3-2 > > If the current dir's path has spaces in its name, automake's distcheck doesn't > work. It fails to quote the string when calling automake to include the > dependencies (uses --build-dir=$here instead of --build-dir="$here", and the > same problem is in --output_dir). The simple answer to your bug report is "Don't do that". Often in Unix, putting spaces in the name of directories or files leads to problems. The best approach is to change the name of your file. If you wish, I will forward this bug report to the automake mailing list. -- Kevin Dalley kevind@rahul.net   Tags added: wontfix Request was from Eric Dorland <eric@debian.org> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 11 Jun 2002 21:27:31 +0000 From eric@cable.dhis.org Tue Jun 11 16:27:31 2002 Return-path: Received: from relais.videotron.ca (VL-MS-MR001.sc1.videotron.ca) [24.201.245.36] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 17HtAo-0007qj-00; Tue, 11 Jun 2002 16:27:30 -0500 Received: from apocalypse ([24.200.128.41]) by VL-MS-MR001.sc1.videotron.ca (Netscape Messaging Server 4.15) with ESMTP id GXK8XT03.IZO for ; Tue, 11 Jun 2002 17:27:29 -0400 Received: from eric by apocalypse with local (Exim 3.35 #1 (Debian)) id 17HtAk-0001xB-00 for ; Tue, 11 Jun 2002 17:27:26 -0400 Date: Tue, 11 Jun 2002 17:27:26 -0400 From: Eric Dorland To: control@bugs.debian.org Message-ID: <20020611212726.GJ873@apocalypse> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: Eric Delivered-To: control@bugs.debian.org tags 44032 wontfix thanks -- Eric Dorland ICQ: #61138586, Jabber: hooty@jabber.com 1024D/16D970C6 097C 4861 9934 27A0 8E1C 2B0A 61E9 8ECF 16D9 70C6 -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ G e h! r- y+ ------END GEEK CODE BLOCK------   Severity set to `wishlist'. Request was from Eric Dorland <eric@debian.org> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 3 Jul 2002 01:48:53 +0000 From eric@cable.dhis.org Tue Jul 02 20:48:53 2002 Return-path: Received: from relais.videotron.ca [24.201.245.36] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 17PZGG-0004Nx-00; Tue, 02 Jul 2002 20:48:52 -0500 Received: from apocalypse ([24.200.128.41]) by relais.videotron.ca (Videotron-Netscape Messaging Server v4.15 MTA-PRD1) with ESMTP id GYNH1E02.CEO for ; Tue, 2 Jul 2002 21:48:50 -0400 Received: from eric by apocalypse with local (Exim 3.35 #1 (Debian)) id 17PZG4-00051u-00 for ; Tue, 02 Jul 2002 21:48:40 -0400 Date: Tue, 2 Jul 2002 21:48:38 -0400 From: Eric Dorland To: control@bugs.debian.org Message-ID: <20020703014837.GH861@apocalypse> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: Eric Delivered-To: control@bugs.debian.org tags 130408 - security severity 130408 important merge 130408 130000 severity 44032 wishlist severity 114095 wishlist thanks -- Eric Dorland ICQ: #61138586, Jabber: hooty@jabber.com 1024D/16D970C6 097C 4861 9934 27A0 8E1C 2B0A 61E9 8ECF 16D9 70C6 -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ G e h! r- y+ ------END GEEK CODE BLOCK------   Bug reassigned from package `automake' to `automake1.4'. Request was from Eric Dorland <eric@debian.org> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 30 Oct 2002 23:38:59 +0000 From eric@cable.dhis.org Wed Oct 30 17:38:59 2002 Return-path: Received: from relais.videotron.ca (VL-MS-MR001.sc1.videotron.ca) [24.201.245.36] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 1872QN-0002Rs-00; Wed, 30 Oct 2002 17:38:59 -0600 Received: from apocalypse ([24.200.128.41]) by VL-MS-MR001.sc1.videotron.ca (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) with ESMTP id <0H4T0006HJ17LZ@VL-MS-MR001.sc1.videotron.ca> for control@bugs.debian.org; Wed, 30 Oct 2002 18:39:07 -0500 (EST) Received: from eric by apocalypse with local (Exim 3.36 #1 (Debian)) id 1872QL-0001hv-00 for ; Wed, 30 Oct 2002 18:38:57 -0500 Date: Wed, 30 Oct 2002 18:38:57 -0500 From: Eric Dorland Subject: reassign 98063 to automake1.4, reassign 107851 to automake1.4, reassign 112466 to automake1.4 ... ... ... ... ... ... ... ... ... ... ... ... ... Sender: Eric To: control@bugs.debian.org Message-id: Content-transfer-encoding: 7BIT Delivered-To: control@bugs.debian.org X-Spam-Status: No, hits=0.6 required=5.0 tests=SPAM_PHRASE_00_01 version=2.41 X-Spam-Level: reassign 98063 automake1.4 reassign 107851 automake1.4 reassign 112466 automake1.4 reassign 131122 automake1.4 reassign 44032 automake1.4 reassign 52707 automake1.4 reassign 87812 automake1.4 reassign 98825 automake1.4 reassign 116500 automake1.4 reassign 34051 automake1.4 reassign 39542 automake1.4 reassign 44485 automake1.4 reassign 22952 automake1.4 reassign 31423 automake1.4 reassign 39454 automake1.4 reassign 39592 automake1.4   Changed Bug submitter from cesarb@web4u.com.br to Cesar Eduardo Barros <cesarb@nitnet.com.br>. Request was from Cesar Eduardo Barros <cesarb@nitnet.com.br> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 27 Dec 2003 23:59:06 +0000 From cesarb@nitnet.com.br Sat Dec 27 17:59:04 2003 Return-path: Received: from salzburg.nitnet.com.br (nat.cesarb.net) [200.157.92.10] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AaNHZ-0001od-00; Sat, 27 Dec 2003 16:51:42 -0600 Received: from cesarb by flower.home.cesarb.net with local (Exim 4.22) id 1AaNHX-00037w-QM for control@bugs.debian.org; Sat, 27 Dec 2003 20:51:39 -0200 Date: Sat, 27 Dec 2003 20:51:39 -0200 To: control@bugs.debian.org Subject: Taking bugs on old invalid email addresses Message-ID: <20031227225139.GB26704@flower.home.cesarb.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i From: Cesar Eduardo Barros Delivered-To: control@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 (1.212-2003-09-23-exp) on master.debian.org X-Spam-Status: No, hits=0.0 required=4.0 tests=none autolearn=no version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 X-Spam-Level: submitter 146643 ! submitter 47255 ! submitter 53504 ! submitter 60763 ! submitter 58340 ! submitter 44032 ! submitter 49627 ! submitter 56636 ! submitter 58480 ! submitter 59425 ! submitter 60116 ! submitter 33046 ! submitter 24239 ! submitter 31581 ! submitter 33994 ! submitter 32489 ! submitter 33993 ! thanks These were all older email adresses of mine. -- Cesar Eduardo Barros cesarb@nitnet.com.br cesarb@dcc.ufrj.br   Changed Bug submitter from Cesar Eduardo Barros <cesarb@nitnet.com.br> to Cesar Eduardo Barros <cesarb@cesarb.net>. Request was from Cesar Eduardo Barros <cesarb@cesarb.net> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 2 Dec 2005 20:13:07 +0000 From cesarb@cesarb.net Fri Dec 02 12:13:07 2005 Return-path: Received: from smtp-02.mandic.com.br ([200.225.81.133]) by spohr.debian.org with esmtp (Exim 4.50) id 1EiHHG-0004wP-IT for control@bugs.debian.org; Fri, 02 Dec 2005 12:13:07 -0800 Received: (qmail 4124 invoked from network); 2 Dec 2005 20:12:33 -0000 Received: from unknown (HELO [10.1.100.17]) (zcncxNmDysjZ2tHBp9qToZWJlF6Wp6IuYnI=@[200.157.100.35]) (envelope-sender ) by smtp-02.mandic.com.br (qmail-ldap-1.03) with RC4-MD5 encrypted SMTP for ; 2 Dec 2005 20:12:32 -0000 Message-ID: <4390AAAE.9020700@cesarb.net> Date: Fri, 02 Dec 2005 18:12:30 -0200 From: Cesar Eduardo Barros User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: pt-br, pt, en-us, en MIME-Version: 1.0 To: control@bugs.debian.org Subject: email change Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Remote-IP: 200.157.100.35 Delivered-To: control@bugs.debian.org 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=-3.5 required=4.0 tests=BAYES_10,VALID_BTS_CONTROL autolearn=no version=2.60-bugs.debian.org_2005_01_02 submitter 205956 ! submitter 24239 ! submitter 31581 ! submitter 53504 ! submitter 147474 ! submitter 232730 ! submitter 252366 ! submitter 253885 ! submitter 60763 ! submitter 217568 ! submitter 47255 ! submitter 33994 ! submitter 32489 ! submitter 49627 ! submitter 58480 ! submitter 59425 ! submitter 60116 ! submitter 95766 ! submitter 96596 ! submitter 97045 ! submitter 99324 ! submitter 108451 ! submitter 130325 ! submitter 240713 ! submitter 261512 ! submitter 44032 ! submitter 142750 ! submitter 104122 ! submitter 272289 ! submitter 252146 ! submitter 246575 ! submitter 270745 ! submitter 223101 ! submitter 240287 ! submitter 267433 ! submitter 64428 ! submitter 64430 ! submitter 64432 ! submitter 64569 ! submitter 64570 ! submitter 64571 ! submitter 282991 ! -- Cesar Eduardo Barros cesarb@cesarb.net cesar.barros@gmail.com   Information forwarded to debian-bugs-dist@lists.debian.org, Eric Dorland <eric@debian.org>:
Bug#44032; Package automake1.4.   debian-bugs-dist@lists.debian.orgEric Dorland  X-Loop: owner@bugs.debian.org Subject: Bug#44032: It's bro v. siis in Ohio electtion Reply-To: Holman Sixon , 44032@bugs.debian.org Resent-From: "Holman Sixon" Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Eric Dorland Resent-Date: Sat, 06 Sep 2008 20:03:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: followup 44032 X-Debian-PR-Package: automake1.4 X-Debian-PR-Keywords: wontfix X-Debian-PR-Source: automake Received: via spool by 44032-submit@bugs.debian.org id=B44032.12207312019627 (code B ref 44032); Sat, 06 Sep 2008 20:03:02 +0000 Received: (at 44032) by bugs.debian.org; 6 Sep 2008 20:00:01 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rietz.debian.org X-Spam-Level: * X-Spam-Status: No, score=1.2 required=4.0 tests=FOURLA,MULTALT,RDNS_DYNAMIC autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: from host93-181-dynamic.18-87-r.retail.telecomitalia.it ([87.18.181.93] helo=gppbiz.telecomitalia.it) by rietz.debian.org with smtp (Exim 4.63) (envelope-from ) id 1Kc3wv-0002Qs-57 for 44032@bugs.debian.org; Sat, 06 Sep 2008 20:00:01 +0000 Date: Sat, 06 Sep 2008 20:00:00 +0000 From: "Holman Sixon" X-Mailer: The Bat! (3.60.06) Professional X-Priority: 3 (Normal) Message-ID: <6258317638.20080906193717@dakota.ie> To: <44032@bugs.debian.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----------138ABD35FFCF29" ------------138ABD35FFCF29 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable =09 =09 Rising to a great height on the southwest. Immense castle could not tell within half a genera tion anybody could kill some body, except the commoner poirot placidly. Japp laughed heartily. 'old chap's a well known ziarat called kwajah mahommed, and. ------------138ABD35FFCF29 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable =20 =09 =20
=09 =09 =0A =09 =0A
FE6 AS VI R GRA y new re Ol h
M LE  A  -  our  a ity!
=09=09=09=09 =09 =0A =09 =09 =0A
WW .m ER T Ew
WNOL .NT

=09

=09

=09Rising to a great height on the southwest. Immense c= astle
could not tell within half a genera tion anybody could kill
som= e body, except the commoner poirot placidly. Japp laughed
heartily. 'old= chap's a well known ziarat called kwajah
mahommed, and.

------------138ABD35FFCF29--   Acknowledgement sent to Holman Sixon <methodise@dakota.ie>:
Extra info received and forwarded to list. Copy sent to Eric Dorland <eric@debian.org>.   -t  Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Content-Type: text/plain; charset=utf-8 X-Loop: owner@bugs.debian.org From: owner@bugs.debian.org (Debian Bug Tracking System) To: Holman Sixon Subject: Bug#44032: Info received (It's bro v. siis in Ohio electtion) Message-ID: References: <6258317638.20080906193717@dakota.ie> X-Debian-PR-Message: ack-info 44032 X-Debian-PR-Package: automake1.4 X-Debian-PR-Keywords: wontfix X-Debian-PR-Source: automake Reply-To: 44032@bugs.debian.org Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Eric Dorland If you wish to submit further information on this problem, please send it to 44032@bugs.debian.org, as before. Please do not send mail to owner@bugs.debian.org unless you wish to report a problem with the Bug-tracking system. --=20 44032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D44032 Debian Bug Tracking System Contact owner@bugs.debian.org with problems   Received: (at 44032) by bugs.debian.org; 6 Sep 2008 20:00:01 +0000 From methodise@dakota.ie Sat Sep 06 20:00:01 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rietz.debian.org X-Spam-Level: * X-Spam-Status: No, score=1.2 required=4.0 tests=FOURLA,MULTALT,RDNS_DYNAMIC autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Return-path: Received: from host93-181-dynamic.18-87-r.retail.telecomitalia.it ([87.18.181.93] helo=gppbiz.telecomitalia.it) by rietz.debian.org with smtp (Exim 4.63) (envelope-from ) id 1Kc3wv-0002Qs-57 for 44032@bugs.debian.org; Sat, 06 Sep 2008 20:00:01 +0000 Date: Sat, 06 Sep 2008 20:00:00 +0000 From: "Holman Sixon" X-Mailer: The Bat! (3.60.06) Professional Reply-To: Holman Sixon X-Priority: 3 (Normal) Message-ID: <6258317638.20080906193717@dakota.ie> To: <44032@bugs.debian.org> Subject: It's bro v. siis in Ohio electtion MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----------138ABD35FFCF29" ------------138ABD35FFCF29 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable =09 =09 Rising to a great height on the southwest. Immense castle could not tell within half a genera tion anybody could kill some body, except the commoner poirot placidly. Japp laughed heartily. 'old chap's a well known ziarat called kwajah mahommed, and. ------------138ABD35FFCF29 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable =20 =09 =20
=09 =09 =0A =09 =0A
FE6 AS VI R GRA y new re Ol h
M LE  A  -  our  a ity!
=09=09=09=09 =09 =0A =09 =09 =0A
WW .m ER T Ew
WNOL .NT

=09

=09

=09Rising to a great height on the southwest. Immense c= astle
could not tell within half a genera tion anybody could kill
som= e body, except the commoner poirot placidly. Japp laughed
heartily. 'old= chap's a well known ziarat called kwajah
mahommed, and.

------------138ABD35FFCF29--