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
|
xboxdrv (0.8.8-3) unstable; urgency=medium
* Team upload.
* Apply upstream patch to port xboxdrv to Python 3. Closes: #945748.
* Apply patch from László Böszörményi to allow building with SCons
4.3.0. Closes: #1003029.
-- Stephen Kitt <skitt@debian.org> Sat, 27 Aug 2022 22:01:33 +0200
xboxdrv (0.8.8-2) unstable; urgency=medium
* Team upload.
[ Phil Wyett ]
* Fix build with Python3-enabled scons. (Closes: #947585)
[ Reiner Herrmann ]
* Update watch file. (Closes: #895734)
* debian/control:
- update homepage.
- point Vcs-* URLs to salsa.
- update debhelper compat to 12
- update Standards-Version to 4.5.0
- declare that d/rules does not require root
* Use https URL for copyright format.
* Drop unused lintian override.
-- Markus Koschany <apo@debian.org> Sun, 02 Feb 2020 20:12:24 +0100
xboxdrv (0.8.8-1) unstable; urgency=medium
* New upstream version
* debian/control:
- bump Standards-Version to 3.9.7 (no change needed)
- update Vcs-* fields
- update my email
* debian/copyright:
- update my email and the copyright years
* debian/docs:
- update for README -> README.md rename
* debian/patches/fix-build-flags-parsing.patch:
- fix handling *FLAGS environment variables containing >1 flags (Closes:
#809247), thanks to Bertrand Marc
* debian/patches/fix-xboxdrv-manpage.patch:
- fix new spelling problems
* debian/rules:
- update for python -> python2 change in the /usr/bin/xboxdrvctl shebang
* debian/xboxdrv.lintian-overrides:
- override python-script-but-no-python-dep as the deps exist in Recommends
-- Andrey Rahmatullin <wrar@debian.org> Sun, 20 Mar 2016 18:19:53 +0500
xboxdrv (0.8.5-1) unstable; urgency=low
* New upstream version
* debian/control:
- bump Standards-Version to 3.9.4 (no change needed)
* debian/patches/:
- drop use-PATH.patch (not needed anymore as the whole environment is
imported now)
* debian/control:
- use canonical anonscm.d.o URLs in the Vcs-* fields
* debian/copyright:
- update the copyright years
-- Andrey Rahmatullin <wrar@wrar.name> Sun, 05 May 2013 16:17:43 +0600
xboxdrv (0.8.4-1) unstable; urgency=low
* New upstream version
* debian/patches/fix-xboxdrv-manpage.patch:
- update for the new upstream version
* debian/compat:
- bump to 9
* debian/control:
- bump Build-Depends for debhelper to >= 9
- bump Standards-Version to 3.9.3 (no change needed)
* debian/patches/use-PATH.patch:
- use $PATH from the environment during the build to make use of ccache
when it's available
* debian/rules:
- pass CPPFLAGS, CFLAGS, CXXFLAGS and LDFLAGS to scons
- enable all hardening options
* debian/copyright:
- update the format URL
- update copyright years
-- Andrey Rahmatullin <wrar@wrar.name> Sat, 16 Jun 2012 16:25:17 +0600
xboxdrv (0.8.2-1) unstable; urgency=low
* New upstream version
* Upload to unstable
* debian/control:
- change Architecture to linux-any because of a dependency on the linux
uinput kernel module
- update Build-Depends for the new version: remove libboost-thread1.42-dev,
add libboost-dev, libdbus-glib-1-dev and libudev-dev, replace libusb-dev
with libusb-1.0-0-dev
- bump Standards-Version to 3.9.2 (no change needed)
- move the package to the pkg-games team (change Maintainer and
Uploaders), update Vcs-* paths respectively
- move python and python-dbus from Suggests to Recommends because of new
xboxdrvctl script, drop python-gobject from Suggests because
xboxdrv-daemon was dropped
- small Description fix
* debian/copyright:
- remove sections for src/gui/evdev.py and kernel/* because the
corresponding files were removed
- fix GPL2 license file path in debian/copyright
* debian/docs:
- remove lines for files that were dropped from the source
* debian/install:
- remove the file, as xboxdrv-daemon was dropped
* Fix lintian warnings for xboxdrv.1 manpage
* Add xboxdrvctl.1 manpage
* Remove /usr/bin/env from the xboxdrvctl shebang (per Python Policy 1.4.2)
-- Andrey Rahmatullin <wrar@wrar.name> Tue, 16 Aug 2011 22:05:29 +0600
xboxdrv (0.6.4-1) experimental; urgency=low
* Initial release (Closes: #610009)
-- Andrey Rahmatullin <wrar@wrar.name> Sat, 15 Jan 2011 22:36:10 +0500
|