Your message dated Sat, 24 Jun 2006 10:02:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#374804: fixed in pygtk 2.8.6-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)
--- Begin Message ---
Package: python-gtk2
Version: 2.8.2-3.1
Severity: grave
Tags: patch
Justification: renders package unusable
Just dist-upgraded. Python-gtk2 was updated alongside others.
Postinst fails with "sed: unterminated 's' command, line #1 char #32"
There is a slash missing at postinst (case 'configure'):
- PYVERS=$(dpkg-query -s $PACKAGE | sed -n -e '/^Python-Version:/s/.*:\(.*\)/\1'
+ PYVERS=$(dpkg-query -s $PACKAGE | sed -n -e
'/^Python-Version:/s/.*:\(.*\)/\1/'
I assume it's just a typo. Shit happens :-)
Thanks for maintaining this package.
Cheers,
J.L.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.20
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored:
LC_ALL set to [EMAIL PROTECTED])
Versions of packages python-gtk2 depends on:
ii libatk1.0-0 1.11.4-2 The ATK accessibility toolkit
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libcairo2 1.0.4-2 The Cairo 2D vector graphics libra
ii libfontconfig1 2.3.2-7 generic font configuration library
ii libglib2.0-0 2.10.3-1 The GLib library of C routines
ii libgtk2.0-0 2.8.18-1 The GTK+ graphical user interface
ii libpango1.0-0 1.12.3-1 Layout and rendering of internatio
ii libx11-6 2:1.0.0-6 X11 client-side library
ii libxcursor1 1.1.5.2-5 X cursor management library
ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar
ii libxfixes3 1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio
ii libxi6 1:1.0.0-5 X11 Input extension library
ii libxinerama1 1:1.0.1-4 X11 Xinerama extension library
ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library
ii libxrender1 1:0.9.0.2-4 X Rendering Extension client libra
ii python 2.3.5-10 An interactive high-level object-o
ii python-cairo 1.0.2-2 Python bindings for the Cairo vect
ii python-central 0.5.0 register and build utility for Pyt
ii python-numeric 24.2-3 Numerical (matrix-oriented) Mathem
python-gtk2 recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: pygtk
Source-Version: 2.8.6-1
We believe that the bug you reported is fixed in the latest version of
pygtk, which is due to be installed in the Debian FTP archive:
pygtk_2.8.6-1.diff.gz
to pool/main/p/pygtk/pygtk_2.8.6-1.diff.gz
pygtk_2.8.6-1.dsc
to pool/main/p/pygtk/pygtk_2.8.6-1.dsc
pygtk_2.8.6.orig.tar.gz
to pool/main/p/pygtk/pygtk_2.8.6.orig.tar.gz
python-glade2_2.8.6-1_i386.deb
to pool/main/p/pygtk/python-glade2_2.8.6-1_i386.deb
python-gtk2-dev_2.8.6-1_all.deb
to pool/main/p/pygtk/python-gtk2-dev_2.8.6-1_all.deb
python-gtk2_2.8.6-1_i386.deb
to pool/main/p/pygtk/python-gtk2_2.8.6-1_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.
Josselin Mouette <[EMAIL PROTECTED]> (supplier of updated pygtk 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, 24 Jun 2006 12:26:15 +0200
Source: pygtk
Binary: python-glade2 python-gtk2 python-gtk2-dev
Architecture: source i386 all
Version: 2.8.6-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher <[EMAIL PROTECTED]>
Changed-By: Josselin Mouette <[EMAIL PROTECTED]>
Description:
python-glade2 - GTK+ bindings: Glade support
python-gtk2 - Python bindings for the GTK+ widget set
python-gtk2-dev - GTK+ bindings: devel files
Closes: 374804 374811
Changes:
pygtk (2.8.6-1) unstable; urgency=low
.
[ Marco Cabizza ]
* New upstream version
* Added the watch file
* debian/control, debian/control.in:
- Standards-Version is 3.7.2
* debian/compat:
- Debhelper compatibility is 5
.
[ Josselin Mouette ]
* Revert changes from the NMU (closes: #374804, #374811).
* Require debhelper 5.0.37.2 and python-support 0.3.4.
* Make package binNMU-able by having python-gtk2-dev depend on
python-gtk2 >= ${Source-Version}.
* pycompat: python standards = 2.
* pyversions: we need python >= 2.3.
* Make the package comply with the new policy:
+ Remove python2.3-* and python2.4-* packages.
+ Correct package descriptions accordingly.
* Replace the multiple alternatives in the postinst by a single
alternative pointing to /usr/share/python-support/python-gtk.
* python-glade2.examples: move examples one directory up.
* rules: rework and simplify.
* Remove move_files and use *.install files instead.
+ Don't install the .la files, which are useless anyway.
* rules: don't use config.status as the configure target because of
the stupid way make treats intermediary files.
* Require some minimum versions for python-cairo and python-numeric.
* python-gtk2.postinst: cleanup pygtk.py[co] from the former package,
as they were not handled.
Files:
0e419b7703bfc08400b4c831373da7e0 1645 python optional pygtk_2.8.6-1.dsc
456329f73703914d0a2e57db59f1bf09 951939 python optional pygtk_2.8.6.orig.tar.gz
bab37cb21895d1573aaee536f5881969 20059 python optional pygtk_2.8.6-1.diff.gz
6d988ca5bcba4d44727d2ab461ade51d 1183006 python optional
python-gtk2_2.8.6-1_i386.deb
f8692fde72e266e588cb1e679b2136f8 20604 python optional
python-glade2_2.8.6-1_i386.deb
91b52976bae03c61c8189fda7b41bbc2 147540 python optional
python-gtk2-dev_2.8.6-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEnWx4rSla4ddfhTMRAqrCAJ4/rfYrWrMlZvHksweRzOQoFhEQwwCgh/CD
oMOuYRG6MqVmtaqXBipuxyk=
=z2jW
-----END PGP SIGNATURE-----
--- End Message ---