From patchwork Fri Oct 10 23:07:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4, of, 5, evolve-ext, V2] debian: replace clean with override_dh_auto_clean From: Faheem Mitha X-Patchwork-Id: 6210 Message-Id: To: mercurial-devel@selenic.com Cc: Faheem Mitha Date: Sat, 11 Oct 2014 04:37:29 +0530 # HG changeset patch # User Faheem Mitha # Date 1412973852 -19800 # Sat Oct 11 02:14:12 2014 +0530 # Branch stable # Node ID ab10d25ff09558cbb60f8d68e19007faf0b0abc6 # Parent 048791b4e4adaccd3284821b0dbb1327845d7fdc debian: replace clean with override_dh_auto_clean The current version does not call the default dh_auto_build, which is a bug. This is required in particular for cleaning the build directories. diff -r 048791b4e4ad -r ab10d25ff095 debian/rules --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,8 @@ find debian -name __init__.py -delete dh_python2 -clean: clean-docs +override_dh_auto_clean: clean-docs + dh_auto_clean rm -f tests/*.err clean-docs: