aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Bauerschmidt <rb@debian.org>2002-04-12 14:22:05 +0000
committerRoland Bauerschmidt <rb@debian.org>2002-04-12 14:22:05 +0000
commitd99aa52ddbd478a4fb124d1e1621f3bfa68bab32 (patch)
tree7a9f551b3836d31e2e0e2c852b600ede62abc3bd
parent98fa847c82f06e206bdb6f3f3f9893ffcb4c5692 (diff)
downloadlibfuse-d99aa52ddbd478a4fb124d1e1621f3bfa68bab32.tar.gz
Before calling dh_clean check if debian/control exists and touch it
otherwise.
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
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