File: rules

package info (click to toggle)
ocaml-ctypes 0.17.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,860 kB
  • sloc: ml: 13,617; ansic: 3,312; makefile: 259; sh: 8
file content (28 lines) | stat: -rwxr-xr-x 564 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

DESTDIR := $(CURDIR)/debian/tmp

include /usr/share/ocaml/ocamlvars.mk

OCAMLFIND_DESTDIR=$(DESTDIR)/$(OCAML_STDLIB_DIR)
OCAMLFIND_LDCONF=ignore

export OCAMLFIND_DESTDIR
export OCAMLFIND_LDCONF

%:
	dh $@ --with ocaml --no-parallel

.PHONY: override_dh_auto_install
override_dh_auto_install:
	mkdir -p $(OCAMLFIND_DESTDIR) $(DESTDIR)/$(OCAML_DLL_DIR)
	dh_auto_install

override_dh_missing:
	dh_missing --fail-missing -X.so.owner -XCHANGES.md

override_dh_dwz: