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

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij, Jelmer Vernooij, Jonathan Riddell, Scott Kitterman
  • Date: 2011-07-15 12:15:22 UTC
  • Revision ID: james.westby@ubuntu.com-20110715121522-avtc0uc3uuzcg7zn
Tags: 2.7.5
[ Jelmer Vernooij ]
* New 'bzr dep3-patch' subcommand that can generate DEP-3 compliant
  patches. LP: #460576

[ Jonathan Riddell ]
* Use new set_commit_message() hook in bzr to set the commit
  message from debian/changelog and set fixed bugs in tags. LP: #707274

[ Jelmer Vernooij ]
* Add dependency on devscripts >= 2.10.59, required now that 'dch --
  package' is used. LP: #783122
* Fix support for native packages with dashes in their version in
  sources.list. LP: #796853
* Fix deprecation warnings for TestCase.failUnlessExists and
  TestCase.failIfExists in bzr 2.4.

[ Scott Kitterman ]
* Delete debian/bzr-builddeb.dirs so the long obsolete and empty
  /usr/lib/python2.4/site-packages/bzrlib/plugins/bzr-builddeb/ is no
  longer created. Closes: #631564

[ Jelmer Vernooij ]
* Add support for xz and lzma tarballs. LP: #553668
* When importing upstream component tarballs, don't repack bz2/lzma
  tarballs to gz if the package is in v3 source format. LP: #810531

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bzr-builddeb (2.7.5) unstable; urgency=low
 
2
 
 
3
  [ Jelmer Vernooij ]
 
4
  * New 'bzr dep3-patch' subcommand that can generate DEP-3 compliant
 
5
    patches. LP: #460576
 
6
 
 
7
  [ Jonathan Riddell ]
 
8
  * Use new set_commit_message() hook in bzr to set the commit
 
9
    message from debian/changelog and set fixed bugs in tags. LP: #707274
 
10
 
 
11
  [ Jelmer Vernooij ]
 
12
  * Add dependency on devscripts >= 2.10.59, required now that 'dch --
 
13
    package' is used. LP: #783122
 
14
  * Fix support for native packages with dashes in their version in
 
15
    sources.list. LP: #796853
 
16
  * Fix deprecation warnings for TestCase.failUnlessExists and
 
17
    TestCase.failIfExists in bzr 2.4.
 
18
 
 
19
  [ Scott Kitterman ]
 
20
  * Delete debian/bzr-builddeb.dirs so the long obsolete and empty
 
21
    /usr/lib/python2.4/site-packages/bzrlib/plugins/bzr-builddeb/ is no
 
22
    longer created. Closes: #631564
 
23
 
 
24
  [ Jelmer Vernooij ]
 
25
  * Add support for xz and lzma tarballs. LP: #553668
 
26
  * When importing upstream component tarballs, don't repack bz2/lzma
 
27
    tarballs to gz if the package is in v3 source format. LP: #810531
 
28
 
 
29
 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 15 Jul 2011 12:15:22 +0200
 
30
 
1
31
bzr-builddeb (2.7.4) unstable; urgency=low
2
32
 
3
33
  [ Jelmer Vernooij ]