From 7b3457bcb5e764251c83f3ff840fe1ff0a0e73e5 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sat, 29 Jan 2011 11:52:59 -0500 Subject: Add back quilt support NMU removed & update clean target --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b3b9ccb..0ea9f41 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,10 @@ #!/usr/bin/make -f %: - dh --with python-support $@ + dh --with python-support,quilt $@ override_dh_clean: - rm -rf build + rm -rf build test.log dh_clean override_dh_auto_test: -- cgit v1.2.3