This is an automated email from the git hooks/post-receive script.

josch-guest pushed a commit to branch master
in repository ocp-indent.

commit 580b8f08980dccad920af3959760e60946d1b5b4
Author: josch <j.scha...@email.de>
Date:   Wed Aug 13 23:46:02 2014 +0200

    manually clean without Makefile.simple
---
 debian/changelog | 7 +++++++
 debian/rules     | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f63ed84..1e7b638 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocp-indent (1.4.1-3) unstable; urgency=medium
+
+  * do not call dh_auto_clean on Makefile.simple but clean manually
+    because Makefile.simple does not have a distclean target
+
+ -- Johannes Schauer <j.scha...@email.de>  Wed, 13 Aug 2014 23:44:33 +0200
+
 ocp-indent (1.4.1-2) unstable; urgency=medium
 
   * Fix debian/copyright - thanks, Andreas Cadhalpun
diff --git a/debian/rules b/debian/rules
index fa2e79b..ebdf2e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,8 @@ export OCAMLFIND_DESTDIR := $(DESTDIR)$(OCAML_STDLIB_DIR)
 override_dh_auto_clean:
        rm -f config.status config.log Makefile.config version.ocp
        rm -f indentMain.byte ocp-indent.1 src/approx_lexer.mli src/util.mli
-       dh_auto_clean -- -f Makefile.simple
+       rm -f src/indentVersion.ml src/approx_common.ml src/compat.ml
+       rm -f META _build
 
 override_dh_auto_build:
        # build library

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/ocp-indent.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to