Package: bzr
Version: 0.0.7-1
Severity: serious
Tags: patch

bzr fails to build because it cannot execute python2.4:

> cd . && python2.4 setup.py build --build-base="./build"
> /bin/sh: python2.4: command not found

Adding build-dependencies on python2.4 and python2.4-dev fixes the
build.

-- 
Matt
diff -u bzr-0.0.7/debian/control bzr-0.0.7/debian/control
--- bzr-0.0.7/debian/control
+++ bzr-0.0.7/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Rob Weir <[EMAIL PROTECTED]>
 Uploaders: Jeff Bailey <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1.67), python, python-dev, 
python-docutils, cdbs
+Build-Depends-Indep: debhelper (>= 4.1.67), python, python-dev, 
python-docutils, cdbs, python2.4, python2.4-dev
 Standards-Version: 3.6.2
 
 Package: bzr

Attachment: signature.asc
Description: Digital signature

Reply via email to