Your message dated Thu, 21 Jun 2012 06:34:56 +0000
with message-id <[email protected]>
and subject line Bug#672187: fixed in pyinotify 0.9.3-1.1
has caused the Debian Bug report #672187,
regarding python-pyinotify: Add support for Python 3
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.)
--
672187: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672187
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-pyinotify
Version: 0.9.2-1
Severity: wishlist
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Dear Maintainer,
Upstream pyinotify support Python 3. This patch adds the necessary
packaging to add support for python3-pyinotify.
- -- System Information:
Debian Release: wheezy/sid
APT prefers precise-updates
APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500,
'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-24-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
Versions of packages python-pyinotify depends on:
ii python 2.7.3-0ubuntu2
ii python2.7 2.7.3-0ubuntu3
python-pyinotify recommends no packages.
Versions of packages python-pyinotify suggests:
pn python-pyinotify-doc <none>
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJPqbc6AAoJEBJutWOnSwa/nmcP/RkfCe/O1R3GQ6S05HmFFgER
z0BijZ74GBCeojyI69Eh9mMPFmU4J+OFyf8rUGHqPlPEqltty68LoDRZw2qQHtjT
OdaSEhwbVWVYwaFYxBDXfGSxZySSzOl8FZSJ6lqeuHuQjNHQMfnGTf/1k6ScnVW6
3pn2QD4J/YeGZPZG0gkdyFTD4SsDFR8eq6ORENv2FdAQ1oqPsOTt6oyVCHD5A+7O
ueD1cmSyRNGG9BB2RfzyDx6mevYVPl6yF6rWvSOTN+be353R+v5f8ZxfdjtQZwRH
UzRFqYjQeP0dnc1ENn2TkUFF6BI028APE4i8FpqqkV4ahK4meATwzjgElqDwocCP
4POd3wcagm34QdhT/8v28vVqKIdzx77EKoubbgNjQ9uI2jtMKWyhYrVDHoeFH5aU
yWM7esfbQ+d/Ceidyva9b6cF31G3OIwC+l8v7CgGYENXxDBhb9CUHk79Re+MuqHd
EqNsgiQd73SnSU+vyDRu5p9ly+zNXvwCawcqDX3+8nI+OWZx9Eqbq4dnA4zVvA2k
aWrWQ/kcMKFUQLF1/x/YkgnfZmD6R+oIhFAw87VlAtUuR6m180Ys+HdI/996XLMe
FKwGs63qT62Boa3ayZHujCplJBRPoEggvKWRi4FygCmkF1/OCmGdR3U8DwewKXgY
6zz5dpL/X2BPOwa/sh6n
=yxcV
-----END PGP SIGNATURE-----
=== modified file 'debian/control'
--- debian/control 2012-03-19 20:15:33 +0000
+++ debian/control 2012-05-08 23:37:02 +0000
@@ -3,12 +3,13 @@
Priority: optional
Maintainer: Mikhail Gusarov <[email protected]>
Uploaders: Debian Python Modules Team <[email protected]>
-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python3
Build-Depends-Indep: python-epydoc
Standards-Version: 3.9.3
Homepage: https://github.com/seb-m/pyinotify
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyinotify/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyinotify/trunk/
+X-Python3-Version: >= 3.2
Package: python-pyinotify
Architecture: all
@@ -21,11 +22,24 @@
inotify is a Linux Kernel feature available since 2.6.13. inotify makes
it possible for applications to easily be notified of filesystem changes.
+Package: python3-pyinotify
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Provides: ${python3:Provides}
+Suggests: python-pyinotify-doc
+Description: simple Linux inotify Python bindings
+ pyinotify is a simple wrapper for the Linux inotify mechanism.
+ .
+ inotify is a Linux Kernel feature available since 2.6.13. inotify makes
+ it possible for applications to easily be notified of filesystem changes.
+ .
+ This is the Python 3 version of the package.
+
Package: python-pyinotify-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
-Recommends: python-pyinotify
+Recommends: python-pyinotify, python3-pyinotify
Description: simple Linux inotify Python bindings -- documentation
pyinotify is a simple wrapper for the Linux inotify mechanism.
.
=== added file 'debian/python-pyinotify.install'
--- debian/python-pyinotify.install 1970-01-01 00:00:00 +0000
+++ debian/python-pyinotify.install 2012-05-08 23:41:06 +0000
@@ -0,0 +1,1 @@
+usr/lib/python2*
=== added file 'debian/python3-pyinotify.install'
--- debian/python3-pyinotify.install 1970-01-01 00:00:00 +0000
+++ debian/python3-pyinotify.install 2012-05-08 23:57:50 +0000
@@ -0,0 +1,1 @@
+usr/lib/python3
=== modified file 'debian/rules'
--- debian/rules 2011-08-27 22:26:37 +0000
+++ debian/rules 2012-05-08 23:57:50 +0000
@@ -1,16 +1,28 @@
#!/usr/bin/make -f
+PYTHON2=$(shell pyversions -vr)
+PYTHON3=$(shell py3versions -vr)
+
%:
- dh $@ --with python2
+ dh $@ --with python2,python3
+
+build-python%:
+ python$* setup.py build
+
+override_dh_auto_build: $(PYTHON3:%=build-python%)
+ dh_auto_build
+
+install-python%:
+ python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb
+
+override_dh_auto_install: $(PYTHON3:%=install-python%)
+ dh_auto_install
+ [ ! -e docstrings ] || mv docstrings docstrings.orig
+ epydoc python2/pyinotify.py
override_dh_auto_clean:
dh_auto_clean -- --all
-
+ rm -rf build
+ rm -rf *.egg-info
rm -rf html
[ ! -e docstrings.orig ] || mv docstrings.orig docstrings
-
-override_dh_auto_install:
- dh_auto_install --destdir=$(CURDIR)/debian/python-pyinotify -- --install-layout=deb
-
- [ ! -e docstrings ] || mv docstrings docstrings.orig
- epydoc python2/pyinotify.py
--- End Message ---
--- Begin Message ---
Source: pyinotify
Source-Version: 0.9.3-1.1
We believe that the bug you reported is fixed in the latest version of
pyinotify, which is due to be installed in the Debian FTP archive:
pyinotify_0.9.3-1.1.debian.tar.gz
to main/p/pyinotify/pyinotify_0.9.3-1.1.debian.tar.gz
pyinotify_0.9.3-1.1.dsc
to main/p/pyinotify/pyinotify_0.9.3-1.1.dsc
python-pyinotify-doc_0.9.3-1.1_all.deb
to main/p/pyinotify/python-pyinotify-doc_0.9.3-1.1_all.deb
python-pyinotify_0.9.3-1.1_all.deb
to main/p/pyinotify/python-pyinotify_0.9.3-1.1_all.deb
python3-pyinotify_0.9.3-1.1_all.deb
to main/p/pyinotify/python3-pyinotify_0.9.3-1.1_all.deb
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.
Didier Raboud <[email protected]> (supplier of updated pyinotify 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: Sat, 16 Jun 2012 12:58:31 +0200
Source: pyinotify
Binary: python-pyinotify python3-pyinotify python-pyinotify-doc
Architecture: source all
Version: 0.9.3-1.1
Distribution: unstable
Urgency: low
Maintainer: Mikhail Gusarov <[email protected]>
Changed-By: Didier Raboud <[email protected]>
Description:
python-pyinotify - simple Linux inotify Python bindings
python-pyinotify-doc - simple Linux inotify Python bindings -- documentation
python3-pyinotify - simple Linux inotify Python bindings
Closes: 672187
Changes:
pyinotify (0.9.3-1.1) unstable; urgency=low
.
* Non-maintainer upload with IRC maintainer consent.
* Add python3 package (Closes: #672187).
Checksums-Sha1:
2f8f32f2dc5486f635fd2f1d99f30daa42a5b582 1998 pyinotify_0.9.3-1.1.dsc
f49f6f7eabebec513857469b29e1318587753500 5443 pyinotify_0.9.3-1.1.debian.tar.gz
0c9cf1445627b1d9e8b59fa2f501428fa4e09f66 29524
python-pyinotify_0.9.3-1.1_all.deb
df39797498f58bcbbe0e14b3f35df847f1a87713 28540
python3-pyinotify_0.9.3-1.1_all.deb
6ac19c2fd0d16279d44f684df95b4151e2ce21c5 131268
python-pyinotify-doc_0.9.3-1.1_all.deb
Checksums-Sha256:
4cb43d28b9b3765b367a8aa1ccfe10600a7c3a08fa7e7ba8c798ac3089b5c05a 1998
pyinotify_0.9.3-1.1.dsc
6c2d1ffcbdb26ec94168e0cf5dd2ea5e5c1e1a64e20a0e756ce598dbfbaf2bc2 5443
pyinotify_0.9.3-1.1.debian.tar.gz
216989520cc238c9a3494297c874b3422f5345d567546441bf210d62bdd978ac 29524
python-pyinotify_0.9.3-1.1_all.deb
7f61941a37923c0a1c5f088842d0dd98a14f4c8a0c9037a4d38dab9498db02c4 28540
python3-pyinotify_0.9.3-1.1_all.deb
c223d9f9ca4ca39c1918e816cf61720f50750c7d9b6c755919d8eabd6d6357cd 131268
python-pyinotify-doc_0.9.3-1.1_all.deb
Files:
ec35cec630888d6a31ba77b97f7c504d 1998 python optional pyinotify_0.9.3-1.1.dsc
2efaf27ed238b6582c159b8af0f7bfba 5443 python optional
pyinotify_0.9.3-1.1.debian.tar.gz
fe6e153ccca165f85f7c7fcbd7fcec73 29524 python optional
python-pyinotify_0.9.3-1.1_all.deb
a5232fc0381ec39113b8c7517010d2f2 28540 python optional
python3-pyinotify_0.9.3-1.1_all.deb
e323ff13152195082fe193fdf812f7c8 131268 doc optional
python-pyinotify-doc_0.9.3-1.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQGcBAEBCAAGBQJP3GkAAAoJEIvPpx7KFjRVqzML+QFNHnVeRplY7CzNpnxLx3pM
k6MB7OmINekxykTB+At6pF2uNOEzuS2ku9qdOcjjtW8wl8/CqIxvNxUMEgtpWDZQ
PWkT+M6gyTtJk++qJaD7FjwXYk0z2PnDqn6r86aZg2sJyM4A75FmaE6AHPyKBbKM
b5rGuINsj3zKlMjcUjgOJww1ClN+r1AYfb5+fOzHHvNka01FHL2FloIYi5znQwcG
qPftFAOljdQGkZkyRozVklQSYFMdawiVdYWw3LSFD5M3TIJp0L+i5sTS25/XFQDJ
zIBMfmqblfO8LnwCm8+vvJC7+JQOVLE6wjMSDD/020jtLESLiWWwlwigltiPodKB
/9naBDG/AH5oSCbfJGCafSU8YS9az+k21TFVczb79BrmQHXSHhzas+uodA5Fvdj8
Cery9A5KpgPJeqG19ZPgr66BUSEjK+VrjYIOmuVPm5BuJXhFW794F/R5dFY5OWvf
thCF7wYf67+ODpv3SeZMHv78hF6r4dntThBCDVTv0A==
=QJ5z
-----END PGP SIGNATURE-----
--- End Message ---