~ubuntu-branches/ubuntu/trusty/driconf/trusty

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
driconf (0.9.1-2ubuntu1) gutsy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    + Fix FTBFS, build-depend on python-dev
    + debian/rules: include simple-patchsys.mk to patch the desktop file
      (#57993)
    + 01_fix-desktop-file.patch: update patch part-applied in Debian
    + Update Maintainer field to match Debian-Maintainer-Spec
  * debian/rules: keep debian changes to install desktop file

 -- Arthur Loiret <arthur.loiret@gmail.com>  Wed, 27 Jun 2007 12:20:58 +0200

driconf (0.9.1-2) unstable; urgency=low

  * Fix all occurences of /usr/local in the code.
  * driconf_commonui.py: Fix findInShared to look in /usr/share instead of all
    prefixes of /var/lib/python-support/python2.*/ (Closes: #429522).
  * debian/driconf.install, debian/rules: Handle desktop file.

 -- Michel Dänzer <daenzer@debian.org>  Tue, 19 Jun 2007 11:33:37 +0200

driconf (0.9.1-1ubuntu1) gutsy; urgency=low

  * Merge with Debian Unstable, remaining Ubuntu changes:
    - Fix FTBFS, build-depend on python-dev.
  * debian/control: adhere to DebianMaintainerField.
  * debian/rules: include simple-patchsys.mk and install the desktop file.
    (LP: #57993)
  * debian/patches/01_fix-desktop-file.patch: fix the category and icon path.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 09 Jun 2007 00:08:48 +0200

driconf (0.9.1-1) unstable; urgency=low

  * New upstream release.
  * Also include changes from upstream branch driconf-0-9-branch up to revision
    284.
  * Switched from python-central to python-support.
  * Removed translators from debian/copyright for the sake of simplicity.
  * Apply patch from
    http://sourceforge.net/tracker/index.php?func=detail&aid=1656905&group_id=178376&atid=884983
    to fix an UnboundLocalError that could happen under some circumstances.

 -- Michel Dänzer <daenzer@debian.org>  Thu, 07 Jun 2007 13:29:18 +0200

driconf (0.9.0-2ubuntu1) feisty; urgency=low

  * Fix FTBFS, build-depend on python-dev.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 13 Jan 2007 13:41:26 +0100

driconf (0.9.0-2) unstable; urgency=low

  * debian/control: Add Suggests: mesa-utils | xbase-clients (<< 7.0.0) for
    glxinfo, which if available is now used to retrieve some information about
    the driver that isn't directly related to configuration (thanks Felix).
  * Update to new Python policy:
    - Build-depend on debhelper (>= 5.0.37.1), python (>= 2.3.5-7),
      python-central (>= 0.4.10).
    - Add XB-Python-Version: ${python:Versions} and XS-Python-Version: >=2.3
      (per upstream documentation).
    - Adapt debian/rules to cdbs pycentral support.
  * Move some build-dependencies from Build-Depends-Indep: to Build-Depends:,
    FTWCA policy section 7.6 ;). lintian now gives a false positive warning
    about python, oh well...
  * Bump standards version to 3.7.2.0.
  * Update FSF mailing address in debian/copyright.

 -- Michel Dänzer <daenzer@debian.org>  Sat, 17 Jun 2006 15:33:37 +0200

driconf (0.9.0-1) unstable; urgency=low

  * New upstream release.
    - The major change is a new simplified UI. The old UI is sill available as
      'expert mode'.
  * debian/control:
    - Make python-gtk2 (build-)dependencies versioned on >> 2.4.0 per upstream.
    - Change dependency for the xdriinfo binary to xdriinfo | xbase-clients
      (>> 6.8.0) to facilitate Ubuntu sidegrades and hopefully anticipate the
      new modular X world order. :)
    - Tweak description per upstream and as required by above changes.
  * debian/copyright: Add 2006 for Felix.

 -- Michel Daenzer <daenzer@debian.org>  Fri, 27 Jan 2006 16:50:25 +0100

driconf (0.2.7-1) unstable; urgency=low

  * Initial upload (Closes: #321886).
  * setup.cfg: Don't install python modules in /usr/local.
  * driconf.py: Fix version shown in about dialog.
  * debian/driconf.1: Manpage, inspired by gnome-pilot source package.

 -- Michel Daenzer <daenzer@debian.org>  Sat, 27 Aug 2005 19:54:23 -0400