Public bug reported:

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

** Affects: etckeeper (Ubuntu)
     Importance: Undecided
         Status: New

-- 
not installing http[s]+webdav
https://bugs.launchpad.net/bugs/676418
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to etckeeper in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to