~ubuntu-branches/ubuntu/oneiric/bzr-builddeb/oneiric

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): James Westby, James Westby, Jelmer Vernooij
  • Date: 2010-08-18 20:12:20 UTC
  • mfrom: (5.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100818201220-yblzkx1w097ohh7h
Tags: 2.6
[ James Westby ]

* Don't fail if asked to use a .bz2 tarball that is already in the desired
  location. LP: #616786
* Don't crash if we are asked to merge-upstream with an unrelated branch.
  LP: #619614.
* Don't strip -n from the version we get in merge-upstream, as some
  upstreams have this in there, and trying to support both means supporting
  both badly. If you are used to doing "bzr merge-upstream --version
  <package version>" then it will no longer work for you, use the
  upstream version instead.
* Don't crash when doing merge-upstream with a branch that does a rename
  and then ships another file with the old path in the tarball that isn't
  in the branch.

[ Jelmer Vernooij ]

* Fix the auto-detection of merge mode.
* Don't crash on merge mode packages where there is no export-upstream
  if we can't find the tarball.
* Determine Bazaar home directory using bzrlib to prevent test
  isolation issues. LP: #614125

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bzr-builddeb (2.6) unstable; urgency=low
 
2
 
 
3
  [ James Westby ]
 
4
 
 
5
  * Don't fail if asked to use a .bz2 tarball that is already in the desired
 
6
    location. LP: #616786
 
7
  * Don't crash if we are asked to merge-upstream with an unrelated branch.
 
8
    LP: #619614.
 
9
  * Don't strip -n from the version we get in merge-upstream, as some
 
10
    upstreams have this in there, and trying to support both means supporting
 
11
    both badly. If you are used to doing "bzr merge-upstream --version
 
12
    <package version>" then it will no longer work for you, use the
 
13
    upstream version instead.
 
14
  * Don't crash when doing merge-upstream with a branch that does a rename
 
15
    and then ships another file with the old path in the tarball that isn't
 
16
    in the branch.
 
17
 
 
18
  [ Jelmer Vernooij ]
 
19
 
 
20
  * Fix the auto-detection of merge mode.
 
21
  * Don't crash on merge mode packages where there is no export-upstream
 
22
    if we can't find the tarball.
 
23
  * Determine Bazaar home directory using bzrlib to prevent test
 
24
    isolation issues. LP: #614125
 
25
 
 
26
 -- James Westby <james.westby@ubuntu.com>  Wed, 18 Aug 2010 20:12:20 -0400
 
27
 
1
28
bzr-builddeb (2.5) unstable; urgency=low
2
29
 
3
30
  [ Colin Watson ]