Package: nevow
Version: 0.4.1-1
Severity: serious
Tags: patch

When building 'nevow' in a clean 'unstable' chroot,
I get the following error:

dh_installdirs -ppython2.4-nevow 
cd . && /usr/bin/python2.4 setup.py install --root=debian/python2.4-nevow 
--no-compile -O0 
/bin/sh: /usr/bin/python2.4: No such file or directory
make: *** [install/python2.4-nevow] Error 127

Please add the missing Build-Depends on 'python2.4-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/nevow-0.4.1/debian/control ./debian/control
--- ../tmp-orig/nevow-0.4.1/debian/control      2005-06-27 13:11:09.000000000 
+0000
+++ ./debian/control    2005-07-20 15:06:25.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Tommi Virtanen <[EMAIL PROTECTED]>
 Standards-Version: 3.5.6
-Build-Depends-Indep: python-dev, python2.3-dev, cdbs, debhelper (>= 4.1.68)
+Build-Depends-Indep: python-dev, python2.3-dev, python2.4-dev, cdbs, debhelper 
(>= 4.1.68)
 
 Package: python-nevow
 Architecture: all


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to