Merge lp:~maxb/bzr-builddeb/fix-versioning into lp:bzr-builddeb

Proposed by Max Bowsher
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: 517
Merged at revision: 525
Proposed branch: lp:~maxb/bzr-builddeb/fix-versioning
Merge into: lp:bzr-builddeb
Diff against target: 80 lines (+29/-19)
2 files modified
debian/changelog (+28/-18)
info.py (+1/-1)
To merge this branch: bzr merge lp:~maxb/bzr-builddeb/fix-versioning
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+49966@code.launchpad.net

Description of the change

There was a bit of a versioning snafu - the debian changelog entry for 2.6 got changed to 2.5.1 and UNRELEASE _after_ it had actually been uploaded to Debian.

Therefore, after this conversation on #bzr yesterday:
<maxb> james_w: Hello, I was hoping to ask you a question about bzr-builddeb. The following revision seems bogus: http://bazaar.launchpad.net/~bzr-builddeb-hackers/bzr-builddeb/trunk/revision/482 - given that 2.6 is tagged and uploaded to Debian and Ubuntu.
<james_w> it does
<maxb> Are you fine with simply reverting that, then?
<james_w> maxb, sure
<vila> james_w, maxb: As long as the info.py get updated too :)

Here's a branch to do so.

To post a comment you must log in.
Revision history for this message
James Westby (james-w) :
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-02-10 15:32:53 +0000
3+++ debian/changelog 2011-02-16 13:26:53 +0000
4@@ -1,28 +1,11 @@
5-bzr-builddeb (2.5.1) unstable; urgency=low
6+bzr-builddeb (2.7) UNRELEASED; urgency=low
7
8 [ James Westby ]
9
10- * Don't fail if asked to use a .bz2 tarball that is already in the desired
11- location. LP: #616786
12- * Don't crash if we are asked to merge-upstream with an unrelated branch.
13- LP: #619614.
14- * Don't strip -n from the version we get in merge-upstream, as some
15- upstreams have this in there, and trying to support both means supporting
16- both badly. If you are used to doing "bzr merge-upstream --version
17- <package version>" then it will no longer work for you, use the
18- upstream version instead.
19- * Don't crash when doing merge-upstream with a branch that does a rename
20- and then ships another file with the old path in the tarball that isn't
21- in the branch.
22 * Accept None as a valid previous_version value in merge_upstream(). LP: #680945
23
24 [ Jelmer Vernooij ]
25
26- * Fix the auto-detection of merge mode.
27- * Don't crash on merge mode packages where there is no export-upstream
28- if we can't find the tarball.
29- * Determine Bazaar home directory using bzrlib to prevent test
30- isolation issues. LP: #614125
31 * Support 'bzr tags --sort=debversion'. Closes #701244.
32 * When adding a changelog entry, support git and svn snapshots.
33 * Automatically use debian/source/format if package is native. Closes:
34@@ -55,6 +38,33 @@
35
36 -- Jelmer Vernooij <jelmer@debian.org> Sun, 06 Feb 2011 14:25:32 +0100
37
38+bzr-builddeb (2.6) unstable; urgency=low
39+
40+ [ James Westby ]
41+
42+ * Don't fail if asked to use a .bz2 tarball that is already in the desired
43+ location. LP: #616786
44+ * Don't crash if we are asked to merge-upstream with an unrelated branch.
45+ LP: #619614.
46+ * Don't strip -n from the version we get in merge-upstream, as some
47+ upstreams have this in there, and trying to support both means supporting
48+ both badly. If you are used to doing "bzr merge-upstream --version
49+ <package version>" then it will no longer work for you, use the
50+ upstream version instead.
51+ * Don't crash when doing merge-upstream with a branch that does a rename
52+ and then ships another file with the old path in the tarball that isn't
53+ in the branch.
54+
55+ [ Jelmer Vernooij ]
56+
57+ * Fix the auto-detection of merge mode.
58+ * Don't crash on merge mode packages where there is no export-upstream
59+ if we can't find the tarball.
60+ * Determine Bazaar home directory using bzrlib to prevent test
61+ isolation issues. LP: #614125
62+
63+ -- James Westby <james.westby@ubuntu.com> Wed, 18 Aug 2010 20:12:20 -0400
64+
65 bzr-builddeb (2.5) unstable; urgency=low
66
67 [ Colin Watson ]
68
69=== modified file 'info.py'
70--- info.py 2011-02-07 16:36:02 +0000
71+++ info.py 2011-02-16 13:26:53 +0000
72@@ -18,7 +18,7 @@
73
74 bzr_plugin_name = 'builddeb'
75
76-bzr_plugin_version = (2, 5, 1, 'dev', 0)
77+bzr_plugin_version = (2, 7, 0, 'dev', 0)
78
79 bzr_commands = [
80 "test_builddeb",

Subscribers

People subscribed via source and target branches