1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314
|
pyinotify (0.9.6-2) unstable; urgency=low
[ Debian Janitor ]
* Bump debhelper from deprecated 7 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Apply multi-arch hints.
+ python-pyinotify-doc: Add Multi-Arch: foreign.
[ Ondřej Nový ]
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Sandro Tosi ]
* Use the new Debian Python Team contact name and address
-- Sandro Tosi <morph@debian.org> Sat, 11 Jun 2022 21:27:16 -0400
pyinotify (0.9.6-1.3) unstable; urgency=medium
* Non-maintainer upload.
* Drop python2 support; Closes: #937459
-- Sandro Tosi <morph@debian.org> Fri, 03 Apr 2020 12:15:30 -0400
pyinotify (0.9.6-1.2) unstable; urgency=medium
* Replace previous NMU with a new source-only upload.
-- Kenneth J. Pronovici <pronovic@debian.org> Thu, 08 Aug 2019 02:31:14 +0000
pyinotify (0.9.6-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Update debian/control to set Vcs-Git and Vcs-Browser (match salsa)
* Update debian/control to remove X-Python3-Version (match salsa)
* Eliminate dependency on epydoc, which will be removed (closes: #933617)
- Update debian/control to remove Build-Depends-Indep: python-epydoc
- Update debian/control to adjust description for python-pyinotify-doc
- Update debian/rules to no longer build epydoc documentation
- Update debian/python-pyinotify-doc.docs to remove html entry
- Remove debian/python-pyinotify-doc.doc-base
-- Kenneth J. Pronovici <pronovic@debian.org> Fri, 02 Aug 2019 18:34:31 +0000
pyinotify (0.9.6-1) unstable; urgency=low
[ Corey Bryant ]
* New upstream release (Closes: #807520).
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Mikhail Gusarov ]
* Allow to build twice (Closes: #825927).
-- Mikhail Gusarov <dottedmag@debian.org> Fri, 03 Jun 2016 21:19:13 +0200
pyinotify (0.9.5-1) unstable; urgency=low
* New upstream release.
* Add dh-python to B-D as suggested by dh_python.
* Update debian/watch to follow GitHub tags.
-- Mikhail Gusarov <dottedmag@debian.org> Wed, 11 Feb 2015 19:32:59 +0100
pyinotify (0.9.4-1) unstable; urgency=low
* New upstream release (Closes: #730106)
-- Mikhail Gusarov <dottedmag@debian.org> Sun, 24 Nov 2013 17:51:01 +0100
pyinotify (0.9.3-2) unstable; urgency=low
* Team upload.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Sebastian Ramacher ]
* debian/control: Change python3 in Build-Depends to python3-all to build
against all supported Python 3 versions. (Closes: #692385)
-- Sebastian Ramacher <sramacher@debian.org> Fri, 24 May 2013 13:54:56 +0200
pyinotify (0.9.3-1.1) unstable; urgency=low
* Non-maintainer upload with IRC maintainer consent.
* Add python3 package (Closes: #672187).
-- Didier Raboud <odyx@debian.org> Sat, 16 Jun 2012 12:58:31 +0200
pyinotify (0.9.3-1) unstable; urgency=low
* New upstream release.
* Update Standards-Version to 3.9.3, no changes required.
* Update debian/copyright to version 1.0 of machine-readable format.
* Add missing reference to /usr/share/common-licenses/GPL-2 to
debian/copyright.
-- Mikhail Gusarov <dottedmag@debian.org> Mon, 19 Mar 2012 20:15:33 +0100
pyinotify (0.9.2-1) unstable; urgency=low
* New upstream release (Closes: #638708)
* Use dh_python2 instead of python-support (Closes: #637148).
* Drop Breaks for obsolete packages.
* Update Standards-Version to 3.9.2, no changes required.
* Convert debian/copyright to machine-readable format.
-- Mikhail Gusarov <dottedmag@debian.org> Sat, 27 Aug 2011 22:26:37 +0200
pyinotify (0.9.1-1) unstable; urgency=low
* New upstream release.
- debian/control: Update list of documentation installed.
* debian/control: Update my e-mail address.
* Upstream moved to another site:
- debian/control: Update homepage.
- debian/watch: Update download location.
* debian/source/format: Update source format to 3.0 (quilt).
* debian/control, debian/rules: Use dh(1).
* debian/control: Update Standards-Version to 3.9.1, no changes required.
* debian/control: Drop conflict with python2.[34]-pyinotify which are no
longer in oldstable.
-- Mikhail Gusarov <dottedmag@debian.org> Tue, 29 Mar 2011 08:57:40 +0200
pyinotify (0.8.9-1) unstable; urgency=low
* New upstream release
- License changed from GPLv2+ to MIT
* Adjust documentation generation and installation due to changed
tarball layout
-- Mikhail Gusarov <dottedmag@dottedmag.net> Mon, 11 Jan 2010 02:28:44 +0600
pyinotify (0.8.8-1) unstable; urgency=low
* New upstream release.
-- Mikhail Gusarov <dottedmag@dottedmag.net> Wed, 11 Nov 2009 19:29:08 +0600
pyinotify (0.8.7-1) unstable; urgency=low
* New upstream release:
- inotify detection with glibc 2.10 fixed (Closes: #546786),
- python-psyco suggestion dropped, Psyco support removed upstream.
- installing examples/* as examples, files moved upstream
* Standards-Version is bumped to 3.8.3, no changes required.
* Unused XB-Python-Version field removed.
* doc-base registration added for HTML documentation
-- Mikhail Gusarov <dottedmag@dottedmag.net> Fri, 25 Sep 2009 03:31:04 +0700
pyinotify (0.8.6-2) unstable; urgency=low
* Upload to unstable.
* Added Breaks field for packages known to be incompatible with
pyinotify 0.8.x.
-- Mikhail Gusarov <dottedmag@dottedmag.net> Thu, 14 May 2009 13:49:58 +0700
pyinotify (0.8.6-1) experimental; urgency=low
* New upstream release (Closes: #521422):
- New upstream homepage,
+ debian/watch updated.
- debian/copyright updated.
- compiled module is gone:
+ -dbg package removed,
+ build-dependencies/runtime-dependencies cleaned up,
+ debian/rules cleanup.
- documentation is now built with epydoc
+ added python-epydoc to dependencies
+ debian/rules adjusted
- use-sys-syscall-h.patch removed, obsolete.
- quilt dependency removed, no longer used:
+ debian/README.source removed.
* Bump Standards-Version to 3.8.1, no changes required.
* Bump debhelper compatibility to 7.
-- Mikhail Gusarov <dottedmag@dottedmag.net> Mon, 13 Apr 2009 16:47:49 +0700
pyinotify (0.7.1-3) unstable; urgency=low
* debian/copyight:
- Replacing (C) with ©, as suggested by Lintian,
- Several files are under GPLv2 or later,
- Updating copyright years to 2009.
* debian/control:
- Updated short description for python-pyinotify-doc, as suggested by
Lintian.
-- Mikhail Gusarov <dottedmag@dottedmag.net> Tue, 17 Feb 2009 00:46:17 +0600
pyinotify (0.7.1-2) unstable; urgency=low
[ Piotr Ożarowski ]
* Vcs-Svn, Vcs-Browser and Homepage fields added
[ Sandro Tosi ]
* debian/control
- uniforming Vcs-Browser field
- switch Vcs-Browser field to viewsvn
- added -dbg package, adding python-all-dbg to build-depends
- uncapitalized short descriptions of all binary packages
- bump Standards-Version to 3.8.0
+ added debian/README.source
* debian/rules
- added -dbg building rules; thanks to Ezequiel Lara Gómez for the (partial)
patch; Closes: #470990
- correctly depending on '$(QUILT_STAMPFN)' (for configure-stamp target)
and 'unpatch' (for clean target)
- added removal of 'html/' dir (created by Debian package build system)
- merged *-stamp removal in 'dh_clean' call
* debian/patches/use-sys-syscall-h.patch
- added description (from previous changelog entries)
-- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Sun, 28 Dec 2008 15:01:11 +0100
pyinotify (0.7.1-1) unstable; urgency=low
[Mikhail Gusarov]
* New upstream release (Closes: #432866).
- Removed hppa-syscalls.patch - applied upstream.
- Removed m68k-syscalls.patch - applied upstream.
* Acknowleging NMU 0.7.0-2.1. Thanks to LaMont Jones.
- Added use-sys-syscall-h.patch - all Lenny architectures have an
inotify support.
- Package made Architecture: any.
* Fixed compilation of _inotify.so for several Python versions (thanks
to Christopher Halse Rogers) (Closes: #430891).
* epydoc documentation moved to html/ subdir to avoid polluting
documentation directory.
* autopath.py stripped from examples, as it is not needed for packaged
library, and hangs when being imported due to some reason.
[Scott Kitterman]
* Suggest python-pyinotify instead of python2.*-pyinotify for
python-pyinotify-doc.
-- Mikhail Gusarov <dottedmag@dottedmag.net> Thu, 20 Sep 2007 01:22:55 +0700
pyinotify (0.7.0-2.1) unstable; urgency=low
* Fix FTBFS on hppa and mips/mipsel by using sys/syscall.h, since
inotify stuff is mainline linux on all lenny-supporting architectures.
* Architecture: any and let Packages-arch-specific deal with the exceptions.
-- LaMont Jones <lamont@debian.org> Fri, 31 Aug 2007 18:59:18 -0600
pyinotify (0.7.0-2) unstable; urgency=low
* Added armel and armeb to the supported architectures list. Thanks, Riku.
(Closes: #429266)
* Added patch hppa-syscalls.patch, enabling compilation for
hppa. Thanks, Jan. (Closes: #382647).
-- Mikhail Gusarov <dottedmag@dottedmag.net> Sun, 17 Jun 2007 00:18:31 +0700
pyinotify (0.7.0-1) unstable; urgency=low
* New maintainer. Thanks for your work, Hans!
* Acknowledging NMU. Thanks, Pierre! (Closes: #373497)
* New upstream release. (Closes: #370565, #414740)
* Added syscall numbers for m68k. (Closes: #394587)
* debhelper compatibility level 5 (no changes required).
* -doc package moved to 'doc' section.
* '[dummy package]' removed from description: package is no longer
dummy. (Closes: #420775)
* Trailing whitespace and empty lines removed from the
debian/{control,rules,changelog}
* 'Homepage' entries indented to have two leading spaces.
* debian/copyright updated: several files in package are under MIT and
PSF licenses
-- Mikhail Gusarov <dottedmag@dottedmag.net> Mon, 14 May 2007 21:54:22 +0700
pyinotify (0.5.2-1.1) unstable; urgency=low
* Non-maintainer upload.
* Update package for new python policy (Closes: #373497).
-- Pierre Habouzit <madcoder@debian.org> Fri, 30 Jun 2006 10:30:52 +0200
pyinotify (0.5.2-1) unstable; urgency=low
* New upstream release.
-- Hans Ulrich Niedermann <debian@n-dimensional.de> Sun, 2 Apr 2006 02:35:31 +0200
pyinotify (0.5.1-1) unstable; urgency=low
* New upstream release.
* Explicitly list all (Linux) architectures supported by inotify.
* Do ship private docs (they are linked to from the public docs).
-- Hans Ulrich Niedermann <debian@n-dimensional.de> Tue, 28 Mar 2006 14:25:09 +0200
pyinotify (0.5.0-1) unstable; urgency=low
* Initial Release, closes: #351451.
-- Hans Ulrich Niedermann <debian@n-dimensional.de> Thu, 9 Mar 2006 15:48:55 +0100
|