File: changelog

package info (click to toggle)
xboxdrv 0.8.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,300 kB
  • ctags: 2,447
  • sloc: cpp: 19,635; xml: 3,202; ansic: 507; python: 492; sh: 105; makefile: 34; ruby: 19
file content (96 lines) | stat: -rw-r--r-- 3,537 bytes parent folder | download
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
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