tags 424297 + patch thanks
Hi, i attach you the patch to solve this problem. IMHO this should be enough to fix it. Best regards Rafael Rivas
diff -ruN pyqonsole-0.2.0/debian/rules pyqonsole-0.2.0-new/debian/rules --- pyqonsole-0.2.0/debian/rules 2007-10-28 00:13:50.000000000 -0600 +++ pyqonsole-0.2.0-new/debian/rules 2007-10-28 00:17:58.000000000 -0600 @@ -30,6 +30,7 @@ dh_testroot rm -f build-stamp configure-stamp rm -rf build + [ ! -f __pkginfo__.pyc ] || rm -f __pkginfo__.pyc dh_clean install: build

