[Pkg-ocaml-maint-commits] [ppx-deriving-yojson] 01/02: only install needed files

Ralf Treinen treinen at moszumanska.debian.org
Thu Jun 8 07:04:49 UTC 2017


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

treinen pushed a commit to branch master
in repository ppx-deriving-yojson.

commit b5aa8be4daf4806e79f4ff5ddd34cbae67afd14d
Author: Ralf Treinen <treinen at debian.org>
Date:   Wed Jun 7 20:51:28 2017 +0200

    only install needed files
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 79e499f..ed1e4ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,8 @@ ODESTDIR = $(CURDIR)/debian/libppx-deriving-yojson-ocaml-dev/usr/lib/ocaml
 override_dh_auto_install:
 	mkdir -p $(ODESTDIR)
 	ocamlfind install -destdir $(ODESTDIR) \
-		ppx_deriving_yojson pkg/META _build/src/*
+		ppx_deriving_yojson pkg/META \
+		_build/src/*.a _build/src/*.c* _build/src/*.mli
 
 override_dh_auto_test:
 	# do nothing

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



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