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
|
python-evdev (1.6.1+dfsg-1) unstable; urgency=medium
* New upstream release.
* Our patches are Debian-specific, mark them as not needing
forwarding.
-- Stephen Kitt <skitt@debian.org> Tue, 24 Jan 2023 18:15:43 +0100
python-evdev (1.6.0+dfsg-1) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on dh-python.
[ Stephen Kitt ]
* New upstream release.
-- Stephen Kitt <skitt@debian.org> Mon, 15 Aug 2022 11:35:04 +0200
python-evdev (1.5.0+dfsg-1) unstable; urgency=medium
* New upstream release
* Standards-Version 4.6.1, no change required.
-- Stephen Kitt <skitt@debian.org> Sat, 28 May 2022 13:53:11 +0200
python-evdev (1.4.0+dfsg-1) unstable; urgency=medium
* New upstream release.
-- Stephen Kitt <skitt@debian.org> Mon, 18 Jan 2021 22:12:42 +0100
python-evdev (1.3.0+dfsg-2) unstable; urgency=low
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.5.0, no changes needed.
[ Stephen Kitt ]
* Switch to debhelper compatibility level 13.
* Standards-Version 4.5.1, no further change required.
-- Stephen Kitt <skitt@debian.org> Sun, 17 Jan 2021 16:52:47 +0100
python-evdev (1.3.0+dfsg-1) unstable; urgency=medium
* New upstream release, merging spelling-fixes.patch.
* Enable all hardening options.
* Move the python-evdev manpage to section 7.
* Standards-Version 4.4.1, no further change required.
-- Stephen Kitt <skitt@debian.org> Thu, 16 Jan 2020 18:40:57 +0100
python-evdev (1.2.0+dfsg-1) unstable; urgency=medium
[ Ondřej Nový ]
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ Stephen Kitt ]
* New upstream release.
* Drop Python 2 support.
* Fix the project name in debian/watch.
* Add a couple of spelling fixes identified by Lintian.
* Document why the docs package is arch-dependent.
* Switch to debhelper compatibility level 12.
* Standards-Version 4.4.0, no change required.
-- Stephen Kitt <skitt@debian.org> Thu, 11 Jul 2019 18:32:05 +0200
python-evdev (1.1.2+dfsg-1) unstable; urgency=medium
* New upstream release.
* Enable tests, skipping those requiring root. Closes: #908988.
* Ensure that the module is available when the documentation is built,
so that the API documentation can be included. As a result, the
documentation is now architecture-dependent. Closes: #908990.
* Set “Rules-Requires-Root: no”.
* Standards-Version 4.2.1, no further change required.
-- Stephen Kitt <skitt@debian.org> Wed, 19 Sep 2018 22:49:53 +0200
python-evdev (1.0.0+dfsg-1) unstable; urgency=medium
* New upstream release.
* Drop X-Python-Version, the minimum versions are satisfied
everywhere.
* Switch to debhelper compatibility level 11.
* Standards-Version 4.1.4, no further change required.
-- Stephen Kitt <skitt@debian.org> Sat, 02 Jun 2018 17:38:07 +0200
python-evdev (0.8.1+dfsg-1) unstable; urgency=medium
* New upstream release.
* Don't run sphinx during arch-only builds. Thanks to Helmut Grohne for
the initial patch! Closes: #895108.
* Install the examples.
* Standards-Version 4.1.3, no change required.
* Migrate to Salsa.
-- Stephen Kitt <skitt@debian.org> Sat, 07 Apr 2018 15:27:19 +0200
python-evdev (0.7.0+dfsg-2) unstable; urgency=medium
* Limit the architecture to linux-any. Closes: #875624.
* Switch to Python 3 Docutils and Sphinx, build-conflicting on
python-sphinx to avoid issues with that being picked in preference to
python3-sphinx.
* Clean up debian/control with cme.
* Drop the new-package-should-not-package-python2-module override
since this is no longer a new package.
* Standards-Version 4.1.1, no change required.
-- Stephen Kitt <skitt@debian.org> Sat, 07 Oct 2017 11:49:45 +0200
python-evdev (0.7.0+dfsg-1) unstable; urgency=medium
* Initial release. Closes: #709988.
-- Stephen Kitt <skitt@debian.org> Fri, 01 Sep 2017 13:56:02 +0200
|