lp://staging/~ogra/xdiagnose/py3port
Created by
Oliver Grawert
and last modified
- Get this branch:
- bzr branch lp://staging/~ogra/xdiagnose/py3port
Only
Oliver Grawert
can upload to this branch. If you are
Oliver Grawert
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Bryce Harrington: Approve
- Colin Watson (community): Approve
-
Diff: 1040 lines (+266/-182)35 files modifiedapport/apport-gpu-error-intel.py (+7/-5)
apport/source_xorg.py (+11/-5)
bin/dpkg-log-summary (+9/-11)
bin/xdiagnose (+3/-1)
bin/xpci (+8/-6)
bin/xrandr-tool (+12/-10)
data/workloads/run_workloads (+3/-1)
debian/changelog (+16/-0)
debian/control (+7/-5)
debian/pycompat (+0/-1)
debian/rules (+17/-1)
run-tests (+1/-1)
setup.py (+1/-1)
tests/test_apport_gpu_hook (+1/-1)
tests/test_diagnostic (+3/-1)
tests/test_grub_file (+3/-1)
tests/test_script_syntax.sh (+5/-3)
tests/test_source_xorg (+1/-1)
xdiagnose/applet.py (+14/-14)
xdiagnose/application.py (+3/-1)
xdiagnose/config_update.py (+12/-10)
xdiagnose/diagnostics.py (+28/-27)
xdiagnose/edid.py (+48/-46)
xdiagnose/errors_treeview.py (+3/-1)
xdiagnose/info.py (+9/-7)
xdiagnose/pci_devices.py (+5/-3)
xdiagnose/utils/dates.py (+6/-4)
xdiagnose/utils/debug.py (+3/-1)
xdiagnose/utils/execute.py (+3/-1)
xdiagnose/utils/math.py (+3/-1)
xdiagnose/utils/option_handler.py (+3/-1)
xdiagnose/utils/paths.py (+4/-2)
xdiagnose/utils/screen.py (+5/-3)
xdiagnose/utils/text.py (+3/-1)
xdiagnose/welcome.py (+6/-4)
Related bugs
Bug #1013171: Many package hooks not ported to python3 | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 263. By Oliver Grawert
-
eek, what was i thinking, indeed we want to depend (not build-depend) on python-apport (and not python3-apport)
- 260. By Oliver Grawert
-
fix apport report handling in apport-
gpu-error- intel.py to match the new API that needs binary file handling - 259. By Oliver Grawert
-
add dependency on python3-apport, various fixes for testsuite, port testsuite to py3, make lp-lib optional for now
- 258. By Oliver Grawert
-
fix a remaining porting error with xdiagnose/applet.py (exception handling with multiple args has changed)
- 257. By Oliver Grawert
-
use python_distutils in debian/rules and actually install from the real builddir, thanks xnox for helping with the fix
- 255. By Oliver Grawert
-
include required and recommended changes from cjwatson review on merge proposal 109633
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/xdiagnose