Package: gvr Version: 1.3.1-3 Severity: serious Tags: patch When building 'gvr' in a clean 'unstable' chroot, I get the following error:
dh_python -pgvr dh_python: Python is not installed, aborting. (Probably forgot to Build-Depend on python.) make: *** [binary-install/gvr] Error 1 Please add the missing Build-Depends on 'python' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/gvr-1.3.1/debian/control ./debian/control --- ../tmp-orig/gvr-1.3.1/debian/control 2005-06-22 17:25:16.000000000 +0200 +++ ./debian/control 2005-06-22 17:25:15.000000000 +0200 @@ -2,7 +2,7 @@ Section: games Priority: optional Maintainer: Sergio Talens-Oliag <[EMAIL PROTECTED]> -Build-Depends-Indep: cdbs, debhelper (>> 4.1.0) +Build-Depends-Indep: cdbs, debhelper (>> 4.1.0), python-dev Standards-Version: 3.6.1.1 Package: gvr -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

