bzr plugins -v and apt-cache policy bzr-builddeb disagree

Bug #1171409 reported by Vincent Ladeuil
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
bzr-builddeb
Fix Released
Undecided
Andrew Starr-Bochicchio

Bug Description

I almost went into a useless chase while checking my configuration:

   $ bzr plugins -v
...

builddeb 2.7.0dev
  bzr-builddeb - manage packages in a Bazaar branch.
   /usr/lib/python2.7/dist-packages/bzrlib/plugins/builddeb

...

   $ apt-cache policy bzr-builddeb
bzr-builddeb:
  Installed: 2.8.4
  Candidate: 2.8.4
  Version table:
 *** 2.8.4 0
        500 http://archive.ubuntu.com/ubuntu/ raring/universe amd64 Packages
        100 /var/lib/dpkg/status

Briefly looking at the sources I found:

info.py:

  bzr_plugin_version = (2, 8, 5, 'dev', 0)

Doh ! Wtf moment here before I realized I did fix that as part of revno 732 ;)

version.py:

  version_info = (2, 1, 2, 'dev', 0)

So, this may just need a 2.8.5 release and some spring cleanup for version.py ?

Related branches

Changed in bzr-builddeb:
status: New → Fix Released
assignee: nobody → Andrew Starr-Bochicchio (andrewsomething)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.