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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
morbig (0.10.4-6) unstable; urgency=medium
* Re-upload to unstable.
-- Julien Puydt <jpuydt@debian.org> Sun, 23 Oct 2022 22:07:30 +0200
morbig (0.10.4-5.1) experimental; urgency=medium
[ Ralf Treinen ]
* upstream/metadata:
- remove deprecated fields "name" and "contact"
- update reference
[ Julien Puydt ]
* Team upload.
* Add fix_yojson_2.patch.
-- Julien Puydt <jpuydt@debian.org> Fri, 12 Aug 2022 22:06:35 +0200
morbig (0.10.4-5) unstable; urgency=medium
* Standards-Version 4.6.0 (no change)
-- Ralf Treinen <treinen@debian.org> Mon, 04 Oct 2021 08:09:05 +0200
morbig (0.10.4-4) unstable; urgency=medium
* Team upload
* Bump debhelper compat level to 13
* Add Rules-Requires-Root: no
* Add empty dh_dwz override to fix FTBFS
-- Stéphane Glondu <glondu@debian.org> Mon, 27 Jul 2020 08:56:09 +0200
morbig (0.10.4-3) unstable; urgency=medium
* Standards-Version 4.5.0 (no change)
* d/rules: drop override of dh_dwz which is no longer needed
* add "examples/c/.gitignore" to the import filter
-- Ralf Treinen <treinen@debian.org> Tue, 11 Feb 2020 22:25:25 +0100
morbig (0.10.4-2) unstable; urgency=medium
* Restore the build-dependency on ocamlbuild as it is still used
to build the doc.
* Standards-Version 4.4.1 (no change)
-- Ralf Treinen <treinen@debian.org> Sat, 09 Nov 2019 07:03:08 +0100
morbig (0.10.4-1) unstable; urgency=medium
* New upstream version
* Change build-dependency on dune to its new name ocaml-dune
* Drop build-dependency on ocamlbuild
* Standards-Version 4.4.0 (no change)
-- Ralf Treinen <treinen@debian.org> Fri, 08 Nov 2019 23:44:46 +0100
morbig (0.10.3-2) experimental; urgency=medium
* d/rules: invoke dh_dwz only on archictures where ocaml compiles
to native code.
-- Ralf Treinen <treinen@debian.org> Mon, 11 Mar 2019 17:14:25 +0100
morbig (0.10.3-1) experimental; urgency=medium
* New upstream version.
* Update debian/watch: initial 'v' of the tag optional.
* Drop patches version_0.9.1 and makefile
* debian/rules: don't build doc using odoc, but using ocamlbuild
* debian/libmorbig-ocaml-dev.install:
- adjust paths
- drop stublibs since these are not build by the package
* debian/morbig.manpages: adjust path (manpage not installed by dune)
* Add Readme.md to debian/not-installed as it is not useful for debian.
* Override dh_dwz to use option --no-dwz-multifile
* Build-dependencies:
- add dune but keep ocamlbuild as we still need it to build the
documentation
- require ocaml >= 4.04
- require ocaml-visitors >= 20180513
- debhelper-compat (=12); drop file debian/compat
* autopkgtest:
- api-ocaml: module Morbig.API has been renamed to Morbig.
- Improve tests api-ocaml and api-c: more messages, also try compilation to
native code when available
-- Ralf Treinen <treinen@debian.org> Sat, 09 Mar 2019 12:08:31 +0100
morbig (0.9.1-2) unstable; urgency=medium
* Standards-Version 4.3.0 (no change)
* Debhelper compatibility level 12
-- Ralf Treinen <treinen@debian.org> Wed, 09 Jan 2019 17:55:13 +0100
morbig (0.9.1-1) unstable; urgency=medium
* New upstream release
* libmorbig-ocaml-dev: add Suggests ocaml-findlib
* Install morbig.1 manpage via debian/morbig.manpages
* Install examples provided by upstream
* patch makefile: fix compilation on bytecode architectures
* patch version_0.9.1: upstream forgot to increment version
* debian/tests: add a test for the C API
* add debian/upstream/metadata
-- Ralf Treinen <treinen@debian.org> Sun, 02 Dec 2018 21:30:09 +0100
morbig (0.9-1) unstable; urgency=medium
* First upstream release (closes: #907985)
-- Ralf Treinen <treinen@debian.org> Sun, 09 Sep 2018 21:23:17 +0200
|