Your message dated Mon, 14 Dec 2015 23:09:40 +0000
with message-id <[email protected]>
and subject line Bug#637255: fixed in pywebkitgtk 1.1.8-3.1
has caused the Debian Bug report #637255,
regarding pywebkitgtk: 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.)


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

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

python-support is officially deprecated in Debian:

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

In Ubuntu, we are removing python-support from our CDs.  As part of that work,
I have converted pywebkitgtk to dh_python2, according to these guidelines:

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

Cheers.

*** /tmp/tmphRfI1X
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-8-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)

iQIcBAEBCAAGBQJOQa9+AAoJEBJutWOnSwa/puwP/12QQ73QvDxfPMCzwoLnAFzv
9Y7PIh8BuWW0Ea39pqEolIlvEe3AZvBmkLMGBF8+z7m+8KHU+oiK3BNK/P1UiVXJ
N3F8WY86GhzSmopvN0OLI88e04UxmXeP9satOFnNHbK5cGsDZWVw7KtZJvpQyEWc
YYZBwPqxA5R/x9Z0FfMGNZji/9mtlEnDriUs39QPeDYE0ideMMMz/n378InwMzxv
HKEwxe2holKMv7jqCXQbK7TME4LJTY+9xJEnleG/OG1+NhrJWLcA3UOEw7lqOlrO
ZMiaiaMxoDnXdR3RRgUPn8rtSDooz4cOMj+KQ7HfaG2mznkB0a66GKMKQDm4AIu3
BBF4XujLb+R/cG1tLDwGHtrMpwlQ5bOZr4IkpJFZ89d8SHTcgKB3/22Yoq5shCwU
jCFfIz9bwukzvKQ18HmhK4TQiTdlAhUe7FxHfuAyqs0gQ5f5qnQoqxB8Gg+aLb95
TqyINIFSrkjCVlXxmylppdr+NU+Hzc7R/v9yIYtSNTJQzxI+RMEybYxjKGioAA71
SqK5BIuHhbVeiI011SyiLvlht/kaHVrLJksl8MsvMFKuwcaqyckkEn0sO3LJ1zXh
1yO/0Tx4//Di+33RFSPYUtKjKXIkdYK9yYPZdQYXWhYggi7mvmk7pNmnwLqjWeSe
E/GL6iEmb/0wmOEliKH3
=uX8E
-----END PGP SIGNATURE-----
=== modified file 'debian/changelog'

=== modified file 'debian/control.in'
--- debian/control.in   2011-01-10 14:48:38 +0000
+++ debian/control.in   2011-08-09 20:56:09 +0000
@@ -4,17 +4,17 @@
 Maintainer: Christophe Sauthier <[email protected]>
 Uploaders: @GNOME_TEAM@
 Build-Depends:  debhelper (>= 5),
-                cdbs (>= 0.4.73),
+                cdbs (>= 0.4.90~),
                 gnome-pkg-tools,
                 autotools-dev,
-                python-support (>= 0.5.3),
-                python-all-dev (>= 2.5.2),
+                python-all-dev (>= 2.6.6-3~),
                 libwebkitgtk-dev,
                 python-gtk2-dev,
                 libxslt1-dev,
                 libglib2.0-dev
 Standards-Version: 3.9.1
 Homepage: http://code.google.com/p/pywebkitgtk/
+X-Python-Version: >= 2.4
 
 Package: python-webkit-dev
 Architecture: all

=== modified file 'debian/python-webkit.install'
--- debian/python-webkit.install        2009-11-14 11:20:42 +0000
+++ debian/python-webkit.install        2011-08-09 21:52:11 +0000
@@ -1 +1 @@
-debian/tmp/usr/lib/python*/*-packages/*
+debian/tmp/usr/lib/python*/*-packages/webkit/*.{so,py}

=== removed file 'debian/pyversions'
--- debian/pyversions   2008-08-25 23:31:56 +0000
+++ debian/pyversions   1970-01-01 00:00:00 +0000
@@ -1 +0,0 @@
-2.4-

=== modified file 'debian/rules'
--- debian/rules        2010-09-10 22:34:11 +0000
+++ debian/rules        2011-08-09 20:53:40 +0000
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 DEB_BUILDDIR = debian/build
-DEB_PYTHON_SYSTEM = pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-autotools.mk


--- End Message ---
--- Begin Message ---
Source: pywebkitgtk
Source-Version: 1.1.8-3.1

We believe that the bug you reported is fixed in the latest version of
pywebkitgtk, which is due to be installed in the Debian FTP archive.

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.
Mattia Rizzolo <[email protected]> (supplier of updated pywebkitgtk 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, 14 Dec 2015 22:41:03 +0000
Source: pywebkitgtk
Binary: python-webkit-dev python-webkit
Architecture: source
Version: 1.1.8-3.1
Distribution: unstable
Urgency: medium
Maintainer: Christophe Sauthier <[email protected]>
Changed-By: Mattia Rizzolo <[email protected]>
Description:
 python-webkit - WebKit/Gtk Python bindings
 python-webkit-dev - WebKit/Gtk Python bindings: development files
Closes: 637255
Changes:
 pywebkitgtk (1.1.8-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build using dh-python instead of python-support.  Closes: #637255
Checksums-Sha1:
 8d0b5650b1036dd383da9a134732715231306c96 2182 pywebkitgtk_1.1.8-3.1.dsc
 1d497ab9ba4f736a2f324a5bd7f136e6868acdea 4136 
pywebkitgtk_1.1.8-3.1.debian.tar.xz
Checksums-Sha256:
 e485542d766d88018326116a68273a6c28f5d04447d24aa186709f47e4d91f51 2182 
pywebkitgtk_1.1.8-3.1.dsc
 7e6a0cc38f9d3b4cd5cdaf591359b13872965cc68429ecbca39d601722e98094 4136 
pywebkitgtk_1.1.8-3.1.debian.tar.xz
Files:
 4890f4e33491a0b297ece20587713370 2182 python optional pywebkitgtk_1.1.8-3.1.dsc
 8408ac9cb98e305176f8dfcdc8a61e41 4136 python optional 
pywebkitgtk_1.1.8-3.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWb0YWAAoJEEsEP825REVAvT0P+wVoRvaUcVLZsDuJQ0Pi/9BU
E97afVMqXLYmF+HZKZiNMcj1ZrZIm0U3Rk3FvExCrN1yjFk/xELYjpmw9lzuUCiG
vvhPHCi0gCyTMsjjTKEZzvc/tVpI/X7CNLgUitsluf6RvBKyYvlQD2V1XOmD+e+x
apqXSavV0YQ1oh5wFgH1AP9c/wRNkEeY0hDZZoWRZjn9aABO18E7pWqmPf2DWhP6
BnYJHvrH5pecoVTaiMy7WEAwqK0UdhpHoiR9mSpFBp/F+kVDr8Kkf9KXsQyWQMBP
/jtSJukM1jOAmzC036FUDFGWs9GNNlddBsejIbeqXJqT7/WD6IUhMmZcrMim/1nL
HRHg0XokaVDady9l97hpg80B8gWvSR7dwSBOnp4+aJYI5oy2jqGEcrnunpSwRwfy
xa90mIDoCeEkoTqjPrXJ8O6Ufa2zUQyJvwVgqVv6oLB+Z3kZj/UZL2H70DX5DEeG
v69X8pgqdhvZZejoEMa48e+yQCCm2OePURS7ONvAzUtU+EhO6gKXV4OLo4sWKZL7
d/avNz6XyOpyZBx/TagNLNdfLQ+QWU65l9zBC6tyrpQsRnVuBWGLjMzBVgKNVm0u
XT712aJDChCFJObbf5DRlMNyZ5IKiukNOAtrqUOUf7S8MlrOPwIsWI7dTRor2US0
PPWKlhRGPEFAZlengoD4
=1nxs
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to