-
367e87a...
by
Martin Pitt
on 2013-03-18
-
Import patches-unapplied version 1:0.2.76 to ubuntu/raring-proposed
Imported using git-ubuntu import.
Changelog parent: 62c00e3eca9e62faf2bc76d18a8d63ba31b3ba33
New changelog entries:
* debian/tests/system: nvidia-current is now a transitional package, so
change tests to test -304.
* debian/tests/system: Add tests for nvidia-310 and -313-updates.
* debian/tests/system: Drop sl-modem test case. We don't officially support
it, and it's broken at the moment. The package build test should move into
sl-modem itself if anyone is interested in keeping it alive.
-
62c00e3...
by
Alberto Milone
on 2013-01-30
-
Import patches-unapplied version 1:0.2.75 to ubuntu/raring-proposed
Imported using git-ubuntu import.
Changelog parent: fa2d6e06912a60240aa731e89121c6ae83cbd4a0
New changelog entries:
* UbuntuDrivers/detect.py:
- Add get_linux() which returns the linux metapackage name.
* UbuntuDrivers/kerneldetection.py:
- Rely on the source name only for "-lts" packages (a special case).
- Add KernelDetection.get_linux_metapackage().
* tests/ubuntu_drivers.py:
- Add more tests with different kernel names.
- Extend test coverage to both get_linux() and get_linux_headers()
from UbuntuDrivers/detect.py.
-
fa2d6e0...
by
Alberto Milone
on 2013-01-29
-
Import patches-unapplied version 1:0.2.74 to ubuntu/raring-proposed
Imported using git-ubuntu import.
Changelog parent: 09c33d397c2aea66fb3a61e0b6984a77b435ba74
New changelog entries:
[ Martin Pitt ]
* hybrid-detect.c: Fix detection of i386 architecture. Thanks Dennis
Baurichter! (LP: #1096354)
[ Alberto Milone ]
* NvidiaDetector/nvidiadetector.py: Exclude -current from the
recommended flavours. The -current flavour is now a transitional
package therefore we should not recommend it any more.
* UbuntuDrivers/kerneldetection.py, UbuntuDrivers/detect.py,
tests/ubuntu_drivers.py: Add support for checking and suggesting
the required linux headers.
-
09c33d3...
by
Martin Pitt
on 2012-12-13
-
Import patches-unapplied version 1:0.2.73 to ubuntu/raring-proposed
Imported using git-ubuntu import.
Changelog parent: b2c51bc3c0b4faaffb6a4160546905b8311e9163
New changelog entries:
* debian/tests/control: Add apport to test dependencies, so that the DKMS
hook can generate proper crash files which will help with debugging.
* debian/tests/system: In the Broadcom wifi test, use a proper device class
and subclass, as the current driver matches on those now.
-
b2c51bc...
by
Martin Pitt
on 2012-11-07
-
Import patches-unapplied version 1:0.2.72 to ubuntu/raring-proposed
Imported using git-ubuntu import.
Changelog parent: 9ad9c3047feb8e91850c954b48a000e19abc71fa
New changelog entries:
[ Matthias Klose ]
* Build-depend on python3-all.
[ Dmitrijs Ledkovs ]
* Use /usr/bin/python3 shebang.
[ Martin Pitt ]
* debian/tests/system: Fix duplicate output of error message for test
failures.
* tests/ubuntu_drivers.py, test_devices_detect_plugins(): Fix failure if
special.py occurs first in the output. This bug was triggered by Python
3.3's new hash randomization behaviour. (LP: #1071997)
* UbuntuDrivers/detect.py: Fix UnicodeDecodeError crash when encountering a
package with invalid UTF-8 encoding. Just skip those packages instead. Add
test to tests/ubuntu_drivers.py.
-
9ad9c30...
by
Alberto Milone
on 2012-10-24
-
Import patches-unapplied version 1:0.2.71.1 to ubuntu/quantal-proposed
Imported using git-ubuntu import.
Changelog parent: de3423d92539e16be190ecf8bc5082dced3a0617
New changelog entries:
* NvidiaDetector/nvidiadetector.py:
- Make sure to never recommend experimental drivers (LP: #1070795).
-
de3423d...
by
Martin Pitt
on 2012-10-05
-
Import patches-unapplied version 1:0.2.71 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: 9b057a18a27e7e8ee67ebdd5e8b2f9dce34ccd72
New changelog entries:
* tests/ubuntu_drivers.py: When calling PackageKit, retry up to 5 seconds on
o.f.d.Error.ServiceUnknown, so that this also works reliably on our slow
ARM builders. (LP: #1061748)
-
9b057a1...
by
Martin Pitt
on 2012-10-04
-
Import patches-unapplied version 1:0.2.70 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: 0b37390a0b593aa219c8b8de6781315f2a76ae87
New changelog entries:
* UbuntuDrivers/detect.py: Never recommend a driver which has "experiment"
in the name, unless no other driver is available.
-
0b37390...
by
Martin Pitt
on 2012-09-06
-
Import patches-unapplied version 1:0.2.69 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: 8e650b3988e3b88e7b7b0aa8764191dd7f7cab64
New changelog entries:
* Drop share/last_gfx_boot, and stop installing it in setup.py. This file is
created and updated at runtime and should not be shipped in the package.
(LP: #1045629)
* setup.py: Only install the upstart job on platforms where we build
hybrid-detect. (LP: #1045193)
* debian/rules: On architectures which do not ship hybrid-detect, generate a
.maintscript helper to clean up the /etc/init/hybrid-gfx.conf upstart job
conffile on upgrade.
* tests/ubuntu_drivers.py: Add test for a video driver which supports
multiple X.org video ABIs. Reproduces LP #1033222.
* UbuntuDrivers/detect.py, _check_video_abi_compat(): Do not only consider
the first xorg-video-abi-* dependency, but all of them. (LP: #1033222)
-
8e650b3...
by
Jason Conti
on 2012-07-20
-
Import patches-unapplied version 1:0.2.68 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: ad2338c35bb7dfd81304415ea37a4c98b539971c
New changelog entries:
* setup.py: Fix hybrid_detect installation. (LP: #1026787)