[Pkg-ocaml-maint-commits] [camlp4] 03/03: We need to declare build a .PHONY target since it exists as a real directory

Ximin Luo infinity0 at debian.org
Thu Oct 20 19:28:13 UTC 2016


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

infinity0 pushed a commit to branch master
in repository camlp4.

commit 4e0e47a4f942a9b6884e4391b6409fa8cc7abebf
Author: Ximin Luo <infinity0 at debian.org>
Date:   Thu Oct 20 20:33:54 2016 +0200

    We need to declare build a .PHONY target since it exists as a real directory
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 569bb6b..8c68eb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,3 +29,8 @@ override_dh_auto_install:
 .PHONY: override_dh_install
 override_dh_install:
 	dh_install --fail-missing
+
+# This is necessary because upstream contains a build/ directory
+.PHONY: build
+build:
+	dh $@ --with ocaml

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



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