ocaml-eqaf (0.8-2) unstable; urgency=medium
authorStéphane Glondu <glondu@debian.org>
Sun, 28 Nov 2021 12:27:49 +0000 (13:27 +0100)
committerStéphane Glondu <glondu@debian.org>
Sun, 28 Nov 2021 12:27:49 +0000 (13:27 +0100)
  * Fix debian/copyright

[dgit import unpatched ocaml-eqaf 0.8-2]

1  2 
debian/changelog
debian/control
debian/copyright
debian/gbp.conf
debian/libeqaf-ocaml-dev.docs
debian/libeqaf-ocaml-dev.install.in
debian/libeqaf-ocaml.install.in
debian/rules
debian/source/format
debian/watch

index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..64b52d4d21a481f7fca392afd67af837939827cc
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,11 @@@
++ocaml-eqaf (0.8-2) unstable; urgency=medium
++
++  * Fix debian/copyright
++
++ -- Stéphane Glondu <glondu@debian.org>  Sun, 28 Nov 2021 13:27:49 +0100
++
++ocaml-eqaf (0.8-1) unstable; urgency=medium
++
++  * Initial release (Closes: #1000391)
++
++ -- Stéphane Glondu <glondu@debian.org>  Mon, 22 Nov 2021 17:03:45 +0100
diff --cc debian/control
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..5b218dca2d3070801ef49c6bb24db8aaad9ad002
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,43 @@@
++Source: ocaml-eqaf
++Section: ocaml
++Priority: optional
++Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
++Uploaders: Stéphane Glondu <glondu@debian.org>
++Build-Depends:
++ debhelper-compat (= 13),
++ ocaml-nox,
++ ocaml-dune,
++ libcstruct-ocaml-dev,
++ dh-ocaml
++Standards-Version: 4.6.0
++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.
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..f4ec62ce7bcc7d5cc0eab2d0de3ca7f9e820f56e
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -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 <glondu@debian.org>
++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 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..cec628c7444886870d72dc8bcd536479e7f8a284
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,2 @@@
++[DEFAULT]
++pristine-tar = True
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..a7a328f2a67f771624e6591aa561bef8b7cc9777
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++usr/doc/*/*
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..e06b4e38d0293708969973dec1a330d528b18008
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -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
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..0f2ecc4521ed2dc8d793c24c203b80c2b93dd0a2
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,5 @@@
++@OCamlStdlibDir@/*/META
++@OCamlStdlibDir@/*/*.cma
++DYN: @OCamlStdlibDir@/*/*.cmxs
++@OCamlStdlibDir@/*/*/*.cma
++DYN: @OCamlStdlibDir@/*/*/*.cmxs
diff --cc debian/rules
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..ccbc4e9a160dd6f1b7ae71d966830c6d7125fdf5
new file mode 100755 (executable)
--- /dev/null
--- /dev/null
@@@ -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*
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..163aaf8d82b6c54f23c45f32895dbdfdcc27b047
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
diff --cc debian/watch
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..0b2fd57529678bb35fa13bd0e80710520e31db31
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,2 @@@
++version=4
++https://github.com/mirage/eqaf/releases .*eqaf-v?([0-9.]+)\.tbz