[Pkg-ocaml-maint-commits] [SCM] aac-tactics packaging branch, master, updated. upstream/0.2.1-10-g4d9b011
Stephane Glondu
steph at glondu.net
Mon Feb 21 16:57:34 UTC 2011
The following commit has been merged in the master branch:
commit 4d9b0118bf16f8517f4196b445c0b84c87a2bd70
Author: Stephane Glondu <steph at glondu.net>
Date: Mon Feb 21 17:56:39 2011 +0100
Do not remove Makefile on clean
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
--
aac-tactics packaging
More information about the Pkg-ocaml-maint-commits
mailing list