Codebase list ocaml-faad / 5a750cf
Update packaging Stephane Glondu 2 years ago
7 changed file(s) with 22 addition(s) and 33 deletion(s). Raw diff Collapse all Expand all
+0
-1
debian/compat less more
0 10
11 Section: ocaml
22 Priority: optional
33 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
4 Uploaders: Kyle Robbertze <paddatrapper@debian.org>,
5 Samuel Mimram <smimram@debian.org>,
6 Romain Beauxis <toots@rastageeks.org>
7 Build-Depends: cdbs (>= 0.4.53),
8 debhelper (>= 10),
4 Uploaders: Kyle Robbertze <paddatrapper@debian.org>
5 Build-Depends:
6 debhelper-compat (= 13),
97 ocaml-nox,
10 dh-ocaml (>= 0.9),
8 dh-ocaml,
119 libfaad-dev,
12 ocaml-findlib (>= 1.2.4),
10 ocaml-dune,
11 libdune-ocaml-dev,
1312 pkg-config
14 Standards-Version: 4.2.1
13 Standards-Version: 4.6.0
14 Rules-Requires-Root: no
1515 Homepage: http://savonet.sourceforge.net/
1616 Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-faad.git
1717 Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-faad
+0
-9
debian/libfaad-ocaml-dev.doc-base less more
0 Document: libfaad-ocaml-dev
1 Title: OCaml Faad module documentation
2 Author: Samuel Mimram
3 Abstract: Documentation of the Faad module
4 Section: Programming/OCaml
5
6 Format: HTML
7 Index: /usr/share/doc/libfaad-ocaml-dev/html/index.html
8 Files: /usr/share/doc/libfaad-ocaml-dev/html/*
0 README
1 doc/html
0 usr/doc/*/*
0 @OCamlStdlibDir@/faad/*dune*
1 @OCamlStdlibDir@/faad/*opam*
02 @OCamlStdlibDir@/faad/META
13 @OCamlStdlibDir@/faad/*.cm*
24 @OCamlStdlibDir@/faad/*.ml*
0 @OCamlStdlibDir@/faad/dllfaad_stubs.so @OCamlDllDir@
0 @OCamlDllDir@/dll*.so
00 #!/usr/bin/make -f
1 # -*- makefile -*-
12
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/autotools.mk
4 include /usr/share/cdbs/1/rules/ocaml.mk
3 include /usr/share/ocaml/ocamlvars.mk
54
6 DEB_CONFIGURE_EXTRA_FLAGS := --enable-debugging
7 DEB_CONFIGURE_SCRIPT := ./configure
8 DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
9 DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
5 DESTDIR=$(CURDIR)/debian/tmp
106
11 build/libfaad-ocaml-dev::
12 mkdir -p $(DESTDIR)
13 make doc
7 %:
8 dh $@ --with ocaml
149
15 clean::
16 rm -rf .pc config.h Makefile src/Makefile src/META doc config.log config.status
10 override_dh_auto_build:
11 dune build -p faad
12
13 override_dh_auto_install:
14 dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=..$(OCAML_STDLIB_DIR)