lablgtk3 (3.1.5-1) unstable; urgency=medium

  * Team upload
  * New upstream release

 -- Stéphane Glondu <glondu@debian.org>  Sat, 13 Jul 2024 10:44:11 +0200

lablgtk3 (3.1.4-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Update debian/watch

 -- Stéphane Glondu <glondu@debian.org>  Sun, 18 Feb 2024 12:01:12 +0100

lablgtk3 (3.1.3-2) unstable; urgency=medium

  * Team upload
  * Use ocaml_dune DH buildsystem (Closes: #1042100)
  * Bump Standards-Version to 4.6.2

 -- Stéphane Glondu <glondu@debian.org>  Thu, 27 Jul 2023 05:40:39 +0200

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