irony-mode (1.4.0-1build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 23 Mar 2020 07:16:41 +0100

irony-mode (1.4.0-1) unstable; urgency=medium

  * Build against libclang-9.
  * Declare Standards-Version 4.4.1. (no changes required)

 -- Nicholas D Steeves <nsteeves@gmail.com>  Wed, 09 Oct 2019 19:04:49 -0400

irony-mode (1.3.1-3) unstable; urgency=medium

  [ Nicholas D Steeves ]
  * Switch to debhelper-compat 12.
  * Build against libclang-8.

  [ David Bremner ]
  * Team upload
  * Rebuild with quilt patches

 -- David Bremner <bremner@debian.org>  Sun, 25 Aug 2019 16:53:31 -0300

irony-mode (1.3.1-2) unstable; urgency=medium

  * Team upload.
  * Rebuild with current dh-elpa

 -- David Bremner <bremner@debian.org>  Sun, 25 Aug 2019 10:25:58 -0300

irony-mode (1.3.1-1) unstable; urgency=medium

  * New upstream release.
  * Drop all patches that are part of this upstream release:
    - 02-irony-iotask-fix-spurious-failure-of-invalid-msg-test.patch
    - 03-fix-irony.el-does-not-exists-test-when-irony-server-.patch
  * Build against libclang-7 rather than 6.0. (Closes: #912801)
  * Update the copyright years range for myself.
  * debian/control: Add "Enhances: emacs".
  * Declare Standards-Version: 4.3.0. (No changes needed)

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sun, 23 Dec 2018 19:58:29 -0700

irony-mode (1.2.0-6) unstable; urgency=medium

  * debian/elpa-test: (require 'cl), for autopkgtests.  This was not
    needed in the past when running autopkgtests in an LXC, and is still
    not needed when building locally, in an LXC or any type of chroot.  It
    is unclear why DebCI requires this now (post unversioned emacs and
    post emacsen-common 3.0.2).
  * Declare Standards-Version: 4.2.0. (No additional changes needed)
  * Enable hardening=+all dpkg-buildflags.  Possibly paranoia, but we live
    in the age of Spectre, and it might be possible for evil code to break
    out via irony-server.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sat, 11 Aug 2018 21:04:25 -0400

irony-mode (1.2.0-5) unstable; urgency=medium

  * Install upstream README.md
  * Change section to editors, which is more accurate and discoverable.
    - irony-mode is an interactive minor mode and not just a lisp library.
  * Relax debhelper dependency to allow backporting.
  * Switch Vcs from alioth to salsa.
  * Update Maintainer team name and email address.
  * Set dummy transitional package "irony-mode" to "Section: oldlibs".
  * Build against libclang-6.0 rather than 5.0. (Closes: #904277)
  * Declare Standards-Version: 4.1.5. (No additional changes needed)

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sun, 22 Jul 2018 16:55:16 -0400

irony-mode (1.2.0-4) unstable; urgency=medium

  * Drop ert-helper.el.
  * Import upstream fix for failing ert test in autopkgtest:
    - Fixes "FAILED  31/41  irony/find-server-executable/does-not-exists"
  * Switch to debhelper 11.
  * Declare compat level 11.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sun, 07 Jan 2018 18:39:00 -0500

irony-mode (1.2.0-3) unstable; urgency=medium

  * Switch to libclang-5.0-dev, now that Bug #881663 has been resolved.
  * Customise elpa-test to work around autopkgtest error.
  * Declare Standards-Version: 4.1.3. (No additional changes needed)

 -- Nicholas D Steeves <nsteeves@gmail.com>  Thu, 28 Dec 2017 16:30:05 -0500

irony-mode (1.2.0-2) unstable; urgency=medium

  * debian/control: Add Breaks and Replaces (<< 1.2.0-1) to allow clean
    upgrades. (Closes: #880900)
  * Import upstream commit to make tests pass more reliably.
    - Adds 02-irony-iotask-fix-spurious-failure-of-invalid-msg-test.patch
  * Rename fix-install-prefix to 01-fix-install-prefix.patch
  * Allow linking with either libclang-4.0-dev | libclang-5.0-dev
    Rational: libclang-5.0-dev isn't yet in a good state for
    mipsel or mips64el.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Tue, 14 Nov 2017 17:08:27 -0500

irony-mode (1.2.0-1) unstable; urgency=medium

  * Package is now maintained by Debian Emacs addons team:
    - debian/control: Change maintainer to Debian Emacs addons team.
    - debian/control: Add primary maintainer (Christoph Egger) to Uploaders,
      and add myself.
    - debian/control: Update VCS links to use new pkg-emacsen location
      rather than collab-maint.
  * New upstream version.
  * Elpafy irony-mode. (Closes: #872689):
    - debian/rules: Add --with elpa.
    - debian/control: Add dh-elpa to Build-Depends.
    - debian/control: Split package into Arch: all elpa-irony and Arch: any
      irony-server.
    - debian/control: irony-mode is now a dummy transitional package.
    - debian/control: Require debhelper >= 10.
    - debian/compat: Require compat level 10.
    - debian/rules: Drop --parallel, because it's implicit with dh 10.
    - debian/control: Change section from x11 to lisp.
    - Drop obsolete emacsen-compat, emacsen-install, emacsen-remove,
      emacsen-startup, and install.
    - Instruct dh-elpa to bytecompile and install *.el using elpa-irony.elpa.
    - Install irony-server using irony-server.install.
    - Add Testsuite: autopkgtest-pkg-elpa.
  * debian/control:
    - Declare Standards-Version: 4.1.1. (No additional changes needed)
    - Update libclang-dev Build-Depends to use libclang-5.0-dev.
      (Closes: #873410)
    - Update short description to say this is an Emacs package.
    - Add elpa-yasnippet to Suggests.
  * Generate and install man page:
    - debian/control: Add python3-docutils to Build-Depends.
    - debian/rules: Add override_dh_installman.
    - Create debian/irony-server.manpages.
  * Add DEP-3 header to debian/patches/fix-install-prefix.
  * debian/copyright:
    - Update copyright for irony-mode from L3 of irony.el.
    - Add missing copyright for irony-cdb-libclang.el
      and server/build-aux/run-clang-tidy/run-clang-tidy.py.
    - Add myself to debian/* section.
    - Add copyright-format/1.0 header.
    - Add correct paragraph separators.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Wed, 25 Oct 2017 13:49:39 -0400

irony-mode (0.2.1-1~exp1) experimental; urgency=medium

  * Team upload (collab-maint).
  * New upstream release
    - compatible with llvm 4.0

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 29 Apr 2017 13:47:43 +0200

irony-mode (0.2.0-1) unstable; urgency=medium

  * Team upload (collab-maint).
  * New upstream release.
  * Add watch file.
  * Drop llvm patch, upstream.
  * Make VCS fields in secure mode.
  * bump std-version to 3.9.8, no changes required.

  [ Tim Marston ]
  * Fix bad package autoload (Closes: #824855)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 07 Oct 2016 10:14:16 +0200

irony-mode (0.1.2-2) unstable; urgency=medium

  * Update against newer libclang (Closes: #803650)
  * Update VCS-Browser (Closes: #803649)

 -- Christoph Egger <christoph@debian.org>  Tue, 15 Mar 2016 13:46:05 +0100

irony-mode (0.1.2-1) unstable; urgency=medium

  * New upstream version
  * Add VCS

 -- Christoph Egger <christoph@debian.org>  Sat, 03 Jan 2015 18:16:58 +0100

irony-mode (0.1.1-1) unstable; urgency=medium

  * Initial release. (Closes: #741024)

 -- Christoph Egger <christoph@debian.org>  Thu, 23 Oct 2014 14:29:43 +0200
