Package: ibus-hangul Version: 1.3.1-2 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 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 ibus-hangul to use dh_python2 according to these guidelines: http://wiki.debian.org/Python/TransitionToDHPython2 Cheers. *** /tmp/tmpWT9HXj 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) iQIcBAEBCAAGBQJOQtfAAAoJEBJutWOnSwa/lPUQAKfQbzOmg6cSXQWS6rVyGrvI heIKdXUfgzmzigWnyksB6mfrW2ToMRgjNewpUqwfJdCyw8v724SuGCZ6Au7cnrS7 bHbL55AkNhhQwt78tVRx8lVZO5nkkGG13A96OnBcqFc/FlMmz3DUxy4PmYkNxKle gsg4/KLViY/dji1EJMDJ0+CqbJjyhYZ929ttCE8vtv0wV+Oi/TVaQ5Y7aVGGI5L/ Ag7N0UJv3kRj/KN/TY5XX8Oca/Jea8YPL5s3TPJCRUNo6Ts/9W1vRPz7CViettgg Zgp1bek//ohx6P1JNgwUcWVDf/UF3AOtWyS/24cti5GE0tKhqbfam0IBr6TlvsI1 fEG7k7MX7RkEA1AicfWEI0/Tpbp/6Vfh+nSNMXxREvaUwJCc67ghErBZerusZizb yu7B+8uva2dzuWAqCm/e13hkfrKgwilC0poWR3EtOMFSFbsO1gnK0s6VpQCnr+C2 3b1vTZFJka2Yvlsjqz8IiYIfN6mIB/U5bi4JgxtHsqwBVOLmDBRKK9uzeL43dOji fmUYuosVLG52P/M3DKZSkv1nRQLgFGzpi/RLrIH2RekJuvCdU7XZLrwDqLY95qfv eRSGLzn1qUXsbOOwV6R0dGPl9S4n+BjRyD4qIT81XViTkKfaA5cTzYQt7pF0WIU3 YaSvvYfjTtitCn4IhVaW =U+ax -----END PGP SIGNATURE-----
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2011-02-27 17:19:10 +0000 +++ debian/control 2011-08-10 19:03:23 +0000 @@ -5,18 +5,17 @@ Uploaders: LI Daobing <lidaob...@debian.org> Build-Depends: debhelper (>= 7), autotools-dev, libhangul-dev (>= 0.0.12), - python-support, swig, python-dev (>= 2.5), pkg-config, libibus-dev (>= 1.2.99), + swig, python-dev (>= 2.6.6-3~), pkg-config, libibus-dev (>= 1.2.99), intltool Standards-Version: 3.9.1 Homepage: http://code.google.com/p/ibus -XS-Python-Version: >= 2.5 +X-Python-Version: >= 2.5 Vcs-Bzr: lp:~pkg-ime/ibus/debian-ibus-hangul Vcs-Browser: https://code.launchpad.net/~pkg-ime/ibus/debian-ibus-hangul Package: ibus-hangul Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, ibus (>= 1.2.99) -XB-Python-Version: ${python:Versions} Description: Hangul engine for IBus IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface. === modified file 'debian/rules' --- debian/rules 2011-02-27 17:19:10 +0000 +++ debian/rules 2011-08-10 19:03:46 +0000 @@ -39,7 +39,7 @@ dh_installchangelogs -s dh_installdocs -s README AUTHORS dh_installexamples -s - dh_pysupport -s + dh_python2 -s dh_installman -s dh_link -s dh_strip -s