diff -u aap-1.090/debian/changelog aap-1.090/debian/changelog --- aap-1.090/debian/changelog +++ aap-1.090/debian/changelog @@ -1,3 +1,9 @@ +aap (1.090-1ubuntu1) jaunty; urgency=low + + * Fix FTBFS. + + -- Krzysztof Klimonda Tue, 28 Apr 2009 13:48:02 +0200 + aap (1.090-1) unstable; urgency=low * QA upload. diff -u aap-1.090/debian/rules aap-1.090/debian/rules --- aap-1.090/debian/rules +++ aap-1.090/debian/rules @@ -25,16 +25,16 @@ touch build-stamp -clean: +clean: configure dh_testdir dh_testroot - QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. $(MAKE) clean $(MAKE) cleanALL + QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 # the above runs ./aap clean. This has the side-effect that # all .py files are compiled to pyc, which we don't want. rm -f *.pyc