hexer (0.1.8-1) unstable; urgency=medium

  * Acknowledge the NMU; thanks, Thibaut and Luca!
  * Switch to debhelper 9:
    - get the dpkg-buildflags information from debhelper, drop the build
      dependency on dpkg-dev
    - get the hardening flags from debhelper, drop the build dependency
      on hardening-includes
    - append -DBSD to CPPFLAGS, not CFLAGS
  * Add --as-needed to the linker flags so that hexer is not needlessly
    linked against libncurses when it only seems to need libtinfo.
  * Update the copyright file:
    - bring it up to the final version of the 1.0 format specification
    - add the header License field
    - bump my Debian packaging copyright year
  * Remove the obsolete DM-Upload-Allowed source control field.
  * Bump Standards-Version to 3.9.6 with no changes.
  * Do not install the README file; it documents the installation only.
    Thus, drop the debian/docs file.
  * Drop the source compression options; dpkg-dev's defaults are good enough.
  * Let the watch file look for *.tar.bz2 release tarballs.
  * Add the upstream PGP public key (mine) and let uscan verify the signature.
  * New upstream version:
    - drop the negative_size patch, applied upstream
    - drop the debian/dirs file, directory creation is handled upstream now
    - update the upstream copyright years
  * Add the 01-pager patch to allow the default pager program to be
    overridden at build time and set it to "pager" in debian/rules.

 -- Peter Pentchev <roam@ringlet.net>  Thu, 25 Sep 2014 14:48:11 +0300

hexer (0.1.7-1.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Thibaut Girka ]
  * debian/patches/negative_size.patch:
    - Fix crash when attempting to delete an half-byte while in insert
      or replace mode (Closes: #655470).

 -- Luca Falavigna <dktrkranz@debian.org>  Sun, 05 Aug 2012 20:28:16 +0200

hexer (0.1.7-1) unstable; urgency=low

  * New upstream release:
    - fix searching for octets > 127.  Closes: #633508
  * Depend on the unversioned libncurses-dev virtual package.
  * Bump Standards-Version to 3.9.2 with no changes.
  * Update the copyright file to the latest DEP 5 candidate format and
    fix the DEP 5 URL after the Alioth migration.
  * Specify Multi-Arch: foreign for the binary package.

 -- Peter Pentchev <roam@ringlet.net>  Wed, 13 Jul 2011 22:55:48 +0300

hexer (0.1.6-2) unstable; urgency=low

  * Update the copyright file to the latest DEP 5 candidate format and
    bump the year on my copyright notice.
  * Remove the leading article from the short description.
  * Upload to unstable.

 -- Peter Pentchev <roam@ringlet.net>  Tue, 01 Mar 2011 15:13:25 +0200

hexer (0.1.6-1) experimental; urgency=low

  * New upstream release.
  * Use build hardening by default unless the "nohardening" build option
    is specified, and use hardening-includes instead of the hardening-wrapper
    so the hardened flags are visible in CFLAGS and LDFLAGS.
  * Bump the debhelper compatibility level to 8 with no changes.

 -- Peter Pentchev <roam@ringlet.net>  Wed, 29 Dec 2010 13:24:19 +0200

hexer (0.1.5-3) unstable; urgency=low

  * Fix the FTBFS on GNU/kFreeBSD.
  * Convert several shell output assignments from = to :=
  * Switch to bzip2 compression for the Debian tarball.
  * Switch to Git and point the Vcs-* fields to Gitorious.

 -- Peter Pentchev <roam@ringlet.net>  Sat, 16 Oct 2010 15:45:53 +0300

hexer (0.1.5-2) unstable; urgency=low

  * Bump Standards-Version to 3.9.1 with no changes.
  * Convert to the 3.0 (quilt) source format with no changes.
  * Use dpkg-buildflags from dpkg-dev 1.15.7 to get the default values for
    CFLAGS, CPPFLAGS, and LDFLAGS.
  * Update the copyright file to the latest DEP 5 format and bump the year
    on my copyright notice.
  * Shorten the Vcs-Browser URL.

 -- Peter Pentchev <roam@ringlet.net>  Tue, 27 Jul 2010 13:00:19 +0300

hexer (0.1.5-1) unstable; urgency=low

  * New upstream release:
    - I adopted the upstream package, too
    - all the patches were integrated upstream
    - the installation directories need to be passed in the environment
    - lots of cleanup
    - fix a crash due to abuse of the v*printf() routines (Closes: #540571)
  * No longer use quilt, drop the README.source file.
  * Add a Homepage field now that I'm providing one :)
  * Use the build hardening wrapper if the "hardening" option is enabled.
  * Bump Standards-Version to 3.8.3 with no changes.
  * Point the watch file and the copyright file to the new upstream page.
  * Update the copyright file.
  * Use the DEP 5 format for the copyright file header.

 -- Peter Pentchev <roam@ringlet.net>  Fri, 04 Sep 2009 14:46:46 +0300

hexer (0.1.4c-3) unstable; urgency=low

  * New maintainer.  Closes: #520635
  * Use quilt for patch management.
  * Drop the README patch; with all due respect to Peter Mathiasson,
    in my humble opinion this information is addressed to developers,
    not end-users, and thus belongs right here, in the Debian changelog
    instead.
  * Add a watch file.
  * Fix up the manual page a bit:
    - use .\" instead of ./" for comments
    - properly use hyphens instead of minus-signs
  * Flesh out the long description with a list of hexer features.
  * Unbreak the "comment" and "argument" words in the help text to
    avoid spellcheck warnings from lintian.
  * Add the Vcs-Svn and Vcs-Browser fields.
  * Bump the debhelper compatibility version to 7:
    - add misc:Depends to the binary package
    - minimize the rules file
  * Bump Standards-Version to 3.8.1:
    - replace Apps with Applications in the menu section
    - honor the "nostrip" build option; Closes: #437160
    - override the compiler program and flags so the "noopt" build option
      is also honored
    - add the README.source file mentioning the use of quilt
  * Convert the copyright file to the machine-parseable format and
    add my copyright notice on the Debian packaging.
  * Build with -Werror if "werror" is specified in DEB_BUILD_OPTIONS.
  * Fix some compiler warnings.
  * Quote the "needs" and "section" menu file fields and install the file.

 -- Peter Pentchev <roam@ringlet.net>  Fri, 03 Apr 2009 14:10:28 +0300

hexer (0.1.4c-2) unstable; urgency=low

  * Removed use of obsoleted symbols sys_errlist and sys_nerr.
  * Fixed bug in bin2c; getopt returns an int, not a char.

 -- Peter Mathiasson <peterm@debian.org>  Thu, 19 Jun 2003 09:48:34 +0200

hexer (0.1.4c-1) unstable; urgency=low

  * Initial Release.

 -- Peter Mathiasson <peterm@debian.org>  Mon,  9 Jun 2003 12:42:29 +0200