Your message dated Mon, 25 Jul 2011 16:17:17 +0000
with message-id <[email protected]>
and subject line Bug#634346: fixed in dbus-python 0.84.0-2
has caused the Debian Bug report #634346,
regarding dbus-python: Switch to dh_python2
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.)


-- 
634346: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634346
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dbus-python
Version: 0.84.0-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hello.

python-support has now been officially deprecated:

http://article.gmane.org/gmane.linux.debian.devel.python/6948

In Ubuntu, we want to remove python-central and python-support from our CDs.
As part of that work, I have converted dbus-python to use dh_python2 according
to these instructions:

http://wiki.debian.org/Python/TransitionToDHPython2

I would rather not carry a delta in Ubuntu, so I'm hoping you will consider
applying the patch contained here to finish the switch in Debian.  Then we can
sync the package to Ubuntu to get rid of this dependency.

Thank you.


*** /tmp/tmpEPJN5x
In Ubuntu, the attached patch was applied to achieve the following:


  * Switch to dh_python2. (LP: #788514)


Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric'), (100, 'oneiric-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-5-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOJIDeAAoJEBJutWOnSwa/yO8P/0stjNrJRJlk34m9yLRFgrVP
48w6QYp1RyUm7ixK0d5RjodOj7T+9seAaz1fDQff9xRNxl7pqqK8gdyje3s/7cvo
SDdvuUX08S65r+zNP2S0lbJ3lqfbtvM82CUDhwc0pmH1D50rDvXau2N576tc6OlV
JvdyWdoX9kyhN6e9IyEZ6oBWRu630ZQxzYy2BHb2KRJOVx8unF5X6uEabA8vdqmG
Try1WiVn28rgwRS/gLgvn3Qmoi9rzlpUDnAwV+MwUfCi+RIqgYC83vUTJzMMVDtE
YDFkqIBiytNnuiwf8ayNr+2LWTAYIiMjlh1KvFzq/x0Wi78DoIGN50vO93DbgOR2
lYre/a4dH4v8mKI1bsfO78q6M7ihDtC6Ko7XM3tPrhrLoMZXv/7G60+vuEKhQOEZ
2fGDEyNFAkOmkujVhKryqMzSG5XRKxMVMAvTyop4/E4bCIuaBk46LnVdWn92DHh9
cOjB5esIHCAb+8uBF+nK3xYzb0Qd7yHz0M5JiClo/g3W1cMXrP6t/R7BnZm9+I/b
5Za4srFNpTLT6chwwG4GuuiXMxSnsgPOoPOuQB4hc1LAYRVm0EkdQWhlEokgQSEl
ouLmu4ug681o51lNirQfQVWIm7GWVXC4pN6240WwZPrqHQsFeTwCr2xo2BHOV+Mp
QrouSL7XgxjVJ42ovRPP
=9TY/
-----END PGP SIGNATURE-----
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control      2011-05-25 13:06:47 +0000
+++ debian/control      2011-07-18 17:48:17 +0000
@@ -8,16 +8,15 @@
            Loic Minier <[email protected]>
 Build-Depends: debhelper (>= 8),
                xmlto,
-               python-all-dev (>= 2.3.5-11),
-               python-all-dbg,
-               python-support (>= 0.3),
+               python-all-dev (>= 2.6.6-3~),
+               python-all-dbg (>= 2.6.6-3~),
                libdbus-1-dev (>= 1.4),
                libdbus-glib-1-dev (>= 0.71),
                autotools-dev
 Build-Depends-Indep: python-docutils,
                      python-epydoc (>= 3.0~beta1)
 Standards-Version: 3.9.2
-XS-Python-Version: >= 2.4
+X-Python-Version: >= 2.4
 XS-Dm-Upload-Allowed: yes
 Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings#Python
 Vcs-Git: git://anonscm.debian.org/git/pkg-utopia/dbus-python.git
@@ -36,7 +35,6 @@
 Breaks: gnome-osd (<< 0.12.0),
         gajim (<< 0.11.1)
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: simple interprocess messaging system (Python interface)
  D-Bus is a message bus, used for sending messages between applications.
  Conceptually, it fits somewhere in between raw sockets and CORBA in

=== modified file 'debian/rules'
--- debian/rules        2011-05-25 13:06:47 +0000
+++ debian/rules        2011-07-18 18:33:53 +0000
@@ -3,8 +3,6 @@
 # Copyright © 2003 Daniel Stone <[email protected]>
 # Copyright © 2006 Sjoerd Simons <[email protected]>
 
-DEB_PYTHON_SYSTEM := pysupport
-
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -75,8 +73,10 @@
        find debian/python-dbus-dbg -depth -empty -exec rmdir {} \;
 
 install: build install-clean $(PYVERS:%=install-%) $(PYVERS:%=dbg-install-%)
-       rm -f debian/python-dbus/usr/lib/python*/site-packages/*.la
+       rm -f debian/python-dbus/usr/lib/python*/*-packages/*.la
        rm -rf debian/python-dbus/usr/share/doc/deleteme
+       rm -f debian/python-dbus-dbg/usr/lib/python*/*-packages/*.la
+       rm -rf debian/python-dbus-dbg/usr/share/doc/deleteme
        # compare installed .pc and .h, asserting that the ones all versions
        # wanted are the same as what we ended up with
        for v in $(PYVERS); do \
@@ -133,7 +133,7 @@
        dh_link -s
        dh_compress -s -X.py -X.js
        dh_fixperms -s
-       dh_pysupport -s
+       dh_python2 -s
        dh_installdeb -s
        dh_shlibdeps -s
        dh_gencontrol -s


--- End Message ---
--- Begin Message ---
Source: dbus-python
Source-Version: 0.84.0-2

We believe that the bug you reported is fixed in the latest version of
dbus-python, which is due to be installed in the Debian FTP archive:

dbus-python_0.84.0-2.debian.tar.gz
  to main/d/dbus-python/dbus-python_0.84.0-2.debian.tar.gz
dbus-python_0.84.0-2.dsc
  to main/d/dbus-python/dbus-python_0.84.0-2.dsc
python-dbus-dbg_0.84.0-2_amd64.deb
  to main/d/dbus-python/python-dbus-dbg_0.84.0-2_amd64.deb
python-dbus-doc_0.84.0-2_all.deb
  to main/d/dbus-python/python-dbus-doc_0.84.0-2_all.deb
python-dbus_0.84.0-2_amd64.deb
  to main/d/dbus-python/python-dbus_0.84.0-2_amd64.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.
Simon McVittie <[email protected]> (supplier of updated dbus-python 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: SHA256

Format: 1.8
Date: Mon, 25 Jul 2011 12:51:22 +0100
Source: dbus-python
Binary: python-dbus python-dbus-dbg python-dbus-doc
Architecture: source amd64 all
Version: 0.84.0-2
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team 
<[email protected]>
Changed-By: Simon McVittie <[email protected]>
Description: 
 python-dbus - simple interprocess messaging system (Python interface)
 python-dbus-dbg - Debug build of the D-Bus Python interface
 python-dbus-doc - Documentation for the D-Bus Python interface
Closes: 634346 634859
Changes: 
 dbus-python (0.84.0-2) unstable; urgency=low
 .
   * Separate build-arch from build-indep, and do an extra build pass with the
     default version of Python to build the documentation
   * Apply patch from Barry Warsaw to switch to dh_python2
     (Closes: #634346, #634859)
   * Mark the current version of python-qt4-dbus as broken by this version
     (assuming that 4.8.3-3 will fix #634860)
Checksums-Sha1: 
 029a5f604cdffdc2139a9688f08bfd0dca96b210 2263 dbus-python_0.84.0-2.dsc
 13a31f422c49a9aae2c4e92b175c6d2e804a05a1 15979 
dbus-python_0.84.0-2.debian.tar.gz
 1d14dbb0a7b6e41b9f1b95473e20b763452c76a3 250410 python-dbus_0.84.0-2_amd64.deb
 dd567e23854ee8bdfbfea60345d03d3927585a7e 452516 
python-dbus-dbg_0.84.0-2_amd64.deb
 d19f93a5c2bc11bfa613f50175bb9dc149665952 405830 
python-dbus-doc_0.84.0-2_all.deb
Checksums-Sha256: 
 bc5e345d1ab566e8b55f486fc4a14af5cdb97563250c303770744a1a48a40b33 2263 
dbus-python_0.84.0-2.dsc
 f594491dfc5f1f436c5d995df15d443cf3639c5f9d434df6feb3049d898ee52e 15979 
dbus-python_0.84.0-2.debian.tar.gz
 be81ec3be94c70d29c389c303b4324cf9540e1c59d057a036c8e37187ec3ee34 250410 
python-dbus_0.84.0-2_amd64.deb
 b28745a19b57a46745a722f61627e24391cf3590f1fa7e71b9a2a3c0453a93f6 452516 
python-dbus-dbg_0.84.0-2_amd64.deb
 286efd75108e27a82ac0fbacd80347cdfeb72e1e87cc71daa884b8a85601d84d 405830 
python-dbus-doc_0.84.0-2_all.deb
Files: 
 0eb1ecf4f39e0721c5e2037193029879 2263 devel optional dbus-python_0.84.0-2.dsc
 3bc526826fa62292a4e36fdffac3331a 15979 devel optional 
dbus-python_0.84.0-2.debian.tar.gz
 43ff69a258c6a9114736c30f4995a81a 250410 python optional 
python-dbus_0.84.0-2_amd64.deb
 4e14a69732c168c77caabc1aa699ecf2 452516 debug extra 
python-dbus-dbg_0.84.0-2_amd64.deb
 d8d09bc6b4b545d883142a3db816270a 405830 doc optional 
python-dbus-doc_0.84.0-2_all.deb

-----BEGIN PGP SIGNATURE-----

iQIVAwUBTi2VtE3o/ypjx8yQAQjJhw//QGeW9LvGNs+gxCPrrI88TlluV39qjqX7
af720+DnbgIDBW+ochiy9EmIabqAC9vFgzQi1sdTQZ7Xo+SEceVIIH8PcnCatEED
jLnUL1jl99KrKlvfzD0kAAS7B15DyBjhGB/zxHvlVorTy8u1NiODzHcDq98WxhQY
i3L+XTQtxBJwY5M/msRZloBBUtOysc3FG2/A6uw6FrVMBVeU8boNj+cCNTa7+UDj
znddslTvbje/g0MFLIfuV0L23DW6t1uDzoD0waHfxccHnRaDph/9uA6Y3p2SJacT
te+xOCMe5xXtDTBTe6QHZkFPq6Dlkdx2P5aAY6ib8TDT3ajLC/61IrQN0+/LKfSm
5lsIzHycfiymJCmmDvz+ZVaT3d3KR9eLF4zX9t9j5pXnj+XXG0Jp0LnA89YFLhHt
snDbr6RDwaX8gfQa+0eHWzQm+ymWLl0fBnXxj0tIDfiBcLq7cZz9lRjL4194aNr+
aP1Au9IAjGfYWJWlKHnaNvA/GrLQQp2j6TSaQ5+QkCcolVHEJiEfxCbGuYdVHuMZ
M24pbzYxHHYtqECGR56F8zGGqyAMZ6hT/lE4B1E5yL6Un8D0ci/EXBK1moUz9xfR
i+MN/PF/pRMyRd51mnk8TfRyGCb1RiPdWxmZGQZmb6WUWdrn/vRgBk1BqgZnunwl
SFQyEbwazqI=
=plEd
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to