Package: pyroman Version: 0.3-1 Severity: serious Tags: patch When building 'pyroman' in a clean 'unstable' chroot, I get the following error:
dh_installudev -ppyroman dh_install -ppyroman dh_link -ppyroman dh_python dh_python: Python is not installed, aborting. (Probably forgot to Build-Depend on python.) make: *** [binary-install/pyroman] Error 1 Please add the missing Build-Depends on 'python' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/pyroman-0.3/debian/control ./debian/control --- ../tmp-orig/pyroman-0.3/debian/control 2006-04-18 11:11:06.000000000 +0000 +++ ./debian/control 2006-04-18 11:10:58.000000000 +0000 @@ -2,7 +2,7 @@ Section: admin Priority: optional Maintainer: Erich Schubert <[EMAIL PROTECTED]> -Build-Depends: cdbs, debhelper (>= 4.1.0) +Build-Depends: debhelper, cdbs, python Standards-Version: 3.6.2 Package: pyroman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]