Your message dated Sun, 21 Aug 2005 05:20:23 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#292560: fixed in python-xlib 0.12-5
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 Jan 2005 21:09:17 +0000
>From [EMAIL PROTECTED] Thu Jan 27 13:09:17 2005
Return-path: <[EMAIL PROTECTED]>
Received: from listserv0.isis.unc.edu (smtp.unc.edu) [152.2.0.38]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CuGtA-0006p3-00; Thu, 27 Jan 2005 13:09:17 -0800
Received: from maxwell.stat.unc.edu (maxwell.stat.unc.edu [152.2.69.10])
by smtp.unc.edu (8.12.9/8.12.9) with ESMTP id j0RL8cpM012806
(version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO);
Thu, 27 Jan 2005 16:08:38 -0500 (EST)
Received: from faheem by maxwell.stat.unc.edu with local (Exim 4.34)
id 1CuGsY-0008Oi-Pl; Thu, 27 Jan 2005 16:08:38 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Faheem Mitha <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: python-xlib: add support for Python 2.4
X-Mailer: reportbug 3.2
Date: Thu, 27 Jan 2005 16:08:38 -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-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: python-xlib
Version: 0.12-4
Severity: wishlist
Tags: patch
Please consider adding support for Python 2.4. A trivial patch against the
current version is attached. I have tested this, and the library loads
without complaint into 2.4. However, I don't use it myself (I am doing this
for someone else) so cannot test it further.
I will report any problems with 2.4 usage to this bug report.
Faheem.
Thu Jan 27 15:30:11 EST 2005 [EMAIL PROTECTED]
* Add support for Python 2.4
diff -rN -u debian-old/control debian-new/control
--- debian-old/control 2005-01-27 15:31:37.000000000 -0500
+++ debian-new/control 2005-01-27 15:23:04.000000000 -0500
@@ -33,6 +33,13 @@
python-xlib is a 100% pure python implementation of the X11
protocol.
+Package: python2.4-xlib
+Architecture: all
+Depends: python2.4
+Description: Interface for Python to the X11 Protocol (for Python2.4)
+ python-xlib is a 100% pure python implementation of the X11
+ protocol.
+
Package: python-xlib-doc
Architecture: all
Section: doc
diff -rN -u debian-old/python2.4-xlib.dirs debian-new/python2.4-xlib.dirs
--- debian-old/python2.4-xlib.dirs 1969-12-31 19:00:00.000000000 -0500
+++ debian-new/python2.4-xlib.dirs 2005-01-27 15:25:35.000000000 -0500
@@ -0,0 +1,2 @@
+usr/lib/python2.4/site-packages/Xlib
+usr/share/doc/python2.4-xlib/
diff -rN -u debian-old/rules debian-new/rules
--- debian-old/rules 2005-01-27 15:31:37.000000000 -0500
+++ debian-new/rules 2005-01-27 15:22:08.000000000 -0500
@@ -36,9 +36,11 @@
cp -r Xlib debian/python2.1-xlib/usr/lib/python2.1/site-packages/
cp -r Xlib debian/python2.2-xlib/usr/lib/python2.2/site-packages/
cp -r Xlib debian/python2.3-xlib/usr/lib/python2.3/site-packages/
+ cp -r Xlib debian/python2.4-xlib/usr/lib/python2.4/site-packages/
find debian/python2.1-xlib/usr/lib/python2.1/site-packages/ -name
.cvsignore -print | xargs rm
find debian/python2.2-xlib/usr/lib/python2.2/site-packages/ -name
.cvsignore -print | xargs rm
find debian/python2.3-xlib/usr/lib/python2.3/site-packages/ -name
.cvsignore -print | xargs rm
+ find debian/python2.4-xlib/usr/lib/python2.4/site-packages/ -name
.cvsignore -print | xargs rm
cp README NEWS TODO debian/python-xlib-doc/usr/share/doc/python-xlib-doc
cp doc/html/*.html
debian/python-xlib-doc/usr/share/doc/python-xlib-doc/html
cp doc/info/*.info debian/python-xlib-doc/usr/share/info
@@ -47,6 +49,7 @@
cp debian/copyright debian/python2.1-xlib/usr/share/doc/python2.1-xlib/
cp debian/copyright debian/python2.2-xlib/usr/share/doc/python2.2-xlib/
cp debian/copyright debian/python2.3-xlib/usr/share/doc/python2.3-xlib/
+ cp debian/copyright debian/python2.4-xlib/usr/share/doc/python2.4-xlib/
cp debian/copyright debian/python-xlib/usr/share/doc/python-xlib/
cp debian/copyright
debian/python-xlib-doc/usr/share/doc/python-xlib-doc/
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages python-xlib depends on:
ii python 2.3.4-5 An interactive high-level object-o
ii python2.3-xlib 0.12-4 Interface for Python to the X11 Pr
-- no debconf information
---------------------------------------
Received: (at 292560-close) by bugs.debian.org; 21 Aug 2005 12:26:34 +0000
>From [EMAIL PROTECTED] Sun Aug 21 05:26:34 2005
Return-path: <[EMAIL PROTECTED]>
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E6ooJ-0005kT-00; Sun, 21 Aug 2005 05:20:23 -0700
From: [EMAIL PROTECTED] (=?utf-8?q?Martin_v=2E_L=C3=B6wis?=)
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#292560: fixed in python-xlib 0.12-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Sun, 21 Aug 2005 05:20:23 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 4
Source: python-xlib
Source-Version: 0.12-5
We believe that the bug you reported is fixed in the latest version of
python-xlib, which is due to be installed in the Debian FTP archive:
python-xlib-doc_0.12-5_all.deb
to pool/main/p/python-xlib/python-xlib-doc_0.12-5_all.deb
python-xlib_0.12-5.diff.gz
to pool/main/p/python-xlib/python-xlib_0.12-5.diff.gz
python-xlib_0.12-5.dsc
to pool/main/p/python-xlib/python-xlib_0.12-5.dsc
python-xlib_0.12-5_all.deb
to pool/main/p/python-xlib/python-xlib_0.12-5_all.deb
python2.3-xlib_0.12-5_all.deb
to pool/main/p/python-xlib/python2.3-xlib_0.12-5_all.deb
python2.4-xlib_0.12-5_all.deb
to pool/main/p/python-xlib/python2.4-xlib_0.12-5_all.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.
Martin v. Löwis <[EMAIL PROTECTED]> (supplier of updated python-xlib 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: Sat, 20 Aug 2005 17:25:20 +0200
Source: python-xlib
Binary: python2.3-xlib python2.4-xlib python-xlib python-xlib-doc
Architecture: source all
Version: 0.12-5
Distribution: unstable
Urgency: low
Maintainer: Martin v. Löwis <[EMAIL PROTECTED]>
Changed-By: Martin v. Löwis <[EMAIL PROTECTED]>
Description:
python-xlib - Interface for Python to the X11 Protocol (dummy package)
python-xlib-doc - Documentation for the Python interface to the X11 Protocol
python2.3-xlib - Interface for Python to the X11 Protocol (for Python2.3)
python2.4-xlib - Interface for Python to the X11 Protocol (for Python2.4)
Closes: 196387 249071 254793 292560
Changes:
python-xlib (0.12-5) unstable; urgency=low
.
* New maintainer (closes: #254793)
* Build for Python 2.4 (closes: #292560)
* Fall back to unix:0 for localhost:0, modelling what Xlib
does and sshd requires (closes: #249071)
* Import socket in protocols/display.py (closes: #196387)
* Remove python2.1-xlib and python2.2-xlib, as Python 2.1
and 2.2 are going to be removed in the near future.
* Move to DH_COMPAT=4, write it to debian/compat.
* Recommend info as a concrete alternative to info-browser.
* Update build process: remove build-stamp target, use debhelper where
possible, remove unnecessary dh commands.
* Add watch file.
* Add dirinfo into texi sources, regenerate info file into separate
directory.
* Let python2.[34] suggest python-xlib-doc.
Files:
01a8fb5c88fd4dba83ef5a36e735963d 712 python extra python-xlib_0.12-5.dsc
89692d5857c3cb96817d36079f286833 3665 python extra python-xlib_0.12-5.diff.gz
5cf776635edebb0961a73492e3c38c78 3110 python extra python-xlib_0.12-5_all.deb
138bd74a88be9d5f292fe7e7f81d5f19 69560 python extra
python2.3-xlib_0.12-5_all.deb
82ad91c98c8645d9bc219be70124577d 69562 python extra
python2.4-xlib_0.12-5_all.deb
462249074046baa4cb77c96fdd6406dd 47720 doc extra python-xlib-doc_0.12-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: GnuPG key at <http://thomas.viehmann.net/>
iD8DBQFDB4zpriZpaaIa1PkRAgjVAKDdUFD2QjaSX8vtj/MkMHo2xgJCdQCfWwn7
6ybJs8YoXiQM1+hGskCfHHo=
=5zAB
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]