Bug#119696: gtml: no problems with compression anymore: please close

2002-01-02 Thread Helmut
Hi,
Bcc: Helmut <[EMAIL PROTECTED]>
Reply-To: Helmut <[EMAIL PROTECTED]>

Package: gtml
Version: 3.5.3-1

with 3.5.3 i have no problems anymore

So I also think this bug can be closed.

Thanks,
Helmut

PS Matej: 
Sorry for not providing a sample, i spent christmas by a friend..




Bug#127472: does not build from source on powerpc and s390

2002-01-02 Thread Gerhard Tonn
Package: libsafe
Version: 2.0-9-1
Severity: serious
Tags: patch


Hi,
libsafe doesn't build from source on s390 and powerpc. va_list assignment is 
not portable. Please use the attached patch. For details of the error see

http://buildd.debian.org/build.php?arch=&pkg=libsafe--- libsafe-2.0-9/src/intercept.c	Thu Nov 29 21:34:30 2001
+++ libsafe-2.0-9-s390/src/intercept.c	Wed Jan  2 16:20:13 2002
@@ -576,7 +576,8 @@
 	/*
 	 * We have to save a copy of ap, since va_arg() will modify it.
 	 */
-	va_list orig_ap = ap;
+	va_list orig_ap;
+	__va_copy(orig_ap, ap);
 
 	for (; count>0; count--) {
 	p = va_arg(ap, char *);
@@ -585,7 +586,7 @@
 	}
 	}
 
-	ap = orig_ap;
+	__va_copy(ap, orig_ap);
 }
 
 res = real_vfprintf(fp, format, ap);
@@ -645,7 +646,8 @@
 	/*
 	 * We have to save a copy of ap, since va_arg() will modify it.
 	 */
-	va_list orig_ap = ap;
+	va_list orig_ap;
+	__va_copy(orig_ap, ap);
 
 	for (; count>0; count--) {
 	p = va_arg(ap, char *);
@@ -654,7 +656,7 @@
 	}
 	}
 
-	ap = orig_ap;
+	__va_copy(ap, orig_ap);
 }
 
 res = real_vfprintf(fp, format, ap);


Bug#127472: does not build from source on powerpc and s390

2002-01-02 Thread Mark Brown
On Wed, Jan 02, 2002 at 05:35:55PM +0100, Gerhard Tonn wrote:

> libsafe doesn't build from source on s390 and powerpc. va_list assignment is 
> not portable. Please use the attached patch. For details of the error see

Might be worth noting that __va_copy() is not portable (it's a GCC
thing) and guarding it with ifdefs (it's a prepreocessor macro).  C99
provides the standard va_copy() but relying on that just now is a tad
optimistic.

-- 
"You grabbed my hand and we fell into it, like a daydream - or a fever."


pgp81Gb9hcrGZ.pgp
Description: PGP signature


Processed: Fixed in gtml 3.5.3 (submitter confirms)

2002-01-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> close 119696
Bug#119696: gtml "forget" #includes with compress=on
Bug closed, send any further explanations to Helmut <[EMAIL PROTECTED]>

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Processing of saytime_1.0-10_i386.changes

2002-01-02 Thread James Troup
saytime_1.0-10_i386.changes uploaded successfully to auric.debian.org
along with the files:
  saytime_1.0-10.dsc
  saytime_1.0-10.diff.gz
  saytime_1.0-10_i386.deb

Greetings,

Your Debian queue daemon



Processing of saytime_1.0-10_i386.changes

2002-01-02 Thread Archive Administrator
saytime_1.0-10_i386.changes uploaded successfully to localhost
along with the files:
  saytime_1.0-10.dsc
  saytime_1.0-10.diff.gz
  saytime_1.0-10_i386.deb

Greetings,

Your Debian queue daemon



microwindows_0.88pre11-4_i386.changes INSTALLED

2002-01-02 Thread Debian Installer

Installing:
libmicrowindows-dev_0.88pre11-4_i386.deb
  to pool/main/m/microwindows/libmicrowindows-dev_0.88pre11-4_i386.deb
libmicrowindows0-fb-dbg_0.88pre11-4_i386.deb
  to pool/main/m/microwindows/libmicrowindows0-fb-dbg_0.88pre11-4_i386.deb
libmicrowindows0-fb_0.88pre11-4_i386.deb
  to pool/main/m/microwindows/libmicrowindows0-fb_0.88pre11-4_i386.deb
libmicrowindows0-x11-dbg_0.88pre11-4_i386.deb
  to pool/main/m/microwindows/libmicrowindows0-x11-dbg_0.88pre11-4_i386.deb
libmicrowindows0-x11_0.88pre11-4_i386.deb
  to pool/main/m/microwindows/libmicrowindows0-x11_0.88pre11-4_i386.deb
microwindows_0.88pre11-4.diff.gz
  to pool/main/m/microwindows/microwindows_0.88pre11-4.diff.gz
microwindows_0.88pre11-4.dsc
  to pool/main/m/microwindows/microwindows_0.88pre11-4.dsc
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 121459 


Thank you for your contribution to Debian.



microwindows override disparity

2002-01-02 Thread Debian Installer
There are disparities between your recently installed upload and the
override file for the following file(s):

libmicrowindows0-fb_0.88pre11-4_i386.deb: priority is overridden from optional 
to extra.
libmicrowindows0-x11-dbg_0.88pre11-4_i386.deb: priority is overridden from 
optional to extra.
libmicrowindows0-fb-dbg_0.88pre11-4_i386.deb: priority is overridden from 
optional to extra.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])



saytime_1.0-10_i386.changes INSTALLED

2002-01-02 Thread Debian Installer

Installing:
saytime_1.0-10.diff.gz
  to pool/main/s/saytime/saytime_1.0-10.diff.gz
saytime_1.0-10.dsc
  to pool/main/s/saytime/saytime_1.0-10.dsc
saytime_1.0-10_i386.deb
  to pool/main/s/saytime/saytime_1.0-10_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 64314 66051 88727 


Thank you for your contribution to Debian.



Bug#121459: marked as done (microwindows doesn't build from source on powerpc (at least))

2002-01-02 Thread Debian Bug Tracking System
Your message dated Wed, 02 Jan 2002 15:07:28 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#121459: fixed in microwindows 0.88pre11-4
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; 27 Nov 2001 21:09:10 +
>From [EMAIL PROTECTED] Tue Nov 27 15:09:10 2001
Return-path: <[EMAIL PROTECTED]>
Received: from bos-gate1.raytheon.com [199.46.198.230] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 168pTZ-000267-00; Tue, 27 Nov 2001 15:09:09 -0600
Received: from ds02e00.directory.ray.com (ds02e00.directory.ray.com 
[147.25.130.245])
by bos-gate1.raytheon.com (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id 
fARL8tI13470
for <[EMAIL PROTECTED]>; Tue, 27 Nov 2001 16:08:59 -0500 (EST)
Received: from loki (localhost [127.0.0.1])
by ds02e00.directory.ray.com (8.9.3/8.9.3) with ESMTP id QAA16176
for <[EMAIL PROTECTED]>; Tue, 27 Nov 2001 16:09:02 -0500 (EST)
Received: from marenks by loki with local (Exim 3.32 #1 (Debian))
id 16UwXt-OU-00
for <[EMAIL PROTECTED]>; Sun, 27 Jan 2002 15:09:01 -0600
Date: Sun, 27 Jan 2002 15:09:01 -0600
From: Stephen R Marenka <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: microwindows doesn't build from source on powerpc (at least)
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="Dzs2zDY0zgkG72+7"
Content-Disposition: inline
User-Agent: Mutt/1.3.23i
Sender: Stephen R Marenka <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]


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

Package: microwindows
Version: 0.88pre11-2
Severity: serious

microwindows doesn't build from source on powerpc (at least). Here's an
excerpt from the build log.


Compiling wterm.c ...
wterm.c: In function `main':
wterm.c:1060: warning: implicit declaration of function `term_init'
wterm.c:790: warning: unused variable `ptr'
wterm.c: At top level:
wterm.c:89: warning: `pty' defined but not used
wterm.c:90: warning: `winsz' defined but not used
make[3]: Circular
/home/microwindows-0.88pre11/build/fb/microwin/src/lib/ <-
/home/microwindows-0.88pre11/build/fb/microwin/src/lib/ dependency
dropped.
make[3]: *** No rule to make target
`/home/microwindows-0.88pre11/build/fb/microwin/src/lib/libmwdrivers.a',
needed by
`/home/microwindows-0.88pre11/build/fb/microwin/src/bin/wterm'.  Stop.
make[3]: Leaving directory
`/home/microwindows-0.88pre11/build/fb/microwin/src/demos/wterm'
make[2]: *** [subdirs] Error 2


A full build log including log.build.fb may be found at=20
.

Other build logs may be available from=20
.

--=20
Stephen R. Marenka If life's not fun, you're not doing it right!
<[EMAIL PROTECTED]>




Sun Jan 27 20:56:45 UTC 2002
#apt-get -y build-dep microwindows
Reading Package Lists...
Building Dependency Tree...
Note, selecting libttf-dev instead of freetype2-dev
The following NEW packages will be installed:
  libfreetype6 libjpeg62 libjpeg62-dev libttf-dev libttf2 t1lib-dev t1lib1
  xfree86-common xlibs xlibs-dev=20
0 packages upgraded, 10 newly installed, 0 to remove and 0  not upgraded.
Need to get 6864kB of archives. After unpacking 23.0MB will be used.
Get:1 http://mirrors.kernel.org sid/main libfreetype6 2.0.5-2 [192kB]
Get:2 http://mirrors.kernel.org sid/main libjpeg62 6b-4 [80.2kB]
Get:3 http://mirrors.kernel.org sid/main libjpeg62-dev 6b-4 [186kB]
Get:4 http://mirrors.kernel.org sid/main libttf2 1.4pre.20011029-1 [133kB]
Get:5 http://mirrors.kernel.org sid/main libttf-dev 1.4pre.20011029-1 [468k=
B]
Get:6 http://mirrors.kernel.org sid/main xfree86-common 4.1.0-9 [526kB]
Get:7 http://mirrors.kernel.org sid/main xlibs 4.1.0-9 [1285kB]
Get:8 http://mirrors.kernel.org sid/main t1lib1 1.2-1 [136kB]
Get:9 http://mirrors.kernel.org sid/main t1lib-dev 1.2-1 [696kB]
Get:10 http://mirrors.kernel.org sid/main xlibs-dev 4.1.0-9 [3162kB]
Fetched 6864kB in 33s (206kB/s)
Selecting previously deselected package libfreetype6.
(Reading database ... 8672 files and directories currently installed.)
Unpacking libfreetype6 (from .../libfreetype6_2.0.5-2_powerpc.deb) ...
Selecting previously deselected package libjpeg62.
Unpacking libjpeg62 (from .../libjpeg62_6b-4_powerpc.deb) ...
Selecting pr

Bug#88727: marked as done (saytime has bug #88524 as well - uses /dev/audio, not supported by all soundcards)

2002-01-02 Thread Debian Bug Tracking System
Your message dated Wed, 02 Jan 2002 15:12:16 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#88727: fixed in saytime 1.0-10
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; 6 Mar 2001 11:03:26 +
>From [EMAIL PROTECTED] Tue Mar 06 05:03:26 2001
Return-path: <[EMAIL PROTECTED]>
Received: from cr934547-a.flfrd1.on.wave.home.com (sana.furryterror.org) 
[:::24.112.247.163] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14aFFV-0004iQ-00; Tue, 06 Mar 2001 05:03:25 -0600
Received: from zblaxell by sana.furryterror.org with local (Exim 3.20 #1 
(Debian))
id 14aFFT-OQ-00; Tue, 06 Mar 2001 06:03:23 -0500
From: Zygo Blaxell <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: saytime has bug #88524 as well - uses /dev/audio, not supported by all 
soundcards
X-Reportbug-Version: 1.14
X-Mailer: reportbug 1.14
Date: Tue, 06 Mar 2001 06:03:20 -0500
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: saytime
Version: 1.0-7
Severity: normal

A solution for saydate is presented in the text of bug report #88524; however,
the solution doesn't work for saytime because saytime does not support writing
to stdout, and it is a binary.  Some source hacking is required...

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux sana 2.2.18-zb-586-laptop #1 SMP Thu Feb 1 11:29:34 EST 2001 i586

Versions of packages saytime depends on:
ii  libc6 2.2.2-1GNU C Library: Shared libraries an


---
Received: (at 88727-close) by bugs.debian.org; 2 Jan 2002 20:28:43 +
>From [EMAIL PROTECTED] Wed Jan 02 14:28:43 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16Ls0B-0002eJ-00; Wed, 02 Jan 2002 14:28:43 -0600
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16LrkG-0006HS-00; Wed, 02 Jan 2002 15:12:16 -0500
From: David Kimdon <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.66 $
Subject: Bug#88727: fixed in saytime 1.0-10
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Wed, 02 Jan 2002 15:12:16 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
saytime, which has been installed in the Debian FTP archive:

saytime_1.0-10.diff.gz
  to pool/main/s/saytime/saytime_1.0-10.diff.gz
saytime_1.0-10.dsc
  to pool/main/s/saytime/saytime_1.0-10.dsc
saytime_1.0-10_i386.deb
  to pool/main/s/saytime/saytime_1.0-10_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.
David Kimdon <[EMAIL PROTECTED]> (supplier of updated saytime 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: Thu, 27 Dec 2001 23:12:40 -0800
Source: saytime
Binary: saytime
Architecture: source i386
Version: 1.0-10
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: David Kimdon <[EMAIL PROTECTED]>
Description: 
 saytime- Speaks the current time through your sound card
Closes: 64314 66051 88727
Changes: 
 saytime (1.0-10) unstable; urgency=low
 .
   * add option to specify sound device, output to stdout,
 sound directory, and format string similar to 'date'.
 (Closes: #64314, #66051, #88727).
   * update manpage to reflect new options, add simple usage message.
   * stop using dpatch. Changes touch so much of the source and are
 intertwined with the manpage so it isn't clear how to split them
 up in a sane way.
   * update Makefile, put default build options in saytime.c
Files: 
 77fba3c6f02e0fb339deb0752dd4c868 571 sound optional saytime_1.0-10.dsc
 21189c8a359d7eeb047209da6853a405 5551 sound optional saytime_1.0-10.diff.gz
 6cff9db42cbe7386a927402eab0d2b18 108202 sound optional saytime_1.0-10_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Lin

Bug#64314: marked as done (saytime: Patch to optionally remove announcing the seconds)

2002-01-02 Thread Debian Bug Tracking System
Your message dated Wed, 02 Jan 2002 15:12:16 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#64314: fixed in saytime 1.0-10
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 May 2000 07:28:30 +
>From [EMAIL PROTECTED] Thu May 18 02:28:30 2000
Return-path: <[EMAIL PROTECTED]>
Received: from pm2-65.dialup.flinet.com (ntro.haw.org) [208.14.24.65] (root)
by master.debian.org with esmtp (Exim 3.12 #2 (Debian))
id 12sKjM-0005t8-00; Thu, 18 May 2000 02:28:29 -0500
Received: (from [EMAIL PROTECTED])
by ntro.haw.org (8.9.3/8.9.3/Debian 8.9.3-21) id DAA20440;
Thu, 18 May 2000 03:28:24 -0400
Date: Thu, 18 May 2000 03:28:24 -0400
Message-Id: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
Subject: saytime: Patch to optionally remove announcing the seconds
To: [EMAIL PROTECTED]
X-Mailer: bug 3.2.10
Delivered-To: [EMAIL PROTECTED]

Package: saytime
Version: 1.0-7
Severity: wishlist

The new -n option (see patch bellow) will cause the program not to
the seconds when announsing the time. It is easier to understand
what computer is saying.


--- saytime.c.orig  Thu Feb  8 23:48:15 1990
+++ saytime.c   Thu May 18 03:14:48 2000
@@ -17,0 +18 @@
+#include 
@@ -64,0 +66 @@
+
@@ -66,0 +69,8 @@
+void  usage() { 
+printf("Usage: saytime [-nh] \n");
+printf(" -n  don't mention seconds\n") ;
+printf(" -h  brief help message\n") ;
+exit(0);
+}
+
+
@@ -72,0 +83,14 @@
+short mention_seconds = 1;
+char *opt_string="nh";
+int  op ;
+
+while( (op=getopt(argc, argv, opt_string)) != -1) {
+
+ switch (op) {
+   case 'n' :  mention_seconds=0;
+   break;
+   case 'h' :  usage();
+   default  :  usage();
+ } 
+}
+
@@ -95,7 +119,9 @@
-   sayphrase( PH_AND );
-   saynumber( t->tm_sec, 0 );
-   if ( t->tm_sec == 1 )
-   sayphrase( PH_SECOND );
-   else
-   sayphrase( PH_SECONDS );
-   }
+if ( mention_seconds ) {
+   sayphrase( PH_AND );
+   saynumber( t->tm_sec, 0 );
+   if ( t->tm_sec == 1 )
+   sayphrase( PH_SECOND );
+   else
+   sayphrase( PH_SECONDS );
+} 
+}


-- System Information
Debian Release: 2.2
Kernel Version: Linux ntro 2.2.14 #1 Thu May 11 02:39:37 EDT 2000 i686 unknown

Versions of the packages saytime depends on:
ii  libc6  2.1.3-10   GNU C Library: Shared libraries and Timezone

---
Received: (at 64314-close) by bugs.debian.org; 2 Jan 2002 20:27:28 +
>From [EMAIL PROTECTED] Wed Jan 02 14:27:28 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16Lryy-0002M0-00; Wed, 02 Jan 2002 14:27:28 -0600
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16LrkG-0006HM-00; Wed, 02 Jan 2002 15:12:16 -0500
From: David Kimdon <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.66 $
Subject: Bug#64314: fixed in saytime 1.0-10
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Wed, 02 Jan 2002 15:12:16 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
saytime, which has been installed in the Debian FTP archive:

saytime_1.0-10.diff.gz
  to pool/main/s/saytime/saytime_1.0-10.diff.gz
saytime_1.0-10.dsc
  to pool/main/s/saytime/saytime_1.0-10.dsc
saytime_1.0-10_i386.deb
  to pool/main/s/saytime/saytime_1.0-10_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.
David Kimdon <[EMAIL PROTECTED]> (supplier of updated saytime 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: Thu, 27 Dec 2001 23:12:40 -0800
Source: saytime
Binary: saytime
Architecture: source i386
Version: 1.0-10
Distribution: unstable
Urgency: low
Maintainer: De

pyrite-publisher_1.99.3-0.1_m68k.changes INSTALLED

2002-01-02 Thread Debian Installer

Installing:
pyrite-publisher_1.99.3-0.1_m68k.deb
  to pool/main/p/pyrite-publisher/pyrite-publisher_1.99.3-0.1_m68k.deb


Thank you for your contribution to Debian.



Bug#101824: marked as done (saytime: feature request: optionally drop seconds)

2002-01-02 Thread Debian Bug Tracking System
Your message dated Wed, 02 Jan 2002 15:12:16 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#64314: fixed in saytime 1.0-10
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; 21 Jun 2001 19:12:38 +
>From [EMAIL PROTECTED] Thu Jun 21 14:12:38 2001
Return-path: <[EMAIL PROTECTED]>
Received: from (extaxpi.lan) [:::193.141.171.135] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15D9sN-00065Q-00; Thu, 21 Jun 2001 14:12:23 -0500
Received: from tjr by extaxpi.lan with local (Exim 3.12 #1 (Debian))
id 15D20W-GX-00; Thu, 21 Jun 2001 12:48:16 +0200
From: Tilman J. Rothe <[EMAIL PROTECTED]>
Subject: saytime: feature request: optionally drop seconds
To: [EMAIL PROTECTED]
X-Mailer: bug 3.2.10
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 21 Jun 2001 12:48:16 +0200
Delivered-To: [EMAIL PROTECTED]

Package: saytime
Version: 1.0-7
Severity: wishlist

Hi,

running saytime from cron gives me "the time is HOUR
(MINUTES|o\'clock) and (one|two) second[s]?" because cron somehow
starts running all its jobs one or two seconds late. It would be nice
to drop these two seconds from the time said.

##from /var/spool/cron/crontabs/tjr:
0,30 * * * * /usr/bin/saytime 2>/dev/null




-- System Information
Debian Release: 2.2
Kernel Version: Linux extaxpi 2.2.19 #1 Wed May 30 17:07:25 CEST 2001 i586 
unknown

Versions of the packages saytime depends on:
ii  libc6  2.1.3-19   GNU C Library: Shared libraries and Timezone

---
Received: (at 64314-close) by bugs.debian.org; 2 Jan 2002 20:27:28 +
>From [EMAIL PROTECTED] Wed Jan 02 14:27:28 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16Lryy-0002M0-00; Wed, 02 Jan 2002 14:27:28 -0600
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16LrkG-0006HM-00; Wed, 02 Jan 2002 15:12:16 -0500
From: David Kimdon <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.66 $
Subject: Bug#64314: fixed in saytime 1.0-10
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Wed, 02 Jan 2002 15:12:16 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
saytime, which has been installed in the Debian FTP archive:

saytime_1.0-10.diff.gz
  to pool/main/s/saytime/saytime_1.0-10.diff.gz
saytime_1.0-10.dsc
  to pool/main/s/saytime/saytime_1.0-10.dsc
saytime_1.0-10_i386.deb
  to pool/main/s/saytime/saytime_1.0-10_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.
David Kimdon <[EMAIL PROTECTED]> (supplier of updated saytime 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: Thu, 27 Dec 2001 23:12:40 -0800
Source: saytime
Binary: saytime
Architecture: source i386
Version: 1.0-10
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: David Kimdon <[EMAIL PROTECTED]>
Description: 
 saytime- Speaks the current time through your sound card
Closes: 64314 66051 88727
Changes: 
 saytime (1.0-10) unstable; urgency=low
 .
   * add option to specify sound device, output to stdout,
 sound directory, and format string similar to 'date'.
 (Closes: #64314, #66051, #88727).
   * update manpage to reflect new options, add simple usage message.
   * stop using dpatch. Changes touch so much of the source and are
 intertwined with the manpage so it isn't clear how to split them
 up in a sane way.
   * update Makefile, put default build options in saytime.c
Files: 
 77fba3c6f02e0fb339deb0752dd4c868 571 sound optional saytime_1.0-10.dsc
 21189c8a359d7eeb047209da6853a405 5551 sound optional saytime_1.0-10.diff.gz
 6cff9db42cbe7386a927402eab0d2b18 108202 sound optional saytime_1.0-10_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8MpwMST1m+6jv1gMRA

Bug#66051: marked as done (saytime: wish for minimal configurability)

2002-01-02 Thread Debian Bug Tracking System
Your message dated Wed, 02 Jan 2002 15:12:16 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#66051: fixed in saytime 1.0-10
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; 22 Jun 2000 03:47:09 +
>From [EMAIL PROTECTED] Wed Jun 21 22:47:09 2000
Return-path: <[EMAIL PROTECTED]>
Received: from (hi.mgx.hu) [194.143.245.2] 
by master.debian.org with esmtp (Exim 3.12 2 (Debian))
id 134xxL-000388-00; Wed, 21 Jun 2000 22:47:08 -0500
Received: from crux.mgx.hu ([EMAIL PROTECTED] [194.143.245.142])
by hi.mgx.hu (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id FAA19591;
Thu, 22 Jun 2000 05:46:55 +0200
Received: by crux.mgx.hu
via sendmail from stdin
id <[EMAIL PROTECTED]> (Debian Smail3.2.0.102)
for [EMAIL PROTECTED]; Thu, 22 Jun 2000 05:47:02 +0200 (CEST) 
Message-Id: <[EMAIL PROTECTED]>
From: Gabor Fleischer <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: saytime: wish for minimal configurability
X-Reportbug-Version: 0.57
X-Mailer: reportbug 0.57
Date: Thu, 22 Jun 2000 05:47:02 +0200
Delivered-To: [EMAIL PROTECTED]

Package: saytime
Version: 1.0-7
Severity: wishlist

Hi!

There are a few things I'd really like:
1. Option to set the output device (Reason: I'd like to direct it to
   /dev/adsp for example)
2. Not so imortant but it could also have an option to set the directory
   where the .au files are. (Reason: I'd like to have them in my own
   language sitting in /usr/local/share/saytime/hu)
3. Maybe later a minimal format-string ability would be also good :-)
   As I see this was already wishlisted in a former bugreport.
   I think the subset of the date's format string is a good idea.
   Men could set if they'd like 24/12 hour clock with or without
   seconds for example.

As I imagine them:
saytime [-o device] [-d directory] [-f format]
Example:
saytime -o /dev/adsp -d /usr/local/share/saytime/hu -f %l%M%p

I haven't looked to the source yet, but I think these would be not
hard to implement. If you're interested in doing this I can help you
(or if you'd like to put them into the package but have no time, then
maybe I can make a patch for it)

Gabor

-- System Information
Debian Release: 2.2
Architecture: i386
Kernel: Linux crux 2.2.15 #1 Tue Jun 20 01:48:32 CEST 2000 i686

Versions of packages saytime depends on:
ii  libc6 2.1.3-10   GNU C Library: Shared libraries an


---
Received: (at 66051-close) by bugs.debian.org; 2 Jan 2002 20:28:42 +
>From [EMAIL PROTECTED] Wed Jan 02 14:28:42 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16Ls0A-0002eB-00; Wed, 02 Jan 2002 14:28:42 -0600
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16LrkG-0006HO-00; Wed, 02 Jan 2002 15:12:16 -0500
From: David Kimdon <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.66 $
Subject: Bug#66051: fixed in saytime 1.0-10
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Wed, 02 Jan 2002 15:12:16 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
saytime, which has been installed in the Debian FTP archive:

saytime_1.0-10.diff.gz
  to pool/main/s/saytime/saytime_1.0-10.diff.gz
saytime_1.0-10.dsc
  to pool/main/s/saytime/saytime_1.0-10.dsc
saytime_1.0-10_i386.deb
  to pool/main/s/saytime/saytime_1.0-10_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.
David Kimdon <[EMAIL PROTECTED]> (supplier of updated saytime 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: Thu, 27 Dec 2001 23:12:40 -0800
Source: saytime
Binary: saytime
Architecture: source i386
Version: 1.0-10
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: David Kimdon <[EMAIL PROTECTED]>
Description: 
 saytim

Processed: bug erroneously closed

2002-01-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reopen 121459
Bug#121459: microwindows doesn't build from source on powerpc (at least)
Bug reopened, originator not changed.

> quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



[광고] 헨타이 천국

2002-01-02 Thread 헨타이
Title: 저희 라이브10TV의 자랑 














  





  미스코리아 투시카메라 사진 총 10장 전체 얼굴도 이쁘지만 진짜 몸매도 
죽이는군요.[다운로드]


[노노무라 병원]-스즈꼬 때문에 다리를 다치게 되어 우연히 노노무라 병원에 입원한 주인공은 원장의 
죽음과 이 병원의 분위기에서 수상함을 느껴 수사를 시 
[다운로드]



 







G.taste-평범한 여성이 살아가는 
성적불만을 리얼하게 풀어가는내용철봉에 매달려서 사타구니를문지르는 장면(2편 계속[다운로드]


 





[버터플라이]-나비가 인간으로 변신하며 여성들을 유혹하며 
섹스에 중독하게 하는데..(2편 계속)[다운로드]










 





Processed: bugs all now resolved

2002-01-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> close 15193
Bug#15193: awe-drv: README.debian out of date
Bug closed, send any further explanations to Christian Schwarz <[EMAIL 
PROTECTED]>

> close 31453
Bug#31453: awe-midi: depends on tkstep8.0
Bug closed, send any further explanations to [EMAIL PROTECTED] (Ulf 
Jaenicke-Roessler)

> close 33289
Bug#33289: awe-drv: Patch required but not a dependency
Bug closed, send any further explanations to "D. Vrabel" <[EMAIL PROTECTED]>

> close 95453
Bug#95453: zwiki produces web pages with uncorrect link: it is unusable
Bug closed, send any further explanations to Paolo Redaelli <[EMAIL PROTECTED]>

> close 118968
Bug#118968: zope-zpatterns is not installable in unstable
Bug closed, send any further explanations to Adrian Bunk <[EMAIL PROTECTED]>

> close 118970
Bug#118970: zope-loginmanager is not installable in unstable
Bug closed, send any further explanations to Adrian Bunk <[EMAIL PROTECTED]>

> close 118971
Bug#118971: zope-emarket is not installable in unstable
Bug closed, send any further explanations to Adrian Bunk <[EMAIL PROTECTED]>

> close 66790
Bug#66790: Version 1.5.2 of libhoard won't compile on Alpha (patch)
Bug closed, send any further explanations to "Christopher C. Chimelis" <[EMAIL 
PROTECTED]>

> close 86262
Bug#86262: awe-midi uses /usr/X11R6/lib/X11/app-defaults
Bug closed, send any further explanations to [EMAIL PROTECTED] (Joey Hess)

> close 86722
Bug#86722: zope-zpatterns: buggy Build-Depends
Bug#90626: spurious version in build-depends
Bug closed, send any further explanations to Paul Slootman <[EMAIL PROTECTED]>

> close 87336
Bug#87336: zope-loginmanager needs to depend on zope-zpatterns
Bug closed, send any further explanations to Aaron Brashears <[EMAIL PROTECTED]>

> close 89812
Bug#89812: should depend on zope-zpatterns
Bug closed, send any further explanations to Thomas Deselaers <[EMAIL 
PROTECTED]>

> close 90626
Bug#90626: spurious version in build-depends
Bug is already closed, cannot re-close.

> close 92392
Bug#92392: libstdc++2.10-dev build dependency
Bug closed, send any further explanations to [EMAIL PROTECTED] (Bdale Garbee)

> close 107238
Bug#107238: Documentation in /usr/doc
Bug closed, send any further explanations to Christian Marillat <[EMAIL 
PROTECTED]>

> close 107875
Bug#107875: luci: Missing Build-Depends
Bug closed, send any further explanations to LaMont Jones <[EMAIL PROTECTED]>

> close 119206
Bug#119206: package luci depends on obsolete python-base
Bug closed, send any further explanations to Matthias Klose <[EMAIL PROTECTED]>

> close 87018
Bug#87018: zope-zwiki: New versions available, 0.8.1 is most recent
Bug closed, send any further explanations to [EMAIL PROTECTED]

> close 104690
Bug#104690: Build failure on hppa (at least)
Bug closed, send any further explanations to [EMAIL PROTECTED] (LaMont Jones)

> close 108097
Bug#108097: build failure
Bug closed, send any further explanations to Marcus Brinkmann <[EMAIL 
PROTECTED]>

> close 126663
Bug#126663: libhoard: Build failure with gcc 3.0 (hppa)
Bug closed, send any further explanations to LaMont Jones <[EMAIL PROTECTED]>

> close 37620
Bug#37620: awe-drv: s|/local||
Bug closed, send any further explanations to Andrew Pimlott <[EMAIL PROTECTED]>

> close 60220
Bug#60220: awe-drv: error in sf2text.1 manpage
Bug closed, send any further explanations to Othmar Pasteka <[EMAIL PROTECTED]>

> close 62581
Bug#62581: awe - build fails on non i386 archs
Bug closed, send any further explanations to Florian Lohoff <[EMAIL PROTECTED]>

> close 70361
Bug#70361: automatic build fails for potato
Bug closed, send any further explanations to Goswin Brederlow <[EMAIL 
PROTECTED]>

> close 74486
Bug#74486: xmp: Uses obsolete install-mime
Bug#81341: xmp: xmp installation complains on using outdated method to update 
mime info
Bug closed, send any further explanations to Marcin Owsiany <[EMAIL PROTECTED]>

> close 75151
Bug#75151: zope-renderable: Architecture is 'any' but pkg is arch-independent
Bug closed, send any further explanations to "Andrew Stribblehill" <[EMAIL 
PROTECTED]>

> close 77864
Bug#77864: awe-midi: depends on old version of tcl/tk 8.0
Bug closed, send any further explanations to Nikolay Pelov <[EMAIL PROTECTED]>

> close 77905
Bug#77905: Meaningful files moved or removed.
Bug closed, send any further explanations to Martijn Pieters <[EMAIL PROTECTED]>

> close 81341
Bug#81341: xmp: xmp installation complains on using outdated method to update 
mime info
Bug is already closed, cannot re-close.

> close 86445
Bug#86445: man page doesn't parse correctly
Bug closed, send any further explanations to Matthew Swift <[EMAIL PROTECTED]>

> close 86524
Bug#86524: zope-loginmanager: shouldn't it be architecture: all ?
Bug closed, send any further explanations to Paul Slootman <[EMAIL PROTECTED]>

> close 91096
Bug#91096: man page in /usr/man should move to /usr/share/man
Bug closed, send any further explanations to [EMAIL PROTECTED] (Joey Hess)

> close 91708
B