Merge lp:~ubuntu-branches/ubuntu/lucid/eucalyptus/lucid-201003031429 into lp:ubuntu/lucid/eucalyptus

Proposed by James Westby
Status: Needs review
Proposed branch: lp:~ubuntu-branches/ubuntu/lucid/eucalyptus/lucid-201003031429
Merge into: lp:ubuntu/lucid/eucalyptus
Diff against target: 36 lines (+10/-1) (has conflicts)
2 files modified
debian/changelog (+9/-0)
debian/source_eucalyptus.py (+1/-1)
Text conflict in debian/changelog
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/lucid/eucalyptus/lucid-201003031429
Reviewer Review Type Date Requested Status
Chuck Short Pending
Review via email: mp+20552@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

The package history in the archive and the history in the bzr branch differ. As the archive is authoritative the history of lp:ubuntu/lucid/eucalyptus now reflects that and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/lucid/eucalyptus/lucid-201003031429. A merge should be performed if necessary.

Revision history for this message
James Westby (james-w) wrote :

Hi Chuck,

Your change to the apport hook that was pushed to bzr
wasn't in the last upload, would you merge it in again?

Thanks,

James

Revision history for this message
Chuck Short (zulcss) wrote :

Sure

On Wed, 2010-03-03 at 16:50 +0000, James Westby wrote:
> Hi Chuck,
>
> Your change to the apport hook that was pushed to bzr
> wasn't in the last upload, would you merge it in again?
>
> Thanks,
>
> James
>

Unmerged revisions

128. By Chuck Short

debian/source_eucalyptus.py: Fix typo (LP: #520775)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2010-03-03 14:02:24 +0000
+++ debian/changelog 2010-03-03 14:34:18 +0000
@@ -1,3 +1,4 @@
1<<<<<<< TREE
1eucalyptus (1.6.2-0ubuntu7) lucid; urgency=low2eucalyptus (1.6.2-0ubuntu7) lucid; urgency=low
23
3 [ Dustin Kirkland ]4 [ Dustin Kirkland ]
@@ -17,6 +18,14 @@
1718
18 -- Thierry Carrez <thierry.carrez@ubuntu.com> Wed, 03 Mar 2010 14:02:24 +010019 -- Thierry Carrez <thierry.carrez@ubuntu.com> Wed, 03 Mar 2010 14:02:24 +0100
1920
21=======
22eucalyptus (1.6.2-0ubuntu7) lucid; urgency=low
23
24 * debian/source_eucalyptus.py: Fix typo (LP: #520775)
25
26 -- chuck <chuck@cartman> Mon, 01 Mar 2010 08:09:58 -0500
27
28>>>>>>> MERGE-SOURCE
20eucalyptus (1.6.2-0ubuntu6) lucid; urgency=low29eucalyptus (1.6.2-0ubuntu6) lucid; urgency=low
2130
22 * debian/eucalyptus-cc.config, debian/eucalyptus-udeb.finish-install,31 * debian/eucalyptus-cc.config, debian/eucalyptus-udeb.finish-install,
2332
=== modified file 'debian/source_eucalyptus.py'
--- debian/source_eucalyptus.py 2010-01-27 09:01:56 +0000
+++ debian/source_eucalyptus.py 2010-03-03 14:34:18 +0000
@@ -10,7 +10,7 @@
10 version = ''10 version = ''
11 for package in packages:11 for package in packages:
12 try:12 try:
13 vesion = packaging.get_versions(package)13 vesion = packaging.get_version(package)
14 except ValueError:14 except ValueError:
15 version = 'N/A'15 version = 'N/A'
16 if version is None:16 if version is None:

Subscribers

People subscribed via source and target branches

to all changes: