tags 318355 patch Thanks The issue was that debhelper was listed under Build-Depends-Indep, not Build-Depends and was thus not installed prior to the clean target running. The attached patch moves all Build-Depends-Indep to Build-Depends, it may be preferable to only move debhelper, that's up to Loic.
Cheers! astronut ------ Patch ------ --- debian/control 2005-07-15 18:59:46.653321853 -0400 +++ ../control 2005-07-15 18:56:12.885630260 -0400 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Loic Dachary (OuoU) <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.0.0), po-debconf, python2.3, python, python2.3-twisted, python2.3-poker-engine (>= 1.0.1), automake1.7 | automake1.9, debconf, python2.3-glade2, libglade2-dev, libtool, python2.3-dev, perl +Build-Depends: debhelper (>= 4.0.0), po-debconf, python2.3, python, python2.3-twisted, python2.3-poker-engine (>= 1.0.1), automake1.7 | automake1.9, debconf, python2.3-glade2, libglade2-dev, libtool, python2.3-dev, perl Standards-Version: 3.6.1.1