Package: pyinotify
Version: 0.9.1-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 is now officially deprecated:

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 pyinotify do dh_python2 according to these guidelines:

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

Cheers.


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

iQIcBAEBCAAGBQJOQEIkAAoJEBJutWOnSwa/LDAP/j0N3afoRcjzUlFP+kN9bn5A
ABGYdXway0CseeSOW1klqO5+iFbr2Vd2E9QcasU2747QOd7qnZzmYtFEe9lG9yjV
EHId/HOoXuJTp/DLjawxrLVL0tNECMuZGbk0vkizi9wwg5/8updip3rL9NcAJgca
jYCfSE2vs8kUxeSDzbJU/BvAHXQcE7wfhl48XWUSKQ/FgCVl3Nx0j02hac8gCQCX
YEMj28YHzvsPq7Bnl2eaMMCHbMEdPO5yFF1Ql9cakaQUFXiHaooaEdCksujAizO/
tEPPqo2Js/u1xYolz/TiC4+JtDfM6vuLcFxotwGYcREMPNiNZfRZcG/OBNCF0AXP
NdART3Lz6PXtR6/xfCYdyQUuRvWIVvxj6Ch00q5Lgo0tBD6ETpEfyOIdpRCdZtjf
e7DoRZ+c+3KvN4sqhUx9pV6ETmyTTGFE/ywqkVHvR7JdisAquPXTNdVWLlyayiOf
wHxbamjQ9LHcuYzvYRPlLQt/7bVukmp0BqjmlUtBpwNPJ7Ki6q0get4yASdEqiji
gCxNZZjp2Mw13D8pN6ZJS2qZq9cjX8g8bJZYNEDQWKO9SX0dFR46jB1P2oF3AKU1
elHQV6w/B1Gmx8bkmvmd4CFaItFu3S002tNCNQ8r36i6wZ9GVSdacgQOSlcEN7jI
zt446BFsgQ0OGTqG1Hh0
=yjFj
-----END PGP SIGNATURE-----
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control      2011-03-29 08:57:40 +0000
+++ debian/control      2011-08-08 20:05:48 +0000
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Mikhail Gusarov <dotted...@debian.org>
 Uploaders: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python
-Build-Depends-Indep: python-epydoc, python-support (>= 0.90)
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
+Build-Depends-Indep: python-epydoc
 Standards-Version: 3.9.1
 Homepage: https://github.com/seb-m/pyinotify
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyinotify/trunk/

=== modified file 'debian/rules'
--- debian/rules        2011-03-29 08:57:40 +0000
+++ debian/rules        2011-08-08 19:56:58 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-       dh $@
+       dh $@ --with python2
 
 override_dh_auto_clean:
        dh_auto_clean -- --all

Reply via email to