~ubuntu-branches/debian/sid/bzr-builddeb/sid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij, Jonathan Riddell, Jelmer Vernooij, Martin Packman
  • Date: 2011-12-16 19:58:57 UTC
  • Revision ID: package-import@ubuntu.com-20111216195857-pnkqsnkv0qlv2358
Tags: 2.8.0
[ Jonathan Riddell ]
* Add get-orig-source command which will get the upstream tar file.
  LP: #862188
* Change "bd-do" command to "builddeb-do" and alias "bd-do".
* Add commit-message-from-changelog option for those who do not
  want commit message set automatically

[ Jelmer Vernooij ]
* Support importing and building packages with multiple upstream
  tarballs. LP: #653757, LP: #664834
* Move .bzr-builddeb/default.conf to debian/bzr-builddeb.conf.
  LP: #793137
* Fix test suite on Lucid, where dpkg-mergechangelogs is not available.

[ Martin Packman ]
* Fix test_utf8_changelog when run with older versions of python-debian.

[ Jelmer Vernooij ]
* Support svn-buildpackage tag names to find upstream versions.
  LP: #874263
* Support --revision argument to merge-package. LP: #888590
* By default, don't override the commit message from debian/changelog
  unless 'commit-message-from-changelog' is explicitly set to True. LP: #812749
* Support running dep3-patch against remote repositories, and with
  open-ended revision ranges. LP: #893608
* Fix finding orig tarballs in directories also containing filenames
  with non-utf8 characters. LP: #865753
* bzr-builddeb now prefers the 'get-packaged-orig-source' rule to
  retrieve the packaged upstream source, and warns about
  'get-orig-source'. LP: #409862
* Support translations.

[ Martin Packman ]
* Deal with invalid versions and bad encoding in the changelog merge
  hook. LP: #893495

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bzr-builddeb (2.8.0) unstable; urgency=low
 
2
 
 
3
  [ Jonathan Riddell ]
 
4
  * Add get-orig-source command which will get the upstream tar file.
 
5
    LP: #862188
 
6
  * Change "bd-do" command to "builddeb-do" and alias "bd-do".
 
7
  * Add commit-message-from-changelog option for those who do not
 
8
    want commit message set automatically
 
9
 
 
10
  [ Jelmer Vernooij ]
 
11
  * Support importing and building packages with multiple upstream
 
12
    tarballs. LP: #653757, LP: #664834
 
13
  * Move .bzr-builddeb/default.conf to debian/bzr-builddeb.conf.
 
14
    LP: #793137
 
15
  * Fix test suite on Lucid, where dpkg-mergechangelogs is not available.
 
16
 
 
17
  [ Martin Packman ]
 
18
  * Fix test_utf8_changelog when run with older versions of python-debian.
 
19
 
 
20
  [ Jelmer Vernooij ]
 
21
  * Support svn-buildpackage tag names to find upstream versions.
 
22
    LP: #874263
 
23
  * Support --revision argument to merge-package. LP: #888590
 
24
  * By default, don't override the commit message from debian/changelog
 
25
    unless 'commit-message-from-changelog' is explicitly set to True. LP: #812749
 
26
  * Support running dep3-patch against remote repositories, and with
 
27
    open-ended revision ranges. LP: #893608
 
28
  * Fix finding orig tarballs in directories also containing filenames
 
29
    with non-utf8 characters. LP: #865753
 
30
  * bzr-builddeb now prefers the 'get-packaged-orig-source' rule to
 
31
    retrieve the packaged upstream source, and warns about
 
32
    'get-orig-source'. LP: #409862
 
33
  * Support translations.
 
34
 
 
35
  [ Martin Packman ]
 
36
  * Deal with invalid versions and bad encoding in the changelog merge
 
37
    hook. LP: #893495
 
38
 
 
39
 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 16 Dec 2011 19:58:57 +0100
 
40
 
1
41
bzr-builddeb (2.7.9) unstable; urgency=low
2
42
 
3
43
  [ Jelmer Vernooij ]