From 7768f810f68fdbd1bf187f7735accb5f5f785965 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Oct 08 2013 23:21:20 +0000 Subject: Set up for dh_clean properly --- diff --git a/debian/rules b/debian/rules index bc042c8..c5b5540 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ export DH_VERBOSE=1 CFLAGS = -Wall -g DESTDIR ?= debian/acpica-tools -VERSION = 20130517 +VERSION = 20130927 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 @@ -24,9 +24,6 @@ endif %: dh $@ -override_dh_auto_clean: - dh_testdir - override_dh_clean: dh_testdir dh_testroot @@ -35,8 +32,6 @@ override_dh_clean: $(MAKE) clean rm -rf generate/unix/bin - dh_clean - override_dh_install: dh_testdir dh_testroot