Package: bzr Version: 0.8.2-3 Severity: normal Currently bzr isn't installable with the paramiko in Sid. I guess this is due to the recent changes to the python policy. The patch below seems to fix it.
I also noticed that building bzr generates a few messages about the package not following the python policy. Nothing critical, but I suppose it'd be nice to remove them. /M Index: bzr/bzr-0.8.2/debian/control =================================================================== --- bzr.orig/bzr-0.8.2/debian/control 2006-07-03 18:12:58.000000000 +0100 +++ bzr/bzr-0.8.2/debian/control 2006-07-03 18:13:23.000000000 +0100 @@ -4,13 +4,13 @@ Maintainer: Rob Weir <[EMAIL PROTECTED]> Uploaders: Jeff Bailey <[EMAIL PROTECTED]>, Andres Salomon <[EMAIL PROTECTED]>, Lars Wirzenius <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 4.1.67), cdbs -Build-Depends-Indep: python2.4-docutils, python2.4, python2.4-dev, python2.4-celementtree +Build-Depends-Indep: python-docutils, python2.4, python-dev, python-celementtree Standards-Version: 3.6.2 Package: bzr Architecture: all -Depends: python2.4-celementtree, python2.4 -Suggests: libxml2-utils, python2.4-paramiko +Depends: python-celementtree, python2.4 +Suggests: libxml2-utils, python-paramiko Conflicts: bzr-doc Description: bazaar-ng, the next-generation distributed version control system Open source distributed version control system that is powerful, friendly, -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-686 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages bzr depends on: ii python-celementtree [python2. 1.0.5-7 Light-weight toolkit for XML proce ii python2.4 2.4.3-7 An interactive high-level object-o bzr recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

