kexec-tools (1:2.0.7-5) unstable; urgency=medium

  * Deleted the extra "-x" from "#!/bin/sh -x" in kexec-load init
    script (closes: Bug#770792)

 -- Khalid Aziz <khalid@debian.org>  Mon, 24 Nov 2014 07:35:39 -0700

kexec-tools (1:2.0.7-4) unstable; urgency=medium

  * Changed the way systemd presence is detected to make shutdown more
    reliable (closes: Bug#766338, closes: Bug#767449)

 -- Khalid Aziz <khalid@debian.org>  Mon, 03 Nov 2014 16:37:53 -0700

kexec-tools (1:2.0.7-3) unstable; urgency=medium

  * Fixed kexec-load init script so it will detect systemd
    vs initV and load kexec kernel correctly (closes: Bug#764626)
  * Added architecture ppc64el and started using dh_autoreconf
    (closes: Bug#762628)

 -- Khalid Aziz <khalid@debian.org>  Fri, 10 Oct 2014 10:14:58 -0600

kexec-tools (1:2.0.7-2) unstable; urgency=medium

  * Fix build failure on ppc (closes: Bug#754609)
  * Replaced s390 arch with s390x (closes: Bug#729451)
  * Added patch from Roland to support powerpcspe (closes: Bug#734697)
  * Added support for systemd (closes: Bug#764360, closes: Bug#699008)
  * Enhanced kexec init scripts to work with systemd as well and now
    "sudo reboot" from an X11 terminal works (closes: Bug#747119)
  * Includes upstream fix to align initrd_base address to pagesize
    (closes: Bug#756127)
  * Added Turkish translation (closes: Bug#757510)

 -- Khalid Aziz <khalid@debian.org>  Wed, 08 Oct 2014 11:01:58 -0600

kexec-tools (1:2.0.7-1) unstable; urgency=low

  * New upstream release. Refreshed patches to apply without offsets
  * Stopped passing start/stop to update-rc.d
  * Includes fix for multiboot image booting bug from upstream 
    (closes: Bug#735360)

 -- Khalid Aziz <khalid@debian.org>  Wed, 09 Jul 2014 10:44:35 -0600

kexec-tools (1:2.0.4-1) unstable; urgency=low

  * New upstream release
  * Removed crashdump_warning.patch since it is in upstream now
  * Removed update_kexec_manpage.patch since it is in upstream now
  * Updated watch file to look for more extensions that tgz and tar.gz, as 
    suggested by someone on PTS
  * Added support for parallel make (closes: Bug#727130)
  * Added support for grub2's saved_entry (closes: Bug#699007)

 -- Khalid Aziz <khalid@debian.org>  Fri, 08 Nov 2013 16:38:16 -0700

kexec-tools (1:2.0.3-4) unstable; urgency=low

  * Drop the dependency on grub2 which is not quite right 
    (closes: Bug#717953, closes: Bug#718260)

 -- Khalid Aziz <khalid@debian.org>  Mon, 29 Jul 2013 08:16:59 -0600

kexec-tools (1:2.0.3-3) unstable; urgency=low

  * Fixed kexec-load init script to parse newer grub.cfg files correctly
    (closes: Bug#714016)
  * Replaced echo in kexec init script with printf to avoid bashism
    (closes: Bug#701551)
  * Fixed the "kexec -p" failure with kernel versions of the form x.y
    (closes: Bug#708034)
  * Updated japanese translation (Thank you Victory and Japanese Debian 
    Developers) (closes: Bug#717206)
  * Added mips and mipsel to supported architectures (closes: Bug#711274)

 -- Khalid Aziz <khalid@debian.org>  Thu, 25 Jul 2013 13:57:30 -0600

kexec-tools (1:2.0.3-2) unstable; urgency=low

  * Changed the default for kexec to not be enabled, and changed the 
    priority of debconf question for enabling kexec by default to
    high (closes: Bug#638261)
  * Handle the case of a separate /boot partition (closes: Bug#687956)
  * Updated to use hardening rules
  * Added full path to the calls to kexec in init scripts to make sure 
    it works reliably.
  * Added code to clear screen before rebooting (closes: Bug#606955)

 -- Khalid Aziz <khalid@debian.org>  Sun, 13 Jan 2013 19:39:31 -0700

kexec-tools (1:2.0.3-1) unstable; urgency=low

  * New upstream release
  * Switched to dpkg-source 3.0 (quilt) format
  * Updated kexec and coldreboot man pages (closes: Bug#653197)
  * Added armhf architecture (closes: Bug#645652)

 -- Khalid Aziz <khalid@debian.org>  Tue, 31 Jan 2012 09:11:31 -0700

kexec-tools (1:2.0.2-3) unstable; urgency=low

  * Added check for link_in_boot in kernel-img.conf and update kexec
    kernel and initrd locations accordingly in kexec config file 
    (closes: Bug#577064)
  * Added a check for /boot/grub directory before asking if kexec should use
    grub config (Closes: Bug#643306)
  * Added to SH4 to supported arch and changed arch for udeb to list of 
    supported Linux platforms (closes: Bug#600778)
  * Corrected the malformed patch update_kexec_manpage.dpatch
  * Added build-arch and build-indep targets to debian/rules
  * Debconf templates and debian/control reviewed by the debian-l10n-
    english team as part of the Smith review project. Closes: #639226, #636780
  * [Debconf translation updates]
  * Slovak (Slavko).  Closes: #639305
  * Russian (Yuri Kozlov).  Closes: #637753
  * Swedish (Martin Bagge / brother).  Closes: #640049
  * French (Steve Petruzzello).  Closes: #640092
  * Czech (Miroslav Kure).  Closes: #640218
  * Danish (Joe Hansen).  Closes: #640408
  * Portuguese (Rui Branco).  Closes: #640858
  * Dutch; (Jeroen Schot).  Closes: #640989
  * Spanish; (Camaleón).  Closes: #640994
  * German (Helge Kreutzmann).  Closes: #641143

 -- Khalid Aziz <khalid@debian.org>  Tue, 11 Oct 2011 10:56:59 -0600

kexec-tools (1:2.0.2-2) unstable; urgency=low

  * Fixed the problem with --no-undefined option being used for gcc. 
    Applied Matthias's patch (closes: Bug#610517, Bug#624897) 
  * Replaced copyright info in debian/copyright with list of authors
    and ensured link to license pionts to GPLv2 (closes: Bug#485679)
  * Updated PATH in init scripts to make sure /sbin and /bin are searched 
    before other paths (closes: Bug#581219)
  * Corrected kexec man page to not say shutdown is called on kexec -e
    (closes: Bug#609462)
  * Added option to use grub configuration to load kernel (close: Bug#525356)

 -- Khalid Aziz <khalid@debian.org>  Sun, 31 Jul 2011 14:30:31 -0600

kexec-tools (1:2.0.2-1) unstable; urgency=low

  * New upstream release (closes: Bug#623814)
  * Updated watch file (closes: Bug#623813)
  * Updated URL in copyright file
  * Updated linitian overrides file to match path name for new lintian
  * Added source/lintian-overrides file to override innocuous lintian errors

 -- Khalid Aziz <khalid@debian.org>  Thu, 28 Apr 2011 13:06:41 -0600

kexec-tools (1:2.0.1-4) unstable; urgency=low

  * Fix pending l10n issues. Debconf translations:
    - Spanish (Camaleón).  Closes: #583538
    - Danish (Joe Hansen).  Closes: #599859
    - Italian (Vincenzo Campanella).  Closes: #600218

 -- Khalid Aziz <khalid@debian.org>  Mon, 18 Oct 2010 12:01:47 -0600

kexec-tools (1:2.0.1-3) unstable; urgency=low

  * Added support for building udeb (closes: Bug#591441) 
  * Updated standards version to 3.9.1

 -- Khalid Aziz <khalid@debian.org>  Mon, 09 Aug 2010 14:41:14 -0600

kexec-tools (1:2.0.1-2) unstable; urgency=low

  * Fixed kernel load failure on "armv5tel" architecture (closes: Bug#564648)
  * Added a script, coldreboot, to force a cold reboot (closes: Bug#519950)
  * Added dependency dependency upon local filesystem to ensure filesystem
    containing kexec image is not unmounted before kexec-load runs 
    (closes: Bug#578126)

 -- Khalid Aziz <khalid@debian.org>  Thu, 22 Apr 2010 16:03:31 -0600

kexecc-tools (1:2.0.1-1) unstable; urgency=low

  * New upstream version
  * Honor dpkg-preconfigure, remove /etc/default/kexec from deb package and
    remove /etc/default/kexec on package purge (closes: Bug#551919)

 -- Khalid Aziz <khalid@debian.org>  Tue, 24 Nov 2009 08:55:05 -0700

kexec-tools (1:2.0.0-2) unstable; urgency=low

  * Fixed configure script failure (closes: Bug#543081)
  * Added debian/README.source

 -- Khalid Aziz <khalid@debian.org>  Thu, 10 Sep 2009 09:34:58 -0600

kexec-tools (1:2.0.0-1) unstable; urgency=low

  * New upstream version 
  * Added note about call to shutdown by kexec -e. Also added a README.debian
    to explain automatic enablement of kexec (closes: Bug#501847)
  * Added japanese translation (closes: Bug#512870)
  * Added swedish translation (closes: Bug#503604)

 -- Khalid Aziz <khalid@debian.org>  Wed, 15 Apr 2009 16:41:45 -0600

kexec-tools (20080324-2.1) unstable; urgency=low

  * Porter NMU.
  * New dpatch, arm_build, fixes build on armel; thanks Cyril Hrubis;
    closes: #489175.
  * List arm and armel in control.

 -- Loic Minier <lool@dooz.org>  Sat, 31 Jan 2009 18:31:42 +0000

kexec-tools (20080324-2) unstable; urgency=low

  * Updated init script to check for new boolean value of LOAD_KEXEC (closes:
    Bug#479961)
  * Added french translation for debconf (closes: Bug#470921,Bug#479688)
  * Added czech translation for debconf (closes: Bug#480301)

 -- Khalid Aziz <khalid@debian.org>  Fri, 09 May 2008 12:03:29 -0600

kexec-tools (20080324-1) unstable; urgency=low

  * New upstream version
  * Fixed a typo in x86-64 makefile that causes kexec load to fail on
    amd64 (closes: Bug#473547)
  * Added a patch from upstream to enable compilation on powerpc (closes:
    Bug#477260)
  * Added portugese translation for debconf (closes: Bug#469960,Bug#478358)
  * Added german translation for debconf (closes: Bug#470499)
  * Added galician translation (closes: Bug#477940)
  * Added russian translation (closes: Bug#477983)
  * Added finnish translation (closes: Bug#477984)
  * Added vietnamese translation (closes: Bug#478221)
  * Changed debconf variable type to boolean (closes: Bug#469256)
  * Added debian/watch file (closes: Bug#474752)

 -- Khalid Aziz <khalid@debian.org>  Tue, 01 Apr 2008 09:53:50 -0600

kexec-tools (20080227-2) unstable; urgency=low

  * Fixed a bad dependency in kexec-load init script 
  * Changed the priority of debconf question to medium.

 -- Khalid Aziz <khalid@debian.org>  Mon, 03 Mar 2008 09:08:09 -0700

kexec-tools (20080227-1) unstable; urgency=low

  * New upstream version
  * Updated init scripts to remove bash'ism (closes: Bug#465000, Bug#462554)
  * Updated init scripts to add reverse dependency on umountroot 
    (closes: Bug#458983)
  * Added autofs to Required-Stop for kexec-load init script to ensure 
    a kexec load of a kernel on an automounted filesystem is successful 
    (closes: Bug#440979)
  * Changed the kexec-load init script execution order to run before autofs
    (closes: Bug#440979)
  * Added debconf options to ask user whether to enable kexec by default 
    or not
  * Updated package description in control file
  * Updated kexec man page to remove the note about lack of support for 
    compressed kernels (closes: Bug#464813)

 -- Khalid Aziz <khalid@debian.org>  Thu, 28 Feb 2008 14:19:40 -0700

kexec-tools (20070330-4) unstable; urgency=low

  * Added another condition around strip command to address build failure on
    architectures that do not generate kexec_test.static image.

 -- Khalid Aziz <khalid@debian.org>  Thu, 01 Nov 2007 14:19:13 -0600

kexec-tools (20070330-3) unstable; urgency=low

  * Made command to strip kexec_test binary conditional (closes: Bug#437251)
  * Removed mv command that caused build failure on a few architectures 
    (closes: Bug#441128)
  * Dropped powerpc and alpha architectures from supported arch list (closes:
    Bug#338846)

 -- Khalid Aziz <khalid@debian.org>  Wed, 31 Oct 2007 15:12:11 -0600

kexec-tools (20070330-2) unstable; urgency=low

  * Changed /etc/default/kexec to enable kexec reboots by default 
    (closes: Bug#426506)
  * Cleaned up unnecessary files
  * Updated LSB header in init scripts (closes: Bug#429633)
  * closes: Bug#392231 (upstream has removed the offending code)

 -- Khalid Aziz <khalid@debian.org>  Mon, 11 Jun 2007 16:03:25 -0600

kexec-tools (20070330-1) experimental; urgency=low

  * New upstream version from Simon Horman's kexec-tools-testing tree. 

 -- Khalid Aziz <khalid@debian.org>  Fri, 30 Mar 2007 09:32:27 -0600

kexec-tools (1.101-kdump10-2) unstable; urgency=low

  * Moved the install location for kexec_test to /usr/lib (closes: Bug#392395)

 -- Khalid Aziz <khalid@debian.org>  Fri, 13 Oct 2006 08:31:16 -0600

kexec-tools (1.101-kdump10-1) unstable; urgency=low

  * Applied -kdump10 patch from http://lse.sf.net/kdump
  * man page updated from -kdump10 patch (closes: Bug#344486)
  * Better error reporting for when kexec_load fails on x86_64 (closes:
    Bug#385611)
  * Fixed a typo in x86_64 code (closes: Bug#385611)
  * Improved init scripts
  * Update architecture list in control file with the supported architectures
    only (closes: Bug#338846)

 -- Khalid Aziz <khalid@debian.org>  Mon, 09 Oct 2006 14:58:48 -0600

kexec-tools (1.101-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Add support for init scripts (Closes: #387599, #378880, #344489)
  * Bumped Standards Version

 -- Julien Danjou <acid@debian.org>  Mon,  2 Oct 2006 14:42:42 +0200

kexec-tools (1.101-2) unstable; urgency=low

  * Fixed build failures (closes: Bug#327639, Bug#327715)

 -- Khalid Aziz <khalid@debian.org>  Thu, 15 Sep 2005 08:57:43 -0600

kexec-tools (1.101-1) unstable; urgency=low

  * Initial release (closes: Bug#320202, Bug#318881)

 -- Khalid Aziz <khalid@debian.org>  Fri, 09 Sep 2005 14:06:19 -0600

