ocp-indent (1.9.0-2) unstable; urgency=medium

  * Team upload
  * Fix autopkgtest

 -- Stéphane Glondu <glondu@debian.org>  Mon, 20 Oct 2025 10:50:24 +0200

ocp-indent (1.9.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Switch debian/watch to version 5
  * Bump Standards-Version to 4.7.2
  * Remove Rules-Requires-Root

 -- Stéphane Glondu <glondu@debian.org>  Thu, 16 Oct 2025 08:54:57 +0200

ocp-indent (1.8.2-5) unstable; urgency=medium

  * Team upload
  * Depend on ocaml instead of transitional ocaml-nox

 -- Stéphane Glondu <glondu@debian.org>  Wed, 13 Sep 2023 06:19:29 +0200

ocp-indent (1.8.2-4) unstable; urgency=medium

  * Team upload
  * Include ocamlvars.mk in debian/rules

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

ocp-indent (1.8.2-3) unstable; urgency=medium

  * Team upload
  * Use ocaml_dune DH buildsystem

 -- Stéphane Glondu <glondu@debian.org>  Sat, 15 Jul 2023 16:27:19 +0200

ocp-indent (1.8.2-2) unstable; urgency=medium

  * Team upload.
  * Depend on libfindlib-ocaml for ocamlfind.conf (Closes: #1003323)
  * Switch d/watch to /tags

 -- Jochen Sprickerhof <jspricke@debian.org>  Sat, 15 Oct 2022 07:45:31 +0200

ocp-indent (1.8.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Bump debhelper compat level to 13
  * Bump Standards-Version to 4.5.0
  * Add Rules-Requires-Root: no

 -- Stéphane Glondu <glondu@debian.org>  Tue, 18 Aug 2020 09:55:33 +0200

ocp-indent (1.7.0-2) unstable; urgency=medium

  * Team upload
  * Fix FTBFS with recent dune
  * Bump Standards-Version to 4.4.0
  * Bump debhelper compat level to 12

 -- Stéphane Glondu <glondu@debian.org>  Fri, 30 Aug 2019 08:27:49 +0200

ocp-indent (1.7.0-1) unstable; urgency=medium

  * New upstream version 1.7.0
     - upstream changed their build system to dune
     - build and install with jbuilder instead of Makefile.simple
     - follow upstream and rename ocp-indent-lib to ocp-indent
     - remove ocamlbuild from Build-Depends
     - add appropriate Breaks and Replaces
     - remove m4/ocaml.m4 and configure from d/copyright (not shipped anymore)
     - Makefile.simple got removed -> remove all patches
     - do not export DESTDIR to not confused jbuilder
  * without ocamlbuild we do not need to pass --no-parallel to dh
  * use dh_missing --fail-missing instead of dh_install --fail-missing
  * Fix my name in Uploaders field

 -- Johannes 'josch' Schauer <josch@debian.org>  Sun, 16 Dec 2018 17:57:05 +0100

ocp-indent (1.6.1-1) unstable; urgency=medium

  * New upstream version 1.6.1 (closes: #899079)
  * debian/patches/fix-spelling: refresh
  * debian/control: update Vcs-* fields for salsa
  * debian/copyright: use secure copyright format uri
  * debian/control: Bump Standards-Version (no changes required)
  * debian/patches: add patch descriptions
  * Bump debhelper compat level to 11
  * Add autopkgtests

 -- Johannes Schauer <josch@debian.org>  Mon, 21 May 2018 10:18:46 +0200

ocp-indent (1.5.3-2) unstable; urgency=medium

  * Team upload
  * Add ocamlbuild to Build-Depends

 -- Stéphane Glondu <glondu@debian.org>  Sun, 16 Jul 2017 13:59:22 +0200

ocp-indent (1.5.3-1) unstable; urgency=medium

  * new upstream release
  * Bump Standards-Version to 3.9.8 (no changes required)

 -- Johannes Schauer <josch@debian.org>  Wed, 12 Oct 2016 14:03:16 +0200

ocp-indent (1.5.2-2) unstable; urgency=medium

  * fix native compilation by using two separate ocamlfind calls instead of
    calling it multiple times (removing patch fix-Makefile.simple-install-cmx
    and amending fix-Makefile.simple-install-cmo-and-o)

 -- Johannes Schauer <josch@debian.org>  Sun, 31 Jan 2016 12:21:07 +0100

ocp-indent (1.5.2-1) unstable; urgency=medium

  * new upstream release
       - fixes compilation problems (closes: #812300)
  * remove patches that have been fixed upstream:
       - fix-Makefile.simple-syntax-error
       - let-Makefile.simple-respect-OCAML_HAVE_OCAMLOPT
       - remove-approx_common-from-Makefile.simple
  * install cmo and .o files into libocp-indent-lib-ocaml-dev
  * move logic for building and installing additional content from
    debian/rules to patches for Makefile.simple to allow upstreaming
    them:
       - fix-Makefile.simple-install-target
       - fix-Makefile.simple-libname
       - fix-Makefile.simple-install-ocp-indent-bin
       - fix-Makefile.simple-install-vim-emacs-indent
       - fix-Makefile.simple-clean-symlinks
       - fix-Makefile.simple-install-cmo-and-o
       - fix-Makefile.simple-install-cmx
  * add patch fixing spelling: fix-spelling

 -- Johannes Schauer <josch@debian.org>  Sun, 31 Jan 2016 10:52:52 +0100

ocp-indent (1.5-2) unstable; urgency=medium

  * add Christopher Zimmerman to d/copyright, install vim plugin in different
    path and update its usage instructions (closes: #783869)

 -- Johannes Schauer <josch@debian.org>  Tue, 09 Jun 2015 07:29:39 +0200

ocp-indent (1.5-1) unstable; urgency=medium

  * new upstream release
  * change my email in Uploaders field to josch@debian.org
  * bump Standards-Version to 3.9.6

 -- Johannes Schauer <josch@debian.org>  Wed, 29 Apr 2015 19:45:27 +0200

ocp-indent (1.4.2-1) unstable; urgency=low

  * New upstream version
  * remove Makefile.simple patch because applied upstream
  * fix syntax error introduced into Makefile.simple by new patch
       -> debian/patches/fix-Makefile.simple-syntax-error
  * remove approx_common from being required in Makefile.simple
       -> debian/patches/remove-approx_common-from-Makefile.simple
  * do not build native versions on systems without ocamlopt
       -> debian/patches/let-Makefile.simple-respect-OCAML_HAVE_OCAMLOPT
  * add dynlink and findlib to ocamlbuild invocation for ocp-indent
    executable
  * use OCAMLINIT_SED functionality of dh_ocamlinit to prefix lines in
    *.install.in files with DYN and OPT to selectively include files
  * add libfindlib-ocaml-dev to Build-Depends

 -- Johannes Schauer <j.schauer@email.de>  Sat, 13 Sep 2014 11:10:27 +0200

ocp-indent (1.4.1-2) unstable; urgency=medium

  * do not call dh_auto_clean on Makefile.simple but clean manually
    because Makefile.simple does not have a distclean target
  * Fix debian/copyright - thanks, Andreas Cadhalpun

 -- Johannes Schauer <j.schauer@email.de>  Wed, 13 Aug 2014 23:44:33 +0200

ocp-indent (1.4.1-1) unstable; urgency=medium

  * Initial release. (Closes: #735884)

 -- Johannes Schauer <j.schauer@email.de>  Sat, 18 Jan 2014 07:14:09 +0100
