bzr-builddeb 2.7

Milestone information

Project:
bzr-builddeb
Series:
trunk
Version:
2.7
Released:
 
Registrant:
Jelmer Vernooij
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
1 Alexandros Frantzis, 1 Bilal Akhtar, 2 James Westby, 18 Jelmer Vernooij, 1 KarlGoetz, 1 Max Bowsher, 1 Stefano Rivera, 1 Vincent Ladeuil
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
26 Fix Released

Download files for this release

File Description Downloads

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

  [ James Westby ]

  * Accept None as a valid previous_version value in merge_upstream().
    LP: #680945

  [ Jelmer Vernooij ]

  * Support 'bzr tags --sort=debversion'. Closes: #701244.
  * When adding a changelog entry, support git and svn snapshots.
  * Automatically use debian/source/format if package is native. Closes:
    #586617
  * Fix "bzr builddeb" if last upload was not to a Ubuntu release pocket.
    LP: #709263
  * If possible use uscan to find the latest upstream version string.
    LP: #295274
  * Add --snapshot option to merge-upstream.
  * 'bzr merge-upstream' now also works in merge mode, and will simply
    add a new entry for new upstream versions.
  * merge-upstream will now keep epochs around. LP: #622678
  * 'bzr builddeb' now searches for directories relative to the working
    tree rather than relative to the branch. Closes: #676456
  * Use enums for build types, and a priority scheme to figure out the
    build type. LP: #655277
  * Fix finding upstream tarball when get-orig-source is not available.
    Closes: #552893
  * merge-upstream now looks at the package source format to see what
    kind of compression is supported on tarballs. LP: #627718
  * Support upstream version strings containing dashes. Patch by Stefano
    Rivera. LP: #711826
  * Run test suite unless nocheck is set (consistent with policy).
  * Fix build dependencies for test suite.
  * Support unversioned debian/ symlink in working tree when finding
    changelog and larstiq mode. LP: #619295
  * The deb: directory service has been renamed to apt: to avoid
    confusion.
  * When building with distribution set to UNRELEASED, it is now assumed
    the build is targetted at the same distribution as the build before.
  * A hook for 'bzr merge-upstream' has been added. LP: #657501
  * Support running the test suite in parallel during package build.
  * Pristine tarballs are now automatically created when merging upstream
    from a branch. Closes: #517867

  [ Max Bowsher ]

  * Add devscripts to Build-Depends-Indep, the test suite runs dch.

  [ Jelmer Vernooij ]
  * The 'export-upstream' configuration option is now deprecated in
    favour of 'upstream-branch'. LP: #730293
  * Switch to dh_python2. Closes: #616752

 -- Jelmer Vernooij <email address hidden> Mon, 07 Mar 2011 12:28:08 +0100

bzr-builddeb (2.6) unstable; urgency=low

  [ 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

0 blueprints and 26 bugs targeted

Bug report Importance Assignee Status
295274 #295274 merge-upstream shouldn't require --version when debian/watch is present 3 High Jelmer Vernooij  10 Fix Released
552893 #552893 AssertionError in provide during builddeb 3 High Jelmer Vernooij  10 Fix Released
622678 #622678 merge-upstream removes epoch 3 High Jelmer Vernooij  10 Fix Released
627507 #627507 bzr crashed with AttributeError in run() 3 High James Westby  10 Fix Released
668764 #668764 Add Natty to the list of known distros 3 High Bilal Akhtar  10 Fix Released
712177 #712177 Test Suite ERROR: bzrlib.plugins.builddeb.tests.test_config.DebBuildConfigTests.test_parse_errorarse_error 3 High Jelmer Vernooij  10 Fix Released
712180 #712180 Test Suite ERROR: bzrlib.plugins.builddeb.tests.test_upstream.TarfileSourceTests.test_fetch_tarball_repackest_fetch_tarball_repack 3 High Vincent Ladeuil  10 Fix Released
716854 #716854 Refactor in r513 breaks various things 3 High Jelmer Vernooij  10 Fix Released
586617 #586617 use debian/source/format to figure out if package is native 4 Medium Jelmer Vernooij  10 Fix Released
619295 #619295 Unable to build deb, error: please specify file_id or path 4 Medium Jelmer Vernooij  10 Fix Released
627718 #627718 --v3 to merge-upstream should be automatically detected 4 Medium Jelmer Vernooij  10 Fix Released
657501 #657501 Hook for merge_upstream 4 Medium Jelmer Vernooij  10 Fix Released
659585 #659585 AssertionError: Should pass previous_version as str not <type 'NoneType'> 4 Medium Alexandros Frantzis  10 Fix Released
676456 #676456 builddeb fails in a checkout 4 Medium Jelmer Vernooij  10 Fix Released
680945 #680945 Creating a new package fails 4 Medium James Westby  10 Fix Released
694178 #694178 Adds "New upstream release." when merging svn snapshot 4 Medium Jelmer Vernooij  10 Fix Released
709263 #709263 builddeb breaks if previous upload was to non-release pocket 4 Medium Jelmer Vernooij  10 Fix Released
709602 #709602 merge-upstream adds duplicate entries when in merge mode 4 Medium Jelmer Vernooij  10 Fix Released
711826 #711826 bzr-builddeb strips two "-X" blocks from the end of the version instead of only one, when looking for the upstream tarball 4 Medium Stefano Rivera  10 Fix Released
722217 #722217 upstream_branch_version() uses Branch.revision_history() 4 Medium Jelmer Vernooij  10 Fix Released
724043 #724043 Incompatible with python-debian/lucid 4 Medium Max Bowsher  10 Fix Released
730293 #730293 no distinction between export-upstream and upstream-branch settings 4 Medium Jelmer Vernooij  10 Fix Released
521341 #521341 bzr builddeb should support --strict / --no-strict 5 Low Jelmer Vernooij  10 Fix Released
648704 #648704 minor typos in readme 5 Low KarlGoetz  10 Fix Released
655277 #655277 bzr bd --native is ignored if merge=True is set in config file 5 Low Jelmer Vernooij  10 Fix Released
701244 #701244 "bzr tags --sort=debversion" 5 Low Jelmer Vernooij  10 Fix Released
This milestone contains Public information
Everyone can see this information.