From 2af41f5f406008c8eb6166b62a0de09b8af6f420 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sat, 8 Feb 2014 05:01:39 -0800 Subject: just call ./clean in override_dh_auto_clean: instead of calling each of the clean scripts individually --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index d9758e9..06a1a0c 100755 --- a/debian/rules +++ b/debian/rules @@ -60,7 +60,4 @@ override_dh_auto_install: # call all the cleans override_dh_auto_clean: - scripts/mpv-clean - scripts/ffmpeg-clean - scripts/libass-clean - rm -rf build_libs + ./clean -- cgit v1.2.3