diff options
author | Roland Bauerschmidt <rb@debian.org> | 2002-04-12 14:22:05 +0000 |
---|---|---|
committer | Roland Bauerschmidt <rb@debian.org> | 2002-04-12 14:22:05 +0000 |
commit | d99aa52ddbd478a4fb124d1e1621f3bfa68bab32 (patch) | |
tree | 7a9f551b3836d31e2e0e2c852b600ede62abc3bd | |
parent | 98fa847c82f06e206bdb6f3f3f9893ffcb4c5692 (diff) | |
download | libfuse-d99aa52ddbd478a4fb124d1e1621f3bfa68bab32.tar.gz |
Before calling dh_clean check if debian/control exists and touch it
otherwise.
-rwxr-xr-x | debian/rules | 1 |
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 |