[Bug 778696] Re: bzr needs upper version bound on python-bzrlib dependency

Launchpad Bug Tracker 778696 at bugs.launchpad.net
Fri Jun 17 11:25:11 UTC 2011


This bug was fixed in the package bzr - 2.4.0~beta4-1ubuntu1

---------------
bzr (2.4.0~beta4-1ubuntu1) oneiric; urgency=low

  * Merge from Debian.

bzr (2.4.0~beta4-1) unstable; urgency=low

  * New upstream release.
   + Using "bzr blame" no longer requires user to set identity.  LP: #667408
  * Bump standards version to 3.9.2 (no changes).

bzr (2.4.0~beta3-2) unstable; urgency=low

  * Add 04_fix_undecodable_argv; cope with $HOME not existing on some
    buildd machines.

bzr (2.4.0~beta3-1) unstable; urgency=low

  * New upstream release.
   + Requires at least Python 2.6 or higher.
   + Fixes permissions on directories in zip files. LP: #207253
   + Prints proper error when encountering encoding-invalid characters in
     commit messages on the commandline. LP: #745712
   + Drop patches merged upstream: 04_auto_user_id_test_fix,
   05_fix_locale_test
  * Add upper bound version dependency on python-bzrlib in bzr.
    LP: #778696

bzr (2.4.0~beta2-3) unstable; urgency=low

  * Upload to unstable.
  * Update 05_fix_locale_test to cope with home directory not existing.
 -- Jelmer Vernooij <jelmer at ubuntu.com>   Fri, 17 Jun 2011 12:30:59 +0200

** Changed in: bzr (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bzr in Ubuntu.
https://bugs.launchpad.net/bugs/778696

Title:
  bzr needs upper version bound on python-bzrlib dependency

Status in “bzr” package in Ubuntu:
  Fix Released
Status in “bzr” package in Debian:
  Fix Released

Bug description:
  Binary package hint: bzr

  There’s code in /usr/bin/bzr to check that the version of bzrlib
  exactly matches the version of bzr:

  if bzrlib.version_info[:3] != _script_version:
      sys.stderr.write("bzr: WARNING: bzrlib version doesn't match the bzr program.\n"
              "This may indicate an installation problem.\n"
              "bzrlib from %s is version %r\n"
              % (bzrlib.__path__, bzrlib.version_info))

  But the bzr package only declares a lower-bound dependency on python-
  bzrlib (>= ${source:Version}), so it’s possible to have python-bzrlib
  2.4.0~beta2-2ubuntu1 with bzr 2.3.1-1ubuntu1, triggering this warning.
  bzr should have an upper-bound dependency as well, like python-
  bzrlib.tests does.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bzr/+bug/778696/+subscriptions




More information about the foundations-bugs mailing list