changeset 1222:aef5e42a4fde

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.
author Faheem Mitha <faheem@faheem.info>
date Sat, 11 Oct 2014 02:14:12 +0530
parents f14163c7275a
children 87625964c333
files debian/rules
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: