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 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
lablgtk3 (3.1.3-1) unstable; urgency=medium
[ Stéphane Glondu ]
* Team upload
* New upstream release
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on ocaml (>= 4.05).
+ Build-Depends: Drop versioned constraint on ocaml-findlib (>= 1.2.1).
+ Build-Depends: Drop versioned constraint on libgtk-3-dev (>= 3.18).
* debian/copyright: use spaces rather than tabs to start continuation lines.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.6.1, no changes needed.
-- Stéphane Glondu <glondu@debian.org> Sat, 21 Jan 2023 09:13:15 +0100
lablgtk3 (3.1.2-1) unstable; urgency=medium
* Team upload
* New upstream release
* Update debian/watch
* Bump Standards-Version to 4.6.0
-- Stéphane Glondu <glondu@debian.org> Wed, 02 Mar 2022 08:14:43 +0100
lablgtk3 (3.1.1+official-1) unstable; urgency=medium
* Use an official upstream tarball, instead of a tag on the upstream git.
* d/rules: give explicit list of packages to dune (closes: #971439)
* Change debian/watch to download official tarballs, instead of tagged
releases from git.
-- Ralf Treinen <treinen@debian.org> Thu, 01 Oct 2020 21:47:51 +0200
lablgtk3 (3.1.1-1) unstable; urgency=medium
* Team upload
* New upstream release
* Fix dependency on libgtkspell3-3-dev (Closes: #967893)
* Bump debhelper compat level to 13
* Add Rules-Requires-Root: no
-- Stéphane Glondu <glondu@debian.org> Wed, 12 Aug 2020 11:06:07 +0200
lablgtk3 (3.1.0-3) unstable; urgency=medium
* Patch gcc10: fix compilation with gcc10 (closes: #957414)
-- Ralf Treinen <treinen@debian.org> Fri, 17 Apr 2020 21:39:33 +0200
lablgtk3 (3.1.0-2) unstable; urgency=medium
* Upload to sid
-- Ralf Treinen <treinen@debian.org> Tue, 07 Apr 2020 09:33:07 +0200
lablgtk3 (3.1.0-1) experimental; urgency=medium
* New upstream version
* Standards-Version 4.5.0 (no change)
* drop override of dh_auto_build which is no longer useful
* Add build-dependency camlp5
* Add build-conflict on liblablgtk3-ocaml, in order to avoid that a
dependency on the version installed on the system is picked up.
* Bump build-dependencies of ocaml-dune and libcairo2-ocaml-dev.
-- Ralf Treinen <treinen@debian.org> Thu, 20 Feb 2020 09:01:24 +0100
lablgtk3 (3.0~beta8-1) experimental; urgency=medium
* New upstream beta release
* Add usr/doc/lablgtk3/LICENSE to debian/not-installed
* Mark package liblablgtk3-ocaml-doc as Multi-Arch: foreign
* Standards-Version 4.4.1 (no change)
* Install METAs, cmxs files and the corresponding .cma files into the
runtime library packages (closes: #935870)
* Consequently, add Replaces/Breaks of the runtime library packages
with earlier versions of the corresponding -dev packages.
* debian/rules: construct the installation lists of the -dev packages
by taking all generated files that are not to be installed into the
respective runtime packages.
* debian/rules: drop override of dh_installexamples which is no longer
needed as upstream has removed the stale .cvsignore files.
-- Ralf Treinen <treinen@debian.org> Tue, 21 Jan 2020 08:31:38 +0100
lablgtk3 (3.0~beta6-2) unstable; urgency=medium
* Package liblablgtk3-ocaml-dev: add breaks/replaces with
liblablgtk3-ocaml (<< 3.0~beta6-1) since the META file was
moved from the latter to the first (closes: Bug#935611)
* Add to override dh_ocaml more units that are also exported by
lablgtk2-ocaml-dev: GPointer, Glib
* Fix a typo in long description of liblablgtk3-ocaml
-- Ralf Treinen <treinen@debian.org> Mon, 26 Aug 2019 09:44:41 +0200
lablgtk3 (3.0~beta6-1) unstable; urgency=medium
* New upstream beta release
* New binary packages liblablgtkspell3-ocaml-dev, liblablgtkspell3-ocaml
* d/watch:
- point to release tags on github
- set uversionmangle to handle correctly ".beta" versions
* Build-dependencies:
- add libcairo2-ocaml-dev
- add ocaml-dune and libdune-ocaml-dev
- change ocaml-nox to ocaml
- change debhelper(=11) to debhelper-compat(=12), drop file debian/compat
* Drop build-conflict on liblablgtk2-ocaml-dev
* Improve package descriptions
* Installation into binary packages:
- change debian/*install.in files to follow the new file layout created
by "dune install"
- install useful upstream docs into liblablgtk-ocaml-dev
- do not install binaries lablgladecc3 and gdk_pixbuf_mlsource3
* debian/rules:
- build: call dune -p ... (thanks to @ejgallego for the hint)
- clean: call dune
- install: call dune
- configure: do nothing, since dune does its own configuration.
- drop unused variable settings from d/rules
- dh_missing: switch to --fail-missing
- override dh_ocaml to avoid conflicts on units that are also
exported by lablgtk2-ocaml-dev
* debian/copyright:
- drop a spurious blank line
* Package tests:
- update compilation option for lablgtk3-dev
* Add Homepage
* Standards-Version 4.4.0 (no change)
-- Ralf Treinen <treinen@debian.org> Tue, 13 Aug 2019 09:18:16 +0200
lablgtk3 (3.0~beta3-1) unstable; urgency=medium
* Initial packaging (closes: #916645)
-- Ralf Treinen <treinen@debian.org> Sun, 23 Dec 2018 20:00:19 +0100
|