epix (1.2.22-2) unstable; urgency=medium

  * Update d/watch file for new upstream website location
  * Upgrade standards-version (no changes required)

 -- Julian Gilbey <jdg@debian.org>  Thu, 24 Aug 2023 17:04:52 +0100

epix (1.2.22-1) unstable; urgency=medium

  * New upstream version
  * Remove all Debian patches as no longer needed

 -- Julian Gilbey <jdg@debian.org>  Wed, 18 May 2022 08:47:28 +0100

epix (1.2.21-2) unstable; urgency=medium

  * Change Rules-Requires-Root to "no"

 -- Julian Gilbey <jdg@debian.org>  Tue, 25 Jan 2022 09:13:41 +0000

epix (1.2.21-1) unstable; urgency=medium

  * New upstream version
  * Fix lots of lintian-reported issues

 -- Julian Gilbey <jdg@debian.org>  Mon, 24 Jan 2022 19:20:30 +0000

epix (1.2.19-2) unstable; urgency=medium

  * Remove old debian/epix.emacsen-* files which prevented dh-elpa from
    working correctly (Closes: #987258)
  * Force configure to use /bin/bash for bash, otherwise building on
    systems with /bin being a symlink to /usr/bin leads to scripts with
    the incompatible /usr/bin/bash as their interpreter
  * Remove now-empty directory usr/share/emacs/site-lisp/epix from
    debian/epix.dirs

 -- Julian Gilbey <jdg@debian.org>  Tue, 20 Apr 2021 17:54:01 +0100

epix (1.2.19-1) unstable; urgency=medium

  * New upstream release
  * Switch to debhelper-compat 12 and use dh-elpa
  * Update standards-version to 4.5.0

 -- Julian Gilbey <jdg@debian.org>  Thu, 02 Apr 2020 22:57:19 +0100

epix (1.2.18-1) unstable; urgency=medium

  * New upstream release

 -- Julian Gilbey <jdg@debian.org>  Sun, 17 Sep 2017 23:56:20 +0100

epix (1.2.17-2) unstable; urgency=medium

  * Fix epix.el target, with thanks to Danilo Alves (closes: #871736)

 -- Julian Gilbey <jdg@debian.org>  Wed, 16 Aug 2017 15:52:56 +0100

epix (1.2.17-1) unstable; urgency=medium

  * New upstream release
  * Include texlive-font-utils recommendation
  * Update to debhelper 10
  * Follow current emacsen policy

 -- Julian Gilbey <jdg@debian.org>  Tue, 25 Jul 2017 21:36:14 +0100

epix (1.2.16-4) unstable; urgency=medium

  * Remove dependency on no-longer-existing package latex-xcolor; this is
    now subsumed in texlive-latex-recommended (closes: #865243)

 -- Julian Gilbey <jdg@debian.org>  Tue, 20 Jun 2017 07:52:23 +0100

epix (1.2.16-3) unstable; urgency=medium

  * Don't manually delete /etc/bash_completion.d/epix in postinst (part of
    Bug#825284, overlooked in -2)

 -- Julian Gilbey <jdg@debian.org>  Wed, 25 May 2016 21:06:53 +0100

epix (1.2.16-2) unstable; urgency=medium

  * Fix removal of /etc/bash_completion.d/epix conffile (thanks to Andrea
    Beckmann) (Closes: #825284)

 -- Julian Gilbey <jdg@debian.org>  Wed, 25 May 2016 15:35:10 +0100

epix (1.2.16-1) unstable; urgency=medium

  * New upstream release
  * Bump standards version to 3.9.8
  * Move bash completions to /usr/share/bash-completion/completions
  * Have non-timestamped zip files for ReproducibleBuilds

 -- Julian Gilbey <jdg@debian.org>  Sun, 22 May 2016 21:00:22 +0100

epix (1.2.15-1) unstable; urgency=low

  * New upstream release

 -- Julian Gilbey <jdg@debian.org>  Sun, 23 Aug 2015 11:02:38 +0100

epix (1.2.14-1) unstable; urgency=medium

  * New upstream release

 -- Julian Gilbey <jdg@debian.org>  Thu, 15 May 2014 20:46:43 +0100

epix (1.2.13-1) unstable; urgency=low

  * New upstream release
  * No longer hard-code /dev/stderr in shell script (Closes: #720840)
  * Migrate to dh $@ type debian/rules; this should give
    essentially-identical results to the old version, though the library
    is now installed in the correct architecture-specific directory.

 -- Julian Gilbey <jdg@debian.org>  Mon, 14 Oct 2013 14:09:59 +0100

epix (1.2.12-1) unstable; urgency=low

  * New upstream release

 -- Julian Gilbey <jdg@debian.org>  Fri, 02 Aug 2013 00:53:48 +0100

epix (1.2.11-3) unstable; urgency=low

  * Depend on texlive-pstricks (>= 2013.20130722), which forces a
    dependency on pgf (Closes: #712329)
  * Update Standards-Version

 -- Julian Gilbey <jdg@debian.org>  Thu, 01 Aug 2013 00:39:39 +0100

epix (1.2.11-2) unstable; urgency=low

  * Remove the redirections to /dev/null from the documention build
    makefile, so that errors can be tracked (see bug#712329)

 -- Julian Gilbey <jdg@debian.org>  Wed, 10 Jul 2013 17:26:04 +0100

epix (1.2.11-1) unstable; urgency=low

  * New upstream release
  * Now builds with makeinfo 5.0 (Closes: #712329)

 -- Julian Gilbey <jdg@debian.org>  Tue, 09 Jul 2013 22:35:23 +0100

epix (1.2.10-1) unstable; urgency=low

  * New upstream release, incorporating all of the changes in 1.2.9-2
  * Offer graphicsmagick-imagemagick-compat as an alternative to
    imagemagick

 -- Julian Gilbey <jdg@debian.org>  Mon, 02 Apr 2012 09:18:00 +0100

epix (1.2.9-2) unstable; urgency=low

  * Fix "FTBFS: latex fails": modify hyperref options to distinguish
    whether pdftex or tex is the underlying engine, and remove unknown
    hyperref option (Closes: #666361)
  * Updated to standards-version 3.9.3
  * Fixed Automake build failures at the same time
  * Force the automake files to be regenerated (clean target didn't delete
    the configure file - oops!)

 -- Julian Gilbey <jdg@debian.org>  Sun, 01 Apr 2012 12:18:12 +0100

epix (1.2.9-1) unstable; urgency=low

  * New upstream release
  * Remove old epix1 transitional package; epix is now in stable

 -- Julian Gilbey <jdg@debian.org>  Thu, 11 Aug 2011 21:49:58 +0100

epix (1.2.6-3) unstable; urgency=low

  * Update debian/copyright file to refer to GPL2+ instead of plain GPL
    (Thanks to Torsten Werner for spotting this!)

 -- Julian Gilbey <jdg@debian.org>  Sun, 03 Jan 2010 12:20:54 +0000

epix (1.2.6-2) unstable; urgency=low

  * Move to source format 3.0 (quilt)
  * Rename package as epix; epix2 is "officially dead", so P-C-R fields in
    control file and dummy package as well
  * Package needs to depend on c++-compiler; I should have spotted this
    ages ago!

 -- Julian Gilbey <jdg@debian.org>  Wed, 30 Dec 2009 12:38:25 +0000

epix1 (1.2.6-1) unstable; urgency=low

  * New upstream release
  * Fix (Build-)Depends lines to depend on ghostscript rather than gs
    (Closes: #539653)
  * Fix regex in epix1.el elisp start file to match \.xp$ rather than \.xp
    etc. (Closes: #513744)
  * Upgrade standards-version
  * Regenerate all autoconf and automake files during the build

 -- Julian Gilbey <jdg@debian.org>  Mon, 26 Oct 2009 18:02:06 +0000

epix1 (1.2.4-2) unstable; urgency=low

  * Build-Depends on texinfo (oops!) (Closes: #470723)

 -- Julian Gilbey <jdg@debian.org>  Thu, 13 Mar 2008 12:18:47 +0000

epix1 (1.2.4-1) unstable; urgency=low

  * New upstream release
  * Fix GCC-4.3 #include bugs (Closes: #455175)

 -- Julian Gilbey <jdg@debian.org>  Wed, 12 Mar 2008 07:14:02 +0000

epix1 (1.0.24-1) unstable; urgency=low

  * New upstream release
  * Support texlive as well as tetex (although some options such as laps
    --ps do not work with texlive) (Closes: #403468)

 -- Julian Gilbey <jdg@debian.org>  Sun, 15 Apr 2007 22:36:59 +0100

epix1 (1.0.19-1) unstable; urgency=low

  * New upstream release

 -- Julian Gilbey <jdg@debian.org>  Tue, 24 Oct 2006 21:13:37 +0100

epix1 (1.0.18-1) unstable; urgency=low

  * New upstream release

 -- Julian Gilbey <jdg@debian.org>  Mon, 23 Oct 2006 16:59:49 +0100

epix1 (1.0.17-1) unstable; urgency=low

  * New upstream release

 -- Julian Gilbey <jdg@debian.org>  Thu, 19 Oct 2006 01:01:02 +0100

epix1 (1.0.15-1) unstable; urgency=low

  * New upstream release

 -- Julian Gilbey <jdg@debian.org>  Wed, 11 Oct 2006 20:26:22 +0100

epix1 (1.0.11-1) unstable; urgency=low

  * New upstream release

 -- Julian Gilbey <jdg@debian.org>  Mon, 28 Aug 2006 20:55:58 +0100

epix1 (1.0.8-2) unstable; urgency=low

  * Fix update-alternatives symlink loop (Closes: #381139)

 -- Julian Gilbey <jdg@debian.org>  Wed,  2 Aug 2006 17:10:47 +0100

epix1 (1.0.8-1) unstable; urgency=low

  * Initial release (Closes: #336481)

 -- Julian Gilbey <jdg@debian.org>  Thu, 16 Mar 2006 21:24:38 +0000
