Your message dated Sat, 26 Mar 2005 01:02:12 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297960: fixed in moin 1.3.4-1
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 Mar 2005 18:22:27 +0000
>From [EMAIL PROTECTED] Thu Mar 03 10:22:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from linares.terra.com.br [200.154.55.228]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D6uxv-0001oj-00; Thu, 03 Mar 2005 10:22:27 -0800
Received: from cuenca.terra.com.br (cuenca.terra.com.br [200.154.55.130])
by linares.terra.com.br (Postfix) with ESMTP id AE0CDDDC3ED
for <[EMAIL PROTECTED]>; Thu, 3 Mar 2005 15:22:25 -0300 (BRT)
X-Terra-Karma: -2%
X-Terra-Hash: e8ac0ca32dcc89a75eeca460ffab1441
Received: from nove.vztech (201-0-251-41.dial-up.telesp.net.br [201.0.251.41])
(authenticated user xh4g9hfp)
by cuenca.terra.com.br (Postfix) with ESMTP
id 58F9E3C00A; Thu, 3 Mar 2005 15:22:25 -0300 (BRT)
Received: from pzn by nove.vztech with local (Exim 4.34)
id 1D6uxs-0002Gt-Bv; Thu, 03 Mar 2005 15:22:24 -0300
Date: Thu, 3 Mar 2005 15:22:24 -0300
From: Pedro Zorzenon Neto <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: moin does not work with tkiwidraw in systems with CR+LF
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.2
User-Agent: Mutt/1.5.6+20040907i
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: moin
Severity: minor
Tags: patch
Hi,
When using moin with twikidraw, if drawing is edited in a system
with CR+LF line terminator, drawing gets corrupted due to CRs, so they
need to be stripped from input. Please apply the following patch:
--- usr/lib/python2.3/site-packages/MoinMoin/action/AttachFile.py.orig
2005-03-03 15:16:42.000000000 -0300
+++ usr/lib/python2.3/site-packages/MoinMoin/action/AttachFile.py
2005-03-03 15:17:22.000000000 -0300
@@ -488,6 +488,7 @@
if ext == '.draw':
_addLogEntry(request, 'ATTDRW', pagename, basename + ext)
+ filecontent = filecontent.replace("\r","")
savepath = os.path.join(getAttachDir(pagename), basename + ext)
if ext == '.map' and filecontent.strip()=='':
Thanks,
Pedro
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i586)
Kernel: Linux 2.6.8-2-386
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1)
Versions of packages moin depends on:
ii python 2.3.4-5 An interactive high-level object-o
---------------------------------------
Received: (at 297960-close) by bugs.debian.org; 26 Mar 2005 06:08:03 +0000
>From [EMAIL PROTECTED] Fri Mar 25 22:08:03 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 1DF4So-0005tN-00; Fri, 25 Mar 2005 22:08:02 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DF4NA-0007wi-00; Sat, 26 Mar 2005 01:02:12 -0500
From: Jonas Smedegaard <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#297960: fixed in moin 1.3.4-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 26 Mar 2005 01:02:12 -0500
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:
X-CrossAssassin-Score: 2
Source: moin
Source-Version: 1.3.4-1
We believe that the bug you reported is fixed in the latest version of
moin, which is due to be installed in the Debian FTP archive:
moin_1.3.4-1.diff.gz
to pool/main/m/moin/moin_1.3.4-1.diff.gz
moin_1.3.4-1.dsc
to pool/main/m/moin/moin_1.3.4-1.dsc
moin_1.3.4-1_all.deb
to pool/main/m/moin/moin_1.3.4-1_all.deb
moin_1.3.4.orig.tar.gz
to pool/main/m/moin/moin_1.3.4.orig.tar.gz
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.
Jonas Smedegaard <[EMAIL PROTECTED]> (supplier of updated moin 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: Tue, 22 Mar 2005 03:05:47 +0100
Source: moin
Binary: moin
Architecture: source all
Version: 1.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]>
Changed-By: Jonas Smedegaard <[EMAIL PROTECTED]>
Description:
moin - MoinMoin - a Python clone of WikiWiki
Closes: 285555 285672 287006 291527 297960
Changes:
moin (1.3.4-1) unstable; urgency=low
.
* New upstream release. Closes: bug#287006, #291527 (thanks for the
patience, everyone).
+ XMLRPC fixed. Closes: bug#285555, #285672 (thanks to Kai Weber
<[EMAIL PROTECTED]> and Christian Grigis <[EMAIL PROTECTED]>).
* Extend dependency on http daemons to include libapache2-mod-python.
* Drop some patches (for arguments on remaining patches see
http://moinmoin.wikiwikiweb.de/DebianPatches ):
+ Adopted upstream:
- 06_interwiki_update.diff
- 07_avoid_hardcoded_pythonversion.patch
- 21_danish_locale_fixup.diff
- 22_danish_locale_update.diff
+ Possibly too tight for some (preserved in source tarball):
- 01avoid_world_write_access.diff
+ Implemented differently upstream:
- 03_enable_farm_config.diff
+ Obsolete:
- 05ftversion_is_revision.diff
* Add patch 22_danish_locale_update.diff.
* Rebuild MoinMoin/i18n/ after patching to make sure all is in sync.
* Suggest 4suite non-python-versioned.
* Drop obsolete example config.
* Disable (but keep) bad-permission-check rule (world-write patch
dropped - see above).
* Use local cdbs snippet to invoke dh_buildinfo.
* Rename NEWS.Debian to NEWS to get properly installed.
* Patch MoinMoin/i18n to not fail if cleaned files doesn't exist (and
include the patch in source below debian/prepatches).
* Fix cdbs hint to not compress example Python scripts.
* Use CHANGES (not the more verbose Changelog) as upstream changelog.
* Add patch 24_twikidraw_strip_cr.diff. Closes: bug#297960 (thanks to
Pedro Zorzenon Neto <[EMAIL PROTECTED]>).
* Include pristine config files as example files.
* Update and correct README.Debian.
* Use cdbs debian/control auto-update (and enhance local cdbs snippets
to use it).
Files:
7cf5a011f0b48b8617c0c502705cc88d 667 net optional moin_1.3.4-1.dsc
aff667e7c60c5af2525cd1381f417608 3085225 net optional moin_1.3.4.orig.tar.gz
d5717e7e0ef6a92bdd570592e251d17f 35688 net optional moin_1.3.4-1.diff.gz
cac07564557e1a3206c77860ea61ee05 1222022 net optional moin_1.3.4-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCRPYHn7DbMsAkQLgRAjzdAKCIjo2OWtCKd0pfJ/El0B1yJzwl6QCgpQaQ
ao9ScftfeKCHeXKmCsWZuXA=
=zMfm
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]