Merge lp:~vorlon/software-center/vcs-bzr-fix into lp:software-center

Proposed by Steve Langasek
Status: Merged
Merged at revision: 1873
Proposed branch: lp:~vorlon/software-center/vcs-bzr-fix
Merge into: lp:software-center
Diff against target: 26 lines (+4/-1)
2 files modified
debian/changelog (+3/-0)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~vorlon/software-center/vcs-bzr-fix
Reviewer Review Type Date Requested Status
Gary Lasker (community) Approve
Review via email: mp+65736@code.launchpad.net

Description of the change

I had a much harder time than I ought to have finding the right branch of software-center to check the python-central migration status, because the vcs-bzr field in the package points to the wrong branch. Here's a trivial fix for that. :)

To post a comment you must log in.
Revision history for this message
Gary Lasker (gary-lasker) wrote :

Hey Steve, thanks for your branch! Now, it may well be that I am misunderstanding something, but afaik we already currently point to the correct branch in our vcs-bzr field, that is, we point to https://code.launchpad.net/~software-store-developers/software-center/trunk which is the current development trunk for Oneiric.

The branch https://code.launchpad.net/~software-store-developers/software-center/4.0 is our maintenance branch for Natty SRUs, and we currently point to that branch in the vcs-bzr field for our Natty releases.

So, I *think* we are already doing things correctly? Please let me know if I am missing something. :)

Thanks,
Gary

review: Needs Information
Revision history for this message
Steve Langasek (vorlon) wrote :

On Fri, Jun 24, 2011 at 11:11:19PM -0000, Gary Lasker wrote:
> Review: Needs Information

> Hey Steve, thanks for your branch! Now, it may well be that I am
> misunderstanding something, but afaik we already currently point to the
> correct branch in our vcs-bzr field, that is, we point to
> https://code.launchpad.net/~software-store-developers/software-center/trunk
> which is the current development trunk for Oneiric.

This merge proposal was submitted against that exact branch, was it not?
The top of debian/changelog shows the yet-unreleased 4.1.7. So
lp:software-center, which appears to point at
<https://code.launchpad.net/~software-store-developers/software-center/trunk>,
definitely has a Vcs-Bzr field pointing at the 4.0 branch...

Cheers,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
<email address hidden> <email address hidden>

Revision history for this message
Gary Lasker (gary-lasker) wrote :

Ahh yes indeed, Steve, yes indeed. I figured I was missing something. Looks like a bit of unintended leakage from a merge from the 4.0 branch a few weeks back. My apologies for the trouble, and thanks again!

review: Approve

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 2011-06-22 18:00:43 +0000
3+++ debian/changelog 2011-06-23 21:39:28 +0000
4@@ -18,6 +18,9 @@
5 * merge lp:~evfool/software-center/smallfixes, many thanks to
6 Robert Roth (LP: #796640)
7
8+ [ Steve Langasek ]
9+ * debian/control: point Vcs-Bzr field at the right branch.
10+
11 -- Gary Lasker <gary.lasker@canonical.com> Wed, 22 Jun 2011 13:59:20 -0400
12
13 software-center (4.1.6) oneiric; urgency=low
14
15=== modified file 'debian/control'
16--- debian/control 2011-06-10 10:46:09 +0000
17+++ debian/control 2011-06-23 21:39:28 +0000
18@@ -13,7 +13,7 @@
19 python-setuptools,
20 python-scour
21 Standards-Version: 3.8.4
22-Vcs-Bzr: https://code.launchpad.net/~software-store-developers/software-center/4.0
23+Vcs-Bzr: https://code.launchpad.net/~software-store-developers/software-center/trunk
24 Homepage: https://launchpad.net/software-center
25
26 Package: software-center