donkey (1.0.2-1) unstable; urgency=medium

  * Bump the year on my debian/* copyright notice.
  * Bring up to compliance with Debian Policy 4.1.3:
    - change the package priority from "extra" to "optional"
  * Remove trailing whitespace in old changelog entries.
  * Add "Rules-Requires-Root: no" to the source control stanza and
    override the upstream Makefile's install(1) invocations.
  * Bump the debhelper compatibility level to 11 with no changes.
  * New upstream release: fix a mostly harmless GCC 7 warning.

 -- Peter Pentchev <roam@ringlet.net>  Wed, 10 Jan 2018 14:45:35 +0200

donkey (1.0.1-1) unstable; urgency=medium

  * Switch various upstream and Debian URLs to the HTTPS scheme.
  * Remove an obsolete exported variable from the rules file.
  * Depend on debhelper 10 now that it's even in jessie-backports.
  * Switch back to pgpsigurlmangle in the watch file; pgpmode=auto will
    not detect a missing upstream signature file.
  * Use the v4 substitution variables in the watch file.
  * New upstream release.

 -- Peter Pentchev <roam@ringlet.net>  Tue, 15 Nov 2016 16:39:43 +0200

donkey (1.0.0-1) unstable; urgency=medium

  * Declare compliance with Debian Policy 3.9.8 with no changes.
  * Fix a spelling error in the 0.5-21 changelog entry.
  * Point the Vcs-* fields in the control file and Repository fields in
    the upstream metadata file to my full-source GitLab repository.
  * Update the metadata Bug-Submit field to make it a mailto: URL.
  * Give the "other" licenses in the copyright file unique names and
    bump the year on my debian/* copyright notice.
  * Update the watch file to version 4 and add pgpmode=auto to let uscan
    discover the PGP signature by itself.
  * New upstream release:
    - drop all the patches and the donkey.1 manual page, integrated upstream
    - remove the debian/* files to create the directories and install
      the manual page.
    - don't pass the installation directory any longer
    - add libmd-dev or libssl-dev as build dependencies
    - update the upstream copyright information
    - let the watch file look for *.tar.xz, too
  * Bump the debhelper compatibility level to 10:
    - dh-autoreconf and --parallel are the defaults now
    - override the Lintian debhelper version warning as it itself suggests

 -- Peter Pentchev <roam@ringlet.net>  Mon, 18 Apr 2016 12:06:58 +0300

donkey (0.5-21) unstable; urgency=medium

  * Bump Standards-Version to 3.9.6 with no changes.
  * Add the debian/upstream/metadata file.
  * Add Multi-Arch: foreign to the binary package.
  * Get the build flags directly from debhelper 9 and use dh_auto_*
    properly, specifying our custom build directory.  Thus, drop
    the versioned build dependency on dpkg-dev for dpkg-buildflags.
  * Add --parallel to the debhelper invocation (not that it matters a lot).
  * Do not use the upstream "setup" script, just build in src/.
  * Use dh-autoreconf and add the 03-autoreconf patch.
  * Let uscan verify upstream's signature against my own key.
  * Rephrase some sentences in the package's long description and
    in the debian/donkey.1 manual page.
  * Drop the README.Debian file - it merely repeats the long description.
  * Drop the source compression options; dpkg-dev's defaults are good enough.
  * Do not automatically build with -Werror, only if requested.

 -- Peter Pentchev <roam@ringlet.net>  Fri, 24 Oct 2014 11:14:34 +0300

donkey (0.5-20) unstable; urgency=low

  * Point the homepage and the watch file to the new devel.ringlet.net
    homepage.
  * Build with large file support; there are actually no function calls
    that use a file size or offset at all.
  * Bump Standards-Version to 3.9.4 with no changes.
  * Bump the debhelper compatibility level to 9 with no changes.
  * Update the copyright file's header to copyright-format/1.0 and bump
    the year of my copyright notice.
  * Drop hardening-includes, use dpkg-dev 1.16.1+ for hardening.
  * Switch the source compression to xz, not that it really matters.

 -- Peter Pentchev <roam@ringlet.net>  Thu, 12 Sep 2013 12:46:24 +0300

donkey (0.5-19) unstable; urgency=low

  * Remove the -fPIE exception for mips/mipsel now that #532821 is fixed.
  * Bump Standards-Version to 3.9.1 with no changes.
  * Convert to the 3.0 (quilt) format with bzip2 compression.
  * Do not install the 00install file.
  * Add the 02-build-flags patch to honor CPPFLAGS and LDFLAGS.
  * Use dpkg-buildflags from dpkg-dev 1.15.7 to obtain the default values
    for CFLAGS, CPPFLAGS, and LDFLAGS.
  * Refresh the copyright file:
    - update it to the latest DEP 5 candidate format
    - bump the year on my copyright notice
    - since parts of donkey are licensed under GPL-2 (no later versions),
      add a GPL-2 license stanza
    - relicense debian/* under GPL-2+
  * Add a DEP 3 header to the 01-warnings patch.
  * Switch to Git and point the Vcs-* fields to Gitorious.
  * Turn the build hardening on by default unless the "nohardening" build
    option is specified.
  * Use hardening-includes instead of hardening-wrapper so that
    the hardened flags are visible in CFLAGS and LDFLAGS.
  * Bump the debhelper compatibility level to 8 with no changes.
  * Build with -Werror by default unless the "nowerror" build option is
    specified.

 -- Peter Pentchev <roam@ringlet.net>  Tue, 01 Mar 2011 12:41:57 +0200

donkey (0.5-18) unstable; urgency=low

  * New maintainer.  Closes: #541053
  * Fix a FTBFS on GNU/kFreeBSD.  Closes: #414341
  * Properly clean up the object directory as also suggested by
    Cyril Brulebois in #414341.
  * Add the Vcs-Svn and Vcs-Browser control fields.
  * Add a watch file.
  * Escape several minus signs in the manual page.
  * Remove the dot at the end of the short description.
  * Specify a debhelper compatibility version of 7:
    - create the debian/compat file
    - install into debian/donkey instead of debian/tmp
    - version the debhelper build dependency
    - add ${misc:Depends} to the binary package
    - minimize the rules file using override targets
  * Bump Standards-Version from 3.2.1 to 3.8.3 with no changes.
  * Add all copyright holders to the copyright file and convert it to
    the DEP 5 format.
  * Silence a couple of compiler warnings with a quilt patch and
    a README.source file to note the use of quilt.
  * Use the build hardening wrapper if the "hardening" option is
    specified in DEB_BUILD_OPTIONS.
  * Remove the trailing whitespace in the long description and reflow it
    to 76 characters per line, as suggested by Kartik Mistry.

 -- Peter Pentchev <roam@ringlet.net>  Sat, 22 Aug 2009 15:17:21 +0300

donkey (0.5-17) unstable; urgency=low

  * fix typo in description, closes: Bug#171372

 -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 26 Feb 2003 02:57:42 +0900

donkey (0.5-16) unstable; urgency=low

  * fix donkey.1: whatis parse for donkey(1) failed
    closes: Bug#101104

 -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 19 Jun 2001 23:05:49 +0900

donkey (0.5-15) unstable; urgency=low

  * priority: extra

 -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 29 Apr 2001 04:13:03 +0900

donkey (0.5-14) unstable; urgency=low

  * fix build problem,
    mkdir obj should be in build time (by user), not clean time (by root)
    closes: Bug#95641

 -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 29 Apr 2001 01:54:55 +0900

donkey (0.5-13) unstable; urgency=low

  * fix manpages referring to /usr/doc/donkey.
    it should be /usr/share/doc/donkey
    closes: Bug#95359

 -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 27 Apr 2001 14:10:16 +0900

donkey (0.5-12) unstable; urgency=low

  * adapt new policy
  * add Build-Depends:

 -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 12 Jan 2001 17:09:19 +0900

donkey (0.5-11) unstable; urgency=low

  * fix FSSTND-dir-in-usr

 -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat,  9 Oct 1999 02:54:57 +0900

donkey (0.5-10) unstable; urgency=low

  * Initial Debian release (from JP archives)

 -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 19 Aug 1999 03:08:56 +0900

donkey (0.5-9) unstable frozen; urgency=low

  * lintian error fix

 -- araki yasuhiro <yasu@debian.or.jp>  Tue, 24 Nov 1998 17:18:47 +0900

donkey (0.5-8) unstable frozen; urgency=low

  * lintian error fix

 -- araki yasuhiro <yasu@debian.or.jp>  Tue, 24 Nov 1998 17:07:53 +0900

donkey (0.5-7) unstable; urgency=low

  * fix packaging (not debian native package)

 -- araki yasuhiro <yasu@debian.or.jp>  Tue,  1 Sep 1998 18:24:09 +0900

donkey (0.5-6) unstable; urgency=low

  * Architecture fix i386 to any

 -- araki yasuhiro <yasu@debian.or.jp>  Tue, 25 Aug 1998 14:34:33 +0900

donkey (0.5-5) unstable; urgency=low

  * fix changelog-file-not-compressed
  * fix description-starts-with-package-name
  * fix manual page

 -- araki yasuhiro <yasu@debian.or.jp>  Mon, 15 Jun 1998 13:54:58 +0900

donkey (0.5-4) unstable; urgency=low

  * libc6 first release
  * maintenaer e-mail change

 -- araki yasuhiro <yasu@debian.or.jp>  Fri, 15 May 1998 00:32:58 +0900

donkey (0.5-3) bo-jp hamm-jp; urgency=low

  * distribution change
  * README update. some tips add.

 -- araki yasuhiro <yasuhi-a@is.aist-nara.ac.jp>  Sat, 23 Aug 1997 19:15:09 +0900

donkey (0.5-2) unstable; urgency=low

  * Independ kernel version
  * section change to net

 -- araki yasuhiro <yasuhi-a@is.aist-nara.ac.jp>  Sat, 23 Aug 1997 17:37:53 +0900

donkey (0.5-1) unstable; urgency=low

  * Initial Release.

 -- araki yasuhiro <yasuhi-a@is.aist-nara.ac.jp>  Sun, 8 Jun 1997 16:04:05 +0900


