Package: notify-python Version: 0.1.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 has now been 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 this work, I have converted the notify-python package to use dh_python2 according to these guidelines: http://wiki.debian.org/Python/TransitionToDHPython2 Thanks for considering the patch. *** /tmp/tmpgITeTA In Ubuntu, the attached patch was applied to achieve the following: ## ---------------- REPLACE THIS WITH ACTUAL INFORMATION --------------------- ## Please add all necessary information about why the change needed to go in ## Ubuntu, quote policy, spec or any other background material and why it can ## and should be used in Debian too. If the patch is composed of multiple ## independent pieces, please send them as separate bug reports. ## ---------------- REPLACE THIS WITH ACTUAL INFORMATION --------------------- * 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) iQIcBAEBCAAGBQJOLfEKAAoJEBJutWOnSwa/3nAP/0NhxlSETRLcc1xZjaHhXIoN 2OWBue4sUlyBR+gbRsTe04YSn19EXyKwpZfvwilUiLIcrqSU68oIBPpPmFwkDh34 sdyUTtG0pez6S5So+0JNyavZpykrxOEk4aE0PnPcecTm+4eduN7TYTEA+NikkwG4 LYWx9WIf4xVGFPOCat0ZZVcIkiQ22lFdpcUt3nkXejyIJUC1Lh5EM98iL4rVidN9 Irv2yKLhyJCYPmdt8HIeEkUplxUYc/0XZcOqjAN2JYaGCGsEKqzRHTnPTDjhjked embeffRk1P0FngQax2QVzBI0w66Wbh0WoIuq3vZW15rcG+zKNCmcAsq/oQaQSCso RGH8B6BzsRFs9VvOzeYwiesWj+cDs8NN35yCxA5CvYgCapQv+9nNvsL3pAaAfJjR 58NmLhYnzEJDHtUCqZAwH4Va81lbWLuWDUZD2Yl5yaoW3uEnt1U5ucX9ZFvJMYqt LlLFs2bmQ55ChIsQ0+lfOaf9CSTE3KAWWdbCYJFG7qthdWi4LNM+p9EOvF2tXXsP IrpZKVLm8Q85i/T+TjmT9cmizA5tD7ZIvQMdv8nLFLurv6/R2pZPc5sSrmVkoMl6 euHlWw0J0u4hCoLVVPmP4yo8PyeFeVHy9ltfjtKL2MJXLeHy7Vcxq6npIBYvKODe 3NTeDDcXn1zPLvruTIxJ =63EY -----END PGP SIGNATURE-----
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2011-06-03 10:38:09 +0000 +++ debian/control 2011-07-25 21:44:43 +0000 @@ -5,14 +5,13 @@ XSBC-Original-Maintainer: Gustavo Franco <stra...@debian.org> Uploaders: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org> Build-Depends: debhelper (>= 5.0.37.2), - cdbs (>= 0.4.43), - python-all-dev (>= 2.3.5-7), - python-support (>= 0.3), + cdbs (>= 0.4.90~), + python-all-dev (>= 2.6.6-3~), pkg-config (>= 0.20-1), libnotify-dev (>= 0.4.3), python-gtk2-dev (>= 2.10) Standards-Version: 3.7.2 -XS-Python-Version: >= 2.3 +X-Python-Version: >= 2.3 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/notify-python/trunk/ Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/notify-python/?op=log @@ -23,7 +22,6 @@ ${misc:Depends}, python-gtk2 (>= 2.10) Provides: ${python:Provides} -XB-Python-Version: ${python:Versions} Description: Python bindings for libnotify libnotify sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be === removed file 'debian/pycompat' --- debian/pycompat 2006-07-04 17:00:55 +0000 +++ debian/pycompat 1970-01-01 00:00:00 +0000 @@ -1 +0,0 @@ -2 === modified file 'debian/rules' --- debian/rules 2007-12-06 15:55:13 +0000 +++ debian/rules 2011-07-25 22:28:03 +0000 @@ -34,6 +34,7 @@ dh_testdir dh_testroot $(MAKE) -C build-$* install DESTDIR=$(CURDIR)/debian/python-notify + rm -f $(CURDIR)/debian/python-notify/usr/lib/python*/*-packages/gtk-2.0/pynotify/*.la install: $(PYVERS:%=install-%) @@ -54,7 +55,7 @@ dh_strip -s dh_compress -s dh_fixperms -s - dh_pysupport -s + dh_python2 -s dh_installdeb -s dh_shlibdeps -s dh_gencontrol -s