summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2011-02-21 17:56:39 +0100
committerGravatar Stephane Glondu <steph@glondu.net>2011-02-21 17:56:39 +0100
commit4d9b0118bf16f8517f4196b445c0b84c87a2bd70 (patch)
tree039fdba6c6fcb4eab33aad60ca09a24ef2b0dd0b
parentd2c80f03fe6c4338c10737b7bf8de3f901e44bc5 (diff)
Do not remove Makefile on clean
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index a2e1bcb..da4c4c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,4 +24,4 @@ override_dh_gencontrol:
.PHONY: override_dh_auto_clean
override_dh_auto_clean:
- rm -Rf Makefile .depend *.glob *.d *.*o *.*a *.cm* doc html
+ rm -Rf .depend *.glob *.d *.*o *.*a *.cm* doc html