> Od: Paul Wise <[email protected]> > I think it is fairly obvious that you need to remove the *.pyc file in > the debian/rules clean target.
Thank you Paul a lot it works. Now during package build having this error: # Add here commands to clean up after the build process. ./waf distclean distclean finished successfully rm -f config.sub config.guess autowaf.pyc dh_clean dpkg-source -b slv2-0.6.2 dpkg-source: info: using source format `1.0' dpkg-source: info: building slv2 using existing slv2_0.6.2.orig.tar.gz dpkg-source: info: building slv2 in slv2_0.6.2-1.diff.gz dpkg-source: info: building slv2 in slv2_0.6.2-1.dsc debian/rules build make: *** No rule to make target `configure', needed by `config.status'. Stop. dpkg-buildpackage: failure: debian/rules build gave error exit status 2 pbuilder: Failed autobuilding of package I tried change ./configure to $(WAF) configure on line 34 in my debian/rules, but I got same result. regards mira -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

