Merge lp:~zulcss/ubuntu/lucid/eucalyptus/apport-fixes into lp:ubuntu/lucid/eucalyptus

Proposed by Chuck Short
Status: Needs review
Proposed branch: lp:~zulcss/ubuntu/lucid/eucalyptus/apport-fixes
Merge into: lp:ubuntu/lucid/eucalyptus
Diff against target: 44 lines (+9/-3)
2 files modified
debian/changelog (+6/-0)
debian/source_eucalyptus.py (+3/-3)
To merge this branch: bzr merge lp:~zulcss/ubuntu/lucid/eucalyptus/apport-fixes
Reviewer Review Type Date Requested Status
Dustin Kirkland  Approve
Review via email: mp+18079@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Chuck Short (zulcss) wrote :

Fix a couple of typos in the apport hook.

-- chuck

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Approve. Please commit, and upload.

review: Approve

Unmerged revisions

103. By Chuck Short

debian/source_eucalyptus.py: Fix typos in apport hook.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-01-25 17:09:04 +0000
3+++ debian/changelog 2010-01-26 15:05:27 +0000
4@@ -1,3 +1,9 @@
5+eucalyptus (1.6.2~bzr1128-0ubuntu5) lucid; urgency=low
6+
7+ * debian/source_eucalyptus.py: Fix typos in apport hook.
8+
9+ -- Chuck Short <zulcss@ubuntu.com> Tue, 26 Jan 2010 10:01:43 -0500
10+
11 eucalyptus (1.6.2~bzr1128-0ubuntu4) lucid; urgency=low
12
13 * debian/uec-component-listener.*: Add low-priority debconf question to
14
15=== modified file 'debian/source_eucalyptus.py'
16--- debian/source_eucalyptus.py 2010-01-21 10:45:34 +0000
17+++ debian/source_eucalyptus.py 2010-01-26 15:05:27 +0000
18@@ -10,7 +10,7 @@
19 version = ''
20 for package in packages:
21 try:
22- vesion = packaging.get_versions(package)
23+ version = packaging.get_versions(package)
24 except ValueError:
25 version = 'N/A'
26 if version is None:
27@@ -39,7 +39,7 @@
28
29 ui.information("As part of the bug reporting process, you'll be asked a series of questions to help provide a more descriptive bug report. Please answer the following questions to the best of your ability. Afterwards, a browser will be opened to finish filling this as a bug in the Launchpad bug tracking system.")
30
31- response = ui.yesno("Is this issue easily reproducable in the current version of Eucalytptus?")
32+ response = ui.yesno("Is this issue easily reproducable in the current version of Eucalyptus?")
33 if response == None: #user canceled
34 raise StopIteration
35
36@@ -55,7 +55,7 @@
37
38 if response == False:
39 report['UECDescSetup'] = 'No'
40- ui.information("It would be benefial to the bug report if you could provide how your UEC is setup.")
41+ ui.information("It would be benefical to the bug report if you could provide how your UEC is setup.")
42 if response == True:
43 report['UECDescSetup'] = 'Yes'
44 ui.information("Please provide a detailed description of your UEC setup.")

Subscribers

People subscribed via source and target branches