Package: ipy Version: 0.42-6 Severity: serious Tags: patch When building 'ipy' in a clean 'unstable' chroot, I get the following error:
dh_installudev -ppython-ipy dh_install -ppython-ipy dh_link -ppython-ipy dh_pysupport -ppython-ipy make: dh_pysupport: Command not found make: *** [binary-install/python-ipy] Error 127 Please add the missing Build-Depends on 'python-support' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/ipy-0.42/debian/control ./debian/control --- ../tmp-orig/ipy-0.42/debian/control 2006-06-20 12:01:49.000000000 +0000 +++ ./debian/control 2006-06-20 12:01:36.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Python Modules Team <[EMAIL PROTECTED]> Uploaders: Morten Werner Olsen <[EMAIL PROTECTED]> -Build-Depends-Indep: python-dev (>= 2.3.5-10) +Build-Depends-Indep: python-dev (>= 2.3.5-10), python-support Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41) XS-Python-Version: >= 2.3 Standards-Version: 3.6.2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

