From d99aa52ddbd478a4fb124d1e1621f3bfa68bab32 Mon Sep 17 00:00:00 2001 From: Roland Bauerschmidt Date: Fri, 12 Apr 2002 14:22:05 +0000 Subject: [PATCH] Before calling dh_clean check if debian/control exists and touch it otherwise. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 53b00d9..848bc10 100755 --- a/debian/rules +++ b/debian/rules @@ -57,6 +57,7 @@ clean-modules: -$(MAKE) distclean + test -f debian/control || touch debian/control dh_clean install: build -- 2.30.2