From: Julien Puydt Date: Thu, 6 Jul 2023 06:56:51 +0000 (+0200) Subject: ocaml-eqaf (0.9-2) unstable; urgency=medium X-Git-Tag: archive/raspbian/0.10-1+rpi1~2^2^2^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6fbbd7a34e9addcaafc61a813a69426d23c8bd31;p=ocaml-eqaf.git ocaml-eqaf (0.9-2) unstable; urgency=medium * Team upload. * Fix d/watch. * Bump standards-version to 4.6.2 * Fix compilation with recent dune [dgit import unpatched ocaml-eqaf 0.9-2] --- 6fbbd7a34e9addcaafc61a813a69426d23c8bd31 diff --cc debian/changelog index 0000000,0000000..990dc42 new file mode 100644 --- /dev/null +++ b/debian/changelog @@@ -1,0 -1,0 +1,26 @@@ ++ocaml-eqaf (0.9-2) unstable; urgency=medium ++ ++ * Team upload. ++ * Fix d/watch. ++ * Bump standards-version to 4.6.2 ++ * Fix compilation with recent dune ++ ++ -- Julien Puydt Thu, 06 Jul 2023 08:56:51 +0200 ++ ++ocaml-eqaf (0.9-1) unstable; urgency=medium ++ ++ * New upstream release ++ ++ -- Stéphane Glondu Sat, 21 Jan 2023 09:57:42 +0100 ++ ++ocaml-eqaf (0.8-2) unstable; urgency=medium ++ ++ * Fix debian/copyright ++ ++ -- Stéphane Glondu Sun, 28 Nov 2021 13:27:49 +0100 ++ ++ocaml-eqaf (0.8-1) unstable; urgency=medium ++ ++ * Initial release (Closes: #1000391) ++ ++ -- Stéphane Glondu Mon, 22 Nov 2021 17:03:45 +0100 diff --cc debian/control index 0000000,0000000..5994b75 new file mode 100644 --- /dev/null +++ b/debian/control @@@ -1,0 -1,0 +1,43 @@@ ++Source: ocaml-eqaf ++Section: ocaml ++Priority: optional ++Maintainer: Debian OCaml Maintainers ++Uploaders: Stéphane Glondu ++Build-Depends: ++ debhelper-compat (= 13), ++ ocaml-nox, ++ ocaml-dune, ++ libcstruct-ocaml-dev, ++ dh-ocaml ++Standards-Version: 4.6.2 ++Rules-Requires-Root: no ++Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-eqaf ++Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-eqaf.git ++Homepage: https://github.com/mirage/eqaf ++ ++Package: libeqaf-ocaml-dev ++Provides: ${ocaml:Provides} ++Architecture: any ++Depends: ++ ${ocaml:Depends}, ++ ${shlibs:Depends}, ++ ${misc:Depends} ++Recommends: ocaml-findlib ++Description: constant-time equal function on string for OCaml (dev files) ++ This package provides an equal function on string in constant-time to ++ avoid timing-attack with crypto stuff. ++ . ++ This package contains development files. ++ ++Package: libeqaf-ocaml ++Provides: ${ocaml:Provides} ++Architecture: any ++Depends: ++ ${ocaml:Depends}, ++ ${shlibs:Depends}, ++ ${misc:Depends} ++Description: constant-time equal function on string for OCaml (runtime files) ++ This package provides an equal function on string in constant-time to ++ avoid timing-attack with crypto stuff. ++ . ++ This package contains runtime files. diff --cc debian/copyright index 0000000,0000000..f4ec62c new file mode 100644 --- /dev/null +++ b/debian/copyright @@@ -1,0 -1,0 +1,35 @@@ ++Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ ++ ++Files: * ++Copyright: 2018, Romain Calascibetta ++ 2018, David Kaloper Meršinjak ++License: MIT ++ ++Files: check/linear_algebra.ml ++Copyright: 2018, Jane Street Group, LLC ++License: Apache-2.0 ++ ++Files: debian/* ++Copyright: 2021, Stéphane Glondu ++License: MIT ++ ++License: MIT ++ Permission is hereby granted, free of charge, to any person obtaining a copy of ++ this software and associated documentation files (the "Software"), to deal in ++ the Software without restriction, including without limitation the rights to ++ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of ++ the Software, and to permit persons to whom the Software is furnished to do so, ++ subject to the following conditions: ++ . ++ The above copyright notice and this permission notice shall be included in all ++ copies or substantial portions of the Software. ++ . ++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS ++ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR ++ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER ++ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN ++ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++License: Apache-2.0 ++ See `/usr/share/common-licenses/Apache-2.0'. diff --cc debian/gbp.conf index 0000000,0000000..cec628c new file mode 100644 --- /dev/null +++ b/debian/gbp.conf @@@ -1,0 -1,0 +1,2 @@@ ++[DEFAULT] ++pristine-tar = True diff --cc debian/libeqaf-ocaml-dev.docs index 0000000,0000000..a7a328f new file mode 100644 --- /dev/null +++ b/debian/libeqaf-ocaml-dev.docs @@@ -1,0 -1,0 +1,1 @@@ ++usr/doc/*/* diff --cc debian/libeqaf-ocaml-dev.install.in index 0000000,0000000..e06b4e3 new file mode 100644 --- /dev/null +++ b/debian/libeqaf-ocaml-dev.install.in @@@ -1,0 -1,0 +1,14 @@@ ++@OCamlStdlibDir@/*/*opam* ++@OCamlStdlibDir@/*/*dune* ++@OCamlStdlibDir@/*/*.ml* ++@OCamlStdlibDir@/*/*.cmi ++@OCamlStdlibDir@/*/*.cmt* ++OPT: @OCamlStdlibDir@/*/*.a ++OPT: @OCamlStdlibDir@/*/*.cmx ++OPT: @OCamlStdlibDir@/*/*.cmxa ++@OCamlStdlibDir@/*/*/*.ml* ++@OCamlStdlibDir@/*/*/*.cmi ++@OCamlStdlibDir@/*/*/*.cmt* ++OPT: @OCamlStdlibDir@/*/*/*.a ++OPT: @OCamlStdlibDir@/*/*/*.cmx ++OPT: @OCamlStdlibDir@/*/*/*.cmxa diff --cc debian/libeqaf-ocaml.install.in index 0000000,0000000..0f2ecc4 new file mode 100644 --- /dev/null +++ b/debian/libeqaf-ocaml.install.in @@@ -1,0 -1,0 +1,5 @@@ ++@OCamlStdlibDir@/*/META ++@OCamlStdlibDir@/*/*.cma ++DYN: @OCamlStdlibDir@/*/*.cmxs ++@OCamlStdlibDir@/*/*/*.cma ++DYN: @OCamlStdlibDir@/*/*/*.cmxs diff --cc debian/rules index 0000000,0000000..0e33762 new file mode 100755 --- /dev/null +++ b/debian/rules @@@ -1,0 -1,0 +1,15 @@@ ++#!/usr/bin/make -f ++ ++include /usr/share/ocaml/ocamlvars.mk ++ ++DESTDIR=$(CURDIR)/debian/tmp ++ ++%: ++ dh $@ --with ocaml ++ ++override_dh_auto_build: ++ dune build -p eqaf ++ ++override_dh_auto_install: ++ dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR) ++ rm -f $(DESTDIR)/usr/doc/*/LICENSE* diff --cc debian/source/format index 0000000,0000000..163aaf8 new file mode 100644 --- /dev/null +++ b/debian/source/format @@@ -1,0 -1,0 +1,1 @@@ ++3.0 (quilt) diff --cc debian/watch index 0000000,0000000..9df1cdc new file mode 100644 --- /dev/null +++ b/debian/watch @@@ -1,0 -1,0 +1,2 @@@ ++version=4 ++https://github.com/mirage/eqaf/tags .*/v?([0-9.]+)\.tar\.gz