lp://staging/~brian-murray/ubuntu/natty/apport/rr-if-idontknow
- Get this branch:
- bzr branch lp://staging/~brian-murray/ubuntu/natty/apport/rr-if-idontknow
Branch merges
- Martin Pitt (community): Approve
-
Diff: 7133 lines (+2156/-1226)48 files modifiedNEWS (+87/-1)
apport/REThread.py (+7/-7)
apport/__init__.py (+23/-1)
apport/chroot.py (+6/-6)
apport/crashdb.py (+24/-24)
apport/crashdb_impl/launchpad.py (+301/-247)
apport/crashdb_impl/memory.py (+5/-5)
apport/crashdb_impl/multipartpost_handler.py (+1/-1)
apport/fileutils.py (+22/-12)
apport/hookutils.py (+68/-22)
apport/packaging.py (+19/-19)
apport/report.py (+133/-81)
apport/ui.py (+343/-246)
apport_python_hook.py (+20/-16)
backends/packaging-apt-dpkg.py (+79/-112)
bin/apport-cli (+24/-22)
bin/apport-retrace (+10/-13)
bin/apport-unpack (+3/-6)
bin/crash-digger (+17/-20)
bin/dupdb-admin (+5/-6)
data/apport (+15/-16)
data/gcc_ice_hook (+2/-2)
data/general-hooks/parse_segv.py (+23/-32)
data/general-hooks/ubuntu.py (+47/-1)
data/java_uncaught_exception (+86/-0)
data/kernel_crashdump (+1/-2)
data/package-hooks/source_linux.py (+14/-13)
data/package_hook (+1/-1)
data/unkillable_shutdown (+5/-5)
debian/apport.install (+1/-0)
debian/apport.postinst (+10/-0)
debian/changelog (+197/-0)
debian/control (+41/-21)
debian/rules (+3/-3)
doc/symptoms.txt (+1/-1)
etc/apport/crashdb.conf (+0/-1)
etc/default/apport (+1/-1)
gtk/apport-gtk (+85/-96)
gtk/apport-gtk.ui (+5/-17)
java/README (+13/-0)
java/com/ubuntu/apport/ApportUncaughtExceptionHandler.java (+108/-0)
java/crash.java (+8/-0)
kde/apport-kde (+3/-4)
problem_report.py (+129/-134)
setup.py (+65/-8)
test/hooks (+5/-1)
test/java (+86/-0)
test/run (+4/-0)
Branch information
- Owner:
- Brian Murray
- Status:
- Development
Recent revisions
- 1733. By Martin Pitt
-
* Merge from trunk:
- Ensure that symptom scripts define a run() function, and don't show them
if not.
- Do not show symptom scripts which start with an underscore. These can be
used for private libraries for the actual symptom scripts. - 1730. By Martin Pitt
-
Add debian/
apport. postinst: Create /var/crash. This directory is required
for package failures even if apport is disabled and thus the upstart job
does not run. (LP: #683367) - 1729. By Martin Pitt
-
data/general-
hooks/ubuntu. py: Do not file a package install failure if
DpkgTerminalLog doesn't have any data. (LP: #695887) - 1728. By Martin Pitt
-
data/general-
hooks/ubuntu. py: Ignore obsolete packages when filing bugs
against update-manager. (LP: #397519) - 1727. By Martin Pitt
-
debian/control: Bump python-apt dependency to >= 0.7.9 to ensure that we
have the current API. Trunk dropped support for the old API.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)