Codebase list ocaml-ca-certs / 6b7bfbf
Initial packaging Stephane Glondu 2 years ago
10 changed file(s) with 119 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ocaml-ca-certs (0.2.2-1) UNRELEASED; urgency=medium
1
2 * Initial release (Closes: #1001197)
3
4 -- Stéphane Glondu <glondu@debian.org> Mon, 06 Dec 2021 09:45:20 +0100
0 Source: ocaml-ca-certs
1 Section: ocaml
2 Priority: optional
3 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
4 Uploaders: Stéphane Glondu <glondu@debian.org>
5 Build-Depends:
6 debhelper-compat (= 13),
7 ocaml-nox,
8 ocaml-dune,
9 libastring-ocaml-dev,
10 libbos-ocaml-dev,
11 libfpath-ocaml-dev,
12 libptime-ocaml-dev,
13 liblogs-ocaml-dev,
14 libmirage-crypto-ocaml-dev,
15 libx509-ocaml-dev,
16 dh-ocaml
17 Standards-Version: 4.6.0
18 Rules-Requires-Root: no
19 Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-ca-certs
20 Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-ca-certs.git
21 Homepage: https://github.com/mirage/ca-certs
22
23 Package: libca-certs-ocaml-dev
24 Provides: ${ocaml:Provides}
25 Architecture: any
26 Depends:
27 ${ocaml:Depends},
28 ${shlibs:Depends},
29 ${misc:Depends}
30 Recommends: ocaml-findlib
31 Description: detect root CA certificates from the operating system (dev)
32 TLS requires a set of root anchors (Certificate Authorities) to
33 authenticate servers. This library exposes this list so that it can
34 be registered with ocaml-tls.
35 .
36 This package contains development files.
37
38 Package: libca-certs-ocaml
39 Provides: ${ocaml:Provides}
40 Architecture: any
41 Depends:
42 ${ocaml:Depends},
43 ${shlibs:Depends},
44 ${misc:Depends}
45 Suggests: ocaml-findlib
46 Description: detect root CA certificates from the operating system (runtime)
47 TLS requires a set of root anchors (Certificate Authorities) to
48 authenticate servers. This library exposes this list so that it can
49 be registered with ocaml-tls.
50 .
51 This package contains runtime files.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Packaged-By: Stéphane Glondu <glondu@debian.org>
2
3 Files: *
4 Copyright: 2019, The MirageOS contributors
5 License: ISC
6
7 Files: debian/*
8 Copyright: 2021, Stéphane Glondu <glondu@debian.org>
9 License: ISC
10
11 License: ISC
12 Permission to use, copy, modify, and/or distribute this software for any
13 purpose with or without fee is hereby granted, provided that the above
14 copyright notice and this permission notice appear in all copies.
15 .
16 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
17 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
18 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
19 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
21 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
22 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
0 [DEFAULT]
1 pristine-tar = True
0 @OCamlStdlibDir@/*/*opam*
1 @OCamlStdlibDir@/*/*dune*
2 @OCamlStdlibDir@/*/*.ml*
3 @OCamlStdlibDir@/*/*.cmi
4 @OCamlStdlibDir@/*/*.cmt*
5 OPT: @OCamlStdlibDir@/*/*.a
6 OPT: @OCamlStdlibDir@/*/*.cmx
7 OPT: @OCamlStdlibDir@/*/*.cmxa
0 @OCamlDllDir@/dll*.so
1 @OCamlStdlibDir@/*/META
2 @OCamlStdlibDir@/*/*.cma
3 DYN: @OCamlStdlibDir@/*/*.cmxs
0 #!/usr/bin/make -f
1
2 include /usr/share/ocaml/ocamlvars.mk
3
4 DESTDIR=$(CURDIR)/debian/tmp
5
6 %:
7 dh $@ --with ocaml
8
9 override_dh_auto_clean:
10 dune clean
11
12 override_dh_auto_build:
13 dune build -p ca-certs
14
15 override_dh_auto_install:
16 dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=..$(OCAML_STDLIB_DIR)
17 rm -f $(DESTDIR)/usr/doc/*/LICENSE*
18
19 override_dh_auto_test:
20 # Needs alcotest
0 3.0 (quilt)
0 version=4
1 https://github.com/mirage/ca-certs/releases .*/ca-certs-v?([0-9.]+)\.tbz