not installing http[s]+webdav

Bug #676418 reported by Mark Schmidt
This bug report is a duplicate of:  Bug #551253: plugin does not work with bzr2.x. Edit Remove
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
bzr-webdav (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: etckeeper

On Ubuntu maverick amd64 etckeeper complains about
not installing http[s]+webdav:// support (only supported for bzr 1.12 and above)
when being invoked. The installed version of bzr is 2.2.1-0ubuntu1.
So I looked around in the python files of etckeeper and found the message in
/usr/share/pyshared/bzrlib/plugins/webdav/__init__.py
In line 31 is a check if a appropriate of bzr is installed, however this check is wrong and should contain an 'and' instead of an 'or':
if major < 1 or minor < 12
should be changed to
if major < 1 and minor < 12

Jelmer Vernooij (jelmer)
affects: etckeeper (Ubuntu) → bzr-webdav (Ubuntu)
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in bzr-webdav (Ubuntu):
status: New → Confirmed
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.