Package: inotifyx
Version: 0.1.2-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

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

python-support and python-central are now both deprecated in Debian.  In
Ubuntu, we are removing both from the CDs, and for this work I have converted
the inotifyx package to use dh_python2, as per the instructions in this wiki
page:

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

Please consider applying this patch to the Debian version of the package.

Cheers.

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

iQIcBAEBCAAGBQJOH2WuAAoJEBJutWOnSwa/0KIQAK08HPAjTBd8DqY7m/LiICgP
otKJxqi1X8E5W6IS6eXYRmvuDB5z7h0xTWgl2tYHE882geq94+w44E4s3VczQXmm
mJ/HqVyvu7LaL2YSNYQK+u1Bqehf841+e0SgqPSfe3cIrVFzVlmGyzOm8SPb1dXi
Pi0yblu1g34akf3nRkpb+eXd4eN2xEsqN7SJiOUqkV8dWhkZSwIG626hnQUNAV79
13TRe+gefbWtAq0Nm1bovS6s4xX3421R96bw+IMRpT5B8PtHSiAy63K7r0RlM+FC
67ZpMlHvYzzJFPqpzLft4jjGzlLAX40rClVYqJLooUc9mvwz/yFC5o1zBVoYopYT
jl6rpBWxFV4aoTTn8hNAuUu9btCzQq0XHOPrR3ASkov33x1joHZdAh8Slk5/rnMk
e7payOYltVIEDYzMEWxj3WidRdM3ui7WnKw+1aZnnzWMz+ZpyqeSUqVL0Dp8rWNy
Z9kOJeVlnt7ABZ7vtcBdQ3CA/mCXb3UdPY45pCTt/nkhUJnupr0j17qrpYRHHHmv
o26WS28Ewb6gC4I8JRAW6esx9DYZH5pi17WIYGvV2SNHA7L6c4MNqA2eaEPobDMs
eZmMIKEh+GC3wRHKF1N80p06WH9gxHzmIqROK6FEdcRdFK++LYVfGKNRDUCKqVf6
E6VlJ2iQBq3Ry8yBQt2U
=iEMF
-----END PGP SIGNATURE-----
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control      2011-04-11 18:31:00 +0000
+++ debian/control      2011-07-14 21:53:05 +0000
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Ritesh Raj Sarraf <r...@debian.org>
 Uploaders: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), python-epydoc, python-support, python-all-dev 
(>= 2.3.5-11)
-XS-Python-Version: all
+Build-Depends: debhelper (>= 7), python-epydoc, python-all-dev (>= 2.6.6-3~)
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/inotifyx/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/python-modules/packages/inotifyx/trunk/?op=log
@@ -15,7 +14,6 @@
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: doc-base
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: simple Python binding to the Linux inotify
  inotifyx is a Python extension providing access to the Linux
  inotify file system event notification API. It is primarily

=== modified file 'debian/rules'
--- debian/rules        2011-04-11 18:31:00 +0000
+++ debian/rules        2011-07-14 21:43:07 +0000
@@ -49,7 +49,7 @@
                dh_testroot
                dh_installdocs
                dh_installchangelogs NEWS
-               dh_pysupport
+               dh_python2
                dh_compress
                dh_fixperms
                dh_strip

Reply via email to