Merge lp:~brian-murray/apport/add-apport-version into lp:~ubuntu-core-dev/ubuntu/oneiric/apport/ubuntu

Proposed by Brian Murray
Status: Merged
Merged at revision: 1840
Proposed branch: lp:~brian-murray/apport/add-apport-version
Merge into: lp:~ubuntu-core-dev/ubuntu/oneiric/apport/ubuntu
Diff against target: 27 lines (+9/-0)
2 files modified
data/general-hooks/ubuntu.py (+2/-0)
debian/changelog (+7/-0)
To merge this branch: bzr merge lp:~brian-murray/apport/add-apport-version
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+74659@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Looks fine, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/general-hooks/ubuntu.py'
--- data/general-hooks/ubuntu.py 2011-09-01 10:10:53 +0000
+++ data/general-hooks/ubuntu.py 2011-09-08 17:59:17 +0000
@@ -25,6 +25,8 @@
2525
26 add_cloud_info(report)26 add_cloud_info(report)
2727
28 report['ApportVersion'] = apport.packaging.get_version('apport')
29
28 if report.get('ProblemType') == 'Package':30 if report.get('ProblemType') == 'Package':
29 check_for_disk_error(report)31 check_for_disk_error(report)
3032
3133
=== modified file 'debian/changelog'
--- debian/changelog 2011-09-06 06:16:49 +0000
+++ debian/changelog 2011-09-08 17:59:17 +0000
@@ -1,3 +1,10 @@
1apport (1.22.1-0ubuntu2) oneiric; urgency=low
2
3 * data/general-hooks/ubuntu.py: include apport version in bug reports since
4 apport contains code for blocking bug reports and source package hooks
5
6 -- Brian Murray <brian@ubuntu.com> Thu, 08 Sep 2011 09:17:12 -0700
7
1apport (1.22.1-0ubuntu1) oneiric; urgency=low8apport (1.22.1-0ubuntu1) oneiric; urgency=low
29
3 [ Martin Pitt ]10 [ Martin Pitt ]

Subscribers

People subscribed via source and target branches