Your message dated Fri, 25 Nov 2005 09:40:43 +1030
with message-id <[EMAIL PROTECTED]>
and subject line Bug#340665: wxwin2.4-examples: please don't gz the examples
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; 24 Nov 2005 22:43:59 +0000
>From [EMAIL PROTECTED] Thu Nov 24 14:43:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sccrmhc13.comcast.net ([63.240.77.83])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EfPot-0001RR-8K
for [EMAIL PROTECTED]; Thu, 24 Nov 2005 14:43:59 -0800
Received: from cherryberry.dsgml.com
(c-67-165-96-26.hsd1.pa.comcast.net[67.165.96.26])
by comcast.net (sccrmhc13) with ESMTP
id <20051124224304013003aeice>; Thu, 24 Nov 2005 22:43:13 +0000
Received: from as by cherryberry.dsgml.com with local (Exim 4.50)
id 1EfPnc-0001MQ-CC
for [EMAIL PROTECTED]; Thu, 24 Nov 2005 17:42:40 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Ariel <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: wxwin2.4-examples: please don't gz the examples
X-Mailer: reportbug 3.8
Date: Thu, 24 Nov 2005 17:42:40 -0500
Message-Id: <[EMAIL PROTECTED]>
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=-7.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: wxwin2.4-examples
Version: 2.4.3.1
Severity: normal
Half of the examples in
/usr/share/doc/wxwin2.4-examples/examples/wxPython/ are gziped.
Please don't gzip them, it makes it imposible to run the examples
directly. I have to copy them to tmp and ungzip them first. (And
some of them have dependencies, so I have to find and copy those too.)
And BTW why are half gziped and half not?
I can see a reason for gzipping images.py, but the rest of them are tiny.
4 files in bmp_source/ 1 file in bitmaps/ and 8 in data/ are also gziped.
I mention them because except for images.py they all are used.
PS. Does the severity reference the source package or the binary? From
the point of view of the source package this bug should be wishlist,
from the point of view of examples it's probably normal/important (since
it makes the examples less useful).
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
-- no debconf information
---------------------------------------
Received: (at 340665-done) by bugs.debian.org; 24 Nov 2005 23:11:19 +0000
>From [EMAIL PROTECTED] Thu Nov 24 15:11:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ppp216-137.lns1.adl2.internode.on.net ([203.122.216.137]
helo=hank.shelbyville.oz)
by spohr.debian.org with esmtp (Exim 4.50)
id 1EfQFK-0002wo-Ky
for [EMAIL PROTECTED]; Thu, 24 Nov 2005 15:11:19 -0800
Received: from ron by hank.shelbyville.oz with local (Exim 4.54)
id 1EfQEl-0002gJ-Bw; Fri, 25 Nov 2005 09:40:43 +1030
Date: Fri, 25 Nov 2005 09:40:43 +1030
To: Ariel <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#340665: wxwin2.4-examples: please don't gz the examples
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.11
From: Ron <[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=-5.5 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02
But from the point of view of policy, this is mandated
behaviour and so not a bug. These files are documentation,
you can't run them in place where they are installed, as
some of them write to disk (and you'd need escalated
privs to do that where they are).
If you want to run them, rather than consult them, you'll
need to copy them to a dir where you have read and write
permission and ungzip the ones that were large enough to
be caught by our compressed documentation policy.
I've suggested before that if someone wants to write a
script to do that, I'd consider including it with the
package... That offer still stands :-)
Ron
On Thu, Nov 24, 2005 at 05:42:40PM -0500, Ariel wrote:
> Package: wxwin2.4-examples
> Version: 2.4.3.1
> Severity: normal
>
> Half of the examples in
> /usr/share/doc/wxwin2.4-examples/examples/wxPython/ are gziped.
>
> Please don't gzip them, it makes it imposible to run the examples
> directly. I have to copy them to tmp and ungzip them first. (And
> some of them have dependencies, so I have to find and copy those too.)
>
> And BTW why are half gziped and half not?
>
> I can see a reason for gzipping images.py, but the rest of them are tiny.
> 4 files in bmp_source/ 1 file in bitmaps/ and 8 in data/ are also gziped.
> I mention them because except for images.py they all are used.
>
> PS. Does the severity reference the source package or the binary? From
> the point of view of the source package this bug should be wishlist,
> from the point of view of examples it's probably normal/important (since
> it makes the examples less useful).
>
> -- System Information:
> Debian Release: 3.1
> Architecture: i386 (i686)
> Kernel: Linux 2.6.12
> Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
>
> -- no debconf information
>
>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]