[Pkg-ocaml-maint-commits] [ocaml-config-file] 01/02: Override dh_auto_test

Stéphane Glondu glondu at moszumanska.debian.org
Thu Nov 21 10:46:19 UTC 2013


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

glondu pushed a commit to branch master
in repository ocaml-config-file.

commit 657bd90451f861fad7b11c471443961f9dcf93a3
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Nov 16 19:02:09 2013 +0100

    Override dh_auto_test
    
    It tries to run the upstream "test" rule that is broken.
---
 debian/rules |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 633d526..4bf9e18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,3 +32,6 @@ override_dh_auto_clean:
 	./configure
 	dh_auto_clean
 	rm -rf ocamldoc
+
+.PHONY: override_dh_auto_test
+override_dh_auto_test:

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



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