zip (3.0-11) unstable; urgency=medium

  * Ship a debian/copyright file in source package instead of generating
    it a build time. Closes: #795569.

 -- Santiago Vila <sanvila@debian.org>  Sun, 16 Aug 2015 23:38:04 +0200

zip (3.0-10) unstable; urgency=medium

  * Remove build date embedded in binary to make the build reproducible.
    One should really look at jenkins.debian.net. Closes: #779042.

 -- Santiago Vila <sanvila@debian.org>  Sun, 17 May 2015 15:35:52 +0200

zip (3.0-9) unstable; urgency=medium

  * Switch to dh. Package should now build reproducibly. Closes: #779042.

 -- Santiago Vila <sanvila@debian.org>  Sun, 17 May 2015 12:41:32 +0200

zip (3.0-8) unstable; urgency=low

  * Dropped copyright sentence saying zcrypt was in the public domain.
    The whole zip package is now under Info-ZIP license.
  * Added recommended targets build-arch and build-indep.
  * Dropped obsolete Conflicts and Replaces on zip-crypt, for which
    the last version was a dummy transitional package.
  * The copyright file is generated from copyright.in at build time.
    Added lintian override for no-debian-copyright.

 -- Santiago Vila <sanvila@debian.org>  Mon, 14 Oct 2013 18:51:24 +0200

zip (3.0-7) unstable; urgency=low

  * Use the right strip command when cross-building. Closes: #695429.

 -- Santiago Vila <sanvila@debian.org>  Sun, 24 Feb 2013 17:12:14 +0100

zip (3.0-6) unstable; urgency=low

  * Added Multi-Arch: foreign.

 -- Santiago Vila <sanvila@debian.org>  Sat, 30 Jun 2012 14:20:38 +0200

zip (3.0-5) unstable; urgency=low

  * Build with hardening flags. Closes: #673476.

 -- Santiago Vila <sanvila@debian.org>  Mon, 21 May 2012 19:17:26 +0200

zip (3.0-4) unstable; urgency=low

  * zipnote.c: Close `in_file' instead of undefined file `x'.
    Should make zipnote to work again. Closes: #628594.

 -- Santiago Vila <sanvila@debian.org>  Thu, 09 Jun 2011 15:30:08 +0200

zip (3.0-3) unstable; urgency=low

  * Added homepage field to control file.
  * Switch to 3.0 (quilt) source format.
  * Support cross-build.

 -- Santiago Vila <sanvila@debian.org>  Sun, 21 Feb 2010 17:08:02 +0100

zip (3.0-2) unstable; urgency=low

  * Fixed two manpage spelling errors (lintian warning).
  * Mark old changelog entries as such (lintian warning).
  * Remove .comment section from executables (lintian warning).
  * Added stack markings to avoid executable stack. Closes: #528280.
  * Added bzip2 support. Use "-Z bzip2" on the command line to enable it.

 -- Santiago Vila <sanvila@debian.org>  Mon, 08 Feb 2010 17:51:18 +0100

zip (3.0-1) unstable; urgency=low

  * New upstream release. Closes: #496986, #520562.
  * This release has large file support. Closes: #308345.
  * zipcloak, zipnote and zipsplit have now manpages. Closes: #411828.
  * Warning: If you use any of the new features, you might need unzip 6.0
    (not released yet) for unzipping. You have been warned.

 -- Santiago Vila <sanvila@debian.org>  Sat, 11 Apr 2009 20:27:34 +0200

zip (2.32-1) unstable; urgency=low

  * New upstream release.
  * Changed unix/configure to not break DEB_BUILD_OPTIONS.

 -- Santiago Vila <sanvila@debian.org>  Thu,  6 Jul 2006 18:53:40 +0200

zip (2.31-3) unstable; urgency=low

  * Put manpages in section 1, not 1L (Closes: #308045).
  * Fixed another typo (Closes: #309877).

 -- Santiago Vila <sanvila@debian.org>  Wed, 25 May 2005 16:03:26 +0200

zip (2.31-2) unstable; urgency=low

  * Fixed manpage typo (Closes: #301914).

 -- Santiago Vila <sanvila@debian.org>  Sun, 24 Apr 2005 19:23:48 +0200

zip (2.31-1) unstable; urgency=low

  * New upstream release.

 -- Santiago Vila <sanvila@debian.org>  Wed, 23 Mar 2005 20:12:12 +0100

zip (2.30-8) unstable; urgency=medium

  * Applied patch for Bug#279867 (CAN-2004-1010) by Greg Roelofs.
    Based on the patch by Josh Bressers, this one actually makes long
    filenames to be supported, as the string `name' is now allocated
    dynamically.

 -- Santiago Vila <sanvila@debian.org>  Mon, 15 Nov 2004 17:06:32 +0100

zip (2.30-7) unstable; urgency=medium

  * Fixed buffer overflow in unix.c, which happens when creating archives
    with very long file names (Closes: #279867). This is CAN-2004-1010.
    Patch by Martin Pitt, gives an error if len >= FNMAX. Thanks a lot.

 -- Santiago Vila <sanvila@debian.org>  Wed, 10 Nov 2004 19:10:28 +0100

zip (2.30-6) unstable; urgency=low

  * Removed doc symlinks.
  * Check for strchr using -fno-builtin to make gcc happy.
  * Added DEB_BUILD_OPTIONS support for noopt, dropped debug.

 -- Santiago Vila <sanvila@debian.org>  Sun, 24 Aug 2003 13:26:10 +0200

zip (2.30-5) unstable; urgency=low

  * Moved from non-US/main to main. Section: utils.

 -- Santiago Vila <sanvila@debian.org>  Sun, 24 Mar 2002 15:56:28 +0100

zip (2.30-4) unstable; urgency=low

  * Added support for DEB_BUILD_OPTIONS.
  * Updated upstream URL in copyright file.

 -- Santiago Vila <sanvila@debian.org>  Sun, 11 Nov 2001 16:19:30 +0100

zip (2.30-3) unstable; urgency=low

  * Added encryption support, moved to non-US/main.
  * Install man symlinks for zipnote, zipsplit and zipcloak, following
    clarified policy about this (Closes: #99575).
  * Modified unix/unix.c to compile under gcc-3.0/glibc-2.2 where printf
    is now a macro (Closes: #99659). Patch by Matthew Wilcox, modified
    later by Christian Spieler.
  * Removed some redundant bits from extended description.
  * Conflicts and Replaces are now versioned.
  * Recommends: unzip again.

 -- Santiago Vila <sanvila@debian.org>  Mon, 18 Jun 2001 17:37:32 +0200

zip (2.30-2) unstable; urgency=low

  * Updated upstream URL in copyright file.

 -- Santiago Vila <sanvila@debian.org>  Mon,  1 Jan 2001 18:09:38 +0100

zip (2.30-1) unstable; urgency=low

  * New upstream release.
  * Standards-Version: 3.1.1.
  * Removed Recommends: unzip.
  * Fixed URL location in copyright file.
  * Moved to main. License is now DFSG-compliant.
  * copyright file generated from `LICENSE' file.

 -- Santiago Vila <sanvila@ctv.es>  Wed, 12 Jan 2000 13:22:41 +0100

zip (2.20-3) unstable; urgency=low

  * copyright file is not generated from README anymore (Bug #35019).
    The result was not completely appropriate for a copyright file.
  * Removed `email-from-greg' file, since it did not have any real value.

 -- Santiago Vila <sanvila@ctv.es>  Sun,  4 Apr 1999 00:31:55 +0200

zip (2.20-2) unstable; urgency=low

  * Conflicts: zip-crypt, Replaces: zip-crypt.

 -- Santiago Vila <sanvila@ctv.es>  Wed,  3 Dec 1997 17:46:34 +0100

zip (2.20-1) unstable; urgency=low

  * `copyright' file is generated from README automatically.
  * New upstream release, using pristine source.
  * Distribution unstable, Section non-free.
  * build is no longer a PHONY target.
  * Added WHATSNEW to /usr/doc/zip.
  * First libc6 release.
  * Added md5sums.

 -- Santiago Vila <sanvila@ctv.es>  Tue,  4 Nov 1997 20:54:11 +0100

zip (2.10-4) unstable; urgency=low

  * Simplified debian/rules a little bit.
  * Changed section from `misc' to `utils'.
  * Removed spurious symlinks for zipsplit and zipnote. If some automated
    bug reporting program complains, it's a bug in the automated reporting
    program, not our fault.
  * Copied `history' as is. Added the symlink changelog -> history.
  * Added TODO to /usr/doc/zip.
  * New maintainer.

 -- Santiago Vila <sanvila@ctv.es>  Sun, 16 Feb 1997 19:05:35 +0100

zip (2.10-3) unstable; urgency=low

  * removed zipcloak from the distribution (no encryption)
  * added symlinks to zip.1.gz for zipsplit and zipnote. Useless - man
    picks it up even without symlinks - but it'll at least stop automated
    bug reports complaining about the "lack".
  * renamed the Debian changelog
  * installed the upstream changelog
  * gzipped the copyright notice

 -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au>  Wed, 8 Jan 1996 19:39:00 +1100

zip (2.10-2) unstable; urgency=low

  * New Debian revision: I uploaded the wrong copy of zip_2.10-1. Oops.

 -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au>  Sat, 16 Nov 1996 18:17:00 +1100

zip (2.10-1) unstable; urgency=low

  * New upstream version (InfoZIP's 2.1, which is being called 2.10 for
    Debian: InfoZIP view this as an identical version number.)
  * Modified the copyright to include the copyright from 2.1 - just in case
    it's changed.
  * corrected several bugs in the rules script - all should work fine now.
  * removed zipgrep from the zip package (it's in unzip, where it really
    belongs.)

 -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au>  Wed, 13 Nov 1996 19:35:24 +1100

zip (2.01-14) unstable; urgency=low

  * Stripped the installed binaries
  * Upgraded to the 2.1.1.0 source format
  * Received email from the upstream maintainers: zip can now go into
    the distribution proper. Yippee! :-)
  * Added the email in question to the copyright information document.

 -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au>  Sat, 19 Oct 1996 18:33:55 +1000

Old Changelog:

30 July 1996 Stuart Lamble <lamble@yoyo.cc.monash.edu.au>
* New maintainer.
* Changed debian.rules to support multiple architectures in the control
  file.
* Uses dpkg-name rather than a manual mv of the end .deb file.

zip 2.01 Debian 2 - 5/9/95 Carl Streeter <streeter@cae.wisc.edu>
* initial release (used 2 to avoid confusion with old zip)