~ted/ubuntu/raring/ubuntu-drivers-common/nvidia-experimental-number

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Matthias Klose, Dmitrijs Ledkovs, Martin Pitt
  • Date: 2012-11-07 15:47:19 UTC
  • mfrom: (26.1.1 quantal-proposed)
  • Revision ID: package-import@ubuntu.com-20121107154719-r6wvtwwkh4n3aqkm
Tags: 1:0.2.72
[ 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
Package: dh-modaliases
74
74
Architecture: all
75
75
Depends: ${perl:Depends},
76
 
 ${misc:Depends},
77
 
 ${python3:Depends}
 
76
 ${misc:Depends}
78
77
Enhances: debhelper
79
78
Description: debhelper extension for scanning kernel module aliases
80
79
 dh_modaliases is useful for packages that ship third-party kernel modules,
91
90
Section: oldlibs
92
91
Priority: extra
93
92
Architecture: i386 amd64 armel armhf
94
 
Depends: ubuntu-drivers-common, ${misc:Depends}, ${python3:Depends}
 
93
Depends: ubuntu-drivers-common, ${misc:Depends}
95
94
Description: transitional package for ubuntu-drivers-common
96
95
 This is a transitional package for ubuntu-drivers-common. You can remove it
97
96
 after upgrading.