[Pkg-ocaml-maint-commits] [opam] 10/15: Fix clean target in d/rules

Mehdi Dogguy mehdi at moszumanska.debian.org
Tue Jul 28 21:21:44 UTC 2015


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

mehdi pushed a commit to branch master
in repository opam.

commit 839a81d2bc434ae01ab2e88f339b99a92b981e2d
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Tue Jul 21 01:15:53 2015 +0000

    Fix clean target in d/rules
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0e8a807..329a6c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,8 +38,9 @@ override_dh_install:
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:
 	$(MAKE) clean || true
-	$(RM) -rf _build
-	$(RM) -f src/core/opamVersion.ml src/core/opamGitVersion.ml src/core/opamScript.ml Makefile.config config.log config.status *.$(BINEXT)
+	$(RM) -f doc/dev-manual/dev-manual.pdf
+	$(RM) -f META Makefile.config config.log config.status src/core/opamTypes.cmti src/core/opamVersion.ml tests/fulltest.log tests/packages/*.tar.gz tests/test.log
+	$(RM) -rf tests/tmp
 
 .PHONY: override_dh_compress
 override_dh_compress:

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



More information about the Pkg-ocaml-maint-commits mailing list