Your message dated Tue, 13 May 2008 14:30:13 +0100
with message-id <[EMAIL PROTECTED]>
and subject line viewcvs has been removed from Debian, closing #419144
has caused the Debian Bug report #419144,
regarding viewcvs: Gives future deprecation warnings with python2.5
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
419144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419144
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: viewcvs
Version: 0.9.2+cvs.1.0.dev.2004.07.28-4.1
Severity: minor
Tags: patch
When installing python2.5 I got the following warning:
Linking and byte-compiling packages for runtime python2.5...
INFO: using unsupported version '/usr/bin/python2.5'
/var/lib/python-support/python2.5/PyFontify.py:33: Warning: 'with' will become
a reserved keyword in Python 2.6
/var/lib/python-support/python2.5/PyFontify.py:34: Warning: 'with' will become
a reserved keyword in Python 2.6
The file has moved in viewvc_1.0.3-2, to
/usr/lib/viewvc/PyFontify.py, but the problem is still there.
The following patch ought to work:
--------------------------------------------------------------------------------
--- PyFontify.py.orig 2007-04-13 17:49:30.000000000 -0500
+++ PyFontify.py 2007-04-13 17:49:55.000000000 -0500
@@ -52,8 +52,8 @@
]
# First a little helper, since I don't like to repeat things. (Tismer speaking)
-def replace(where, what, with):
- return string.join(string.split(where, what), with)
+def replace(where, what, withWhat):
+ return string.join(string.split(where, what), withWhat)
# A regexp for matching Python comments.
commentPat = "#.*"
--------------------------------------------------------------------------------
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable'), (20, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.16 (PREEMPT)
Locale: LANG=es_MX, LC_CTYPE=es_MX (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages viewcvs depends on:
ii cvs 1:1.12.13-8 Concurrent Versions System
ii debconf 1.5.13 Debian configuration management sy
ii mime-support 3.39-1 MIME files 'mime.types' & 'mailcap
ii python 2.4.4-2 An interactive high-level object-o
ii python-support 0.6.3 automated rebuilding support for p
ii rcs 5.7-18 The GNU Revision Control System
ii subversion 1.4.2dfsg1-2 Advanced version control system
Versions of packages viewcvs recommends:
ii apache2-mpm-prefork [httpd] 2.2.3-4 Traditional model for Apache HTTPD
pn enscript <none> (no description available)
-- debconf information excluded
--
Rodrigo Gallardo
GPG-Fingerprint: 7C81 E60C 442E 8FBC D975 2F49 0199 8318 ADC9 BC28
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 0.9.2+cvs.1.0.dev.2004.07.28-4.1+rm
The viewcvs package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/460451 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
--- End Message ---