crack (5.0a-10) unstable; urgency=low

  * QA upload.
    + Set Maintainer to Debian QA Group. (See #840047)
    + Create collab-maint git repo and add according Vcs-* headers.
  * Revamp debian/rules:
    + Drop now obsolete manual setting of variables like CFLAGS, etc.
    + Switch to a minimal dh v7 style debian/rules file.
    + Use debian/clean instead of manual calls to rm in clean target.
    + Use dh_auto_clean instead of manual call to make.
    + Replace override_dh_{auto_install,install{docs,examples,man}} with
      debian/crack*.{docs,examples,manpages,link,install}.
  * Switch to source format "3.0 (quilt)" using diff2patches.
    + Add minimal DEP3-style patch headers.
    + Drop file-creating patches and put the files under debian/ instead.
  * Add Homepage header and update upstream website in debian/copyright.
  * Recode debian/copyright from ISO-8859-1 to UTF-8.
  * Apply "wrap-and-sort -a".
  * Mention differences between binary packages in short descriptions.
    (Fixes lintian warning duplicate-short-description.)
  * Add a debian/watch file.
  * Change doc-base sections to System/Security. Fixes lintian warning
    doc-base-unknown-section.
  * Add patch to fix shebang line in perl-written examples. Fixes lintian
    warning executable-not-elf-or-script.
  * For now enable all hardening build flags except PIE.
    + Patch several Makefiles to properly pass the according flags.
    + Merge all Makefile related patches into one patch.
  * Remove /usr/sbin from debian/dirs, it's only needed in other packages.
    Fixes lintian warning package-contains-empty-directory.
  * Add lintian-override for undeclared file conflict between automatic
    debug symbols packages. (Indirectly declared through hard deps.)
  * Fix Paweł's and Javier's names in multiple packaging-related files.
  * Convert debian/copyright to machine-readable DEP5 format.
    + Add missing list of BSD-4-Clause licensed files under src/libdes/.
  * Bump debhelper compatibility to 10.
    + Update versioned debhelper build-dependency accordingly.

 -- Axel Beckert <abe@debian.org>  Mon, 10 Oct 2016 03:39:45 +0200

crack (5.0a-9.4) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/compat: created. (Closes: #817319)
  * debian/control:
      - Added the ${misc:Depends} variable to all Depends field.
      - Bumped Standards-Version to 3.9.8.
      - Updated DH level to 9. (Closes: #817411)
  * debian/rules:
      - Disabled the DH_COMPAT variable.
      - Fixed the build system. Thanks to Santiago Vila <sanvila@unex.es>.
        (Closes: #821976)

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Fri, 02 Sep 2016 14:25:35 -0300

crack (5.0a-9.3) unstable; urgency=low

  * Non-maintainer upload.
  * debian/control: add Breaks/Replaces on older crack to crack-common,
    necessary after moving the doc-base files. This should have happened in
    5.0a-9.2 already. Thanks to Andreas Beckmann for the bug report.
    Closes: #668897.

 -- gregor herrmann <gregoa@debian.org>  Sun, 15 Apr 2012 15:06:18 +0200

crack (5.0a-9.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "Do not expect the /var/run/ content to persist":
    apply patch from Georgios M. Zarkadas that moves the contents of /var/run
    to /var/lib. (Closes: #387756)
  * Move doc-base files to crack-common package (lintian error).

 -- gregor herrmann <gregoa@debian.org>  Wed, 11 Apr 2012 17:52:13 +0200

crack (5.0a-9.1) unstable; urgency=low

  * Non-maintainer upload.
  * Use -k option to sort (Closes: #380540)

 -- Julien Danjou <acid@debian.org>  Sat, 02 Aug 2008 10:13:35 +0200

crack (5.0a-9) unstable; urgency=low

  * Completely rewritten wrapper script to avoid misbehavior for certain
    parameter combinations (closes: #340453)
  * Applied patch from Petr Salinger <Petr.Salinger@t-systems.cz> to enable
    builds on GNU/kFreeBSD (closes: #337428)

 -- Pawel Wiecek <coven@debian.org>  Sun,  2 Apr 2006 22:49:00 +0200

crack (5.0a-8) unstable; urgency=low

  * Applied patch from Dann Frazier <dannf@hp.com> to fix problems on 64-bit
    archs (closes: #323421)
  * Updated standards-version (no changes required)
  * Fixed a few typos in Crack manual (closes: #325682)

 -- Pawel Wiecek <coven@debian.org>  Thu, 22 Sep 2005 21:46:56 +0200

crack (5.0a-7) unstable; urgency=low

  * Applied a patch from Nicolas Francois <nicolas.francois@centraliens.net>
    to fix some formatting issues in Crack.8 (closes: #272578)

 -- Pawel Wiecek <coven@debian.org>  Sun,  3 Oct 2004 23:49:01 +0200

crack (5.0a-6) unstable; urgency=low

  * Added removing of run directory in clean target (closes: #227372)

 -- Pawel Wiecek <coven@debian.org>  Mon, 26 Jan 2004 11:24:45 +0100

crack (5.0a-5) unstable; urgency=low

  * Applied patch from Thiemo Seufer to fix a tiny error in debian/rules that
    effectively prevented Crack from build on mips (closes: #210862)
  * Updated standards version (no changes required)
  * Changed some relative symlinks to absolute ones (as per policy)

 -- Pawel Wiecek <coven@debian.org>  Mon, 13 Oct 2003 16:38:34 +0200

crack (5.0a-4) unstable; urgency=low

  * Patch from Javier Fernandez-Sanguino Pena: Debian/rules now creates a
    /var/run/Crack directory for the temporary creation of files by the Crack
    scripts, symlinks are created from /usr/share/Crack/run to /var/run/Crack
    in order to avoid modifying all the scripts, and maybe failing to fix some
    (closes: #203658)
  * Added a manpage from Javier Fernandez-Sanguino Pena (closes: #194414)

 -- Pawel Wiecek <coven@debian.org>  Tue,  2 Sep 2003 17:18:41 +0200

crack (5.0a-3) unstable; urgency=low

  * Applied patch from Javier Fernandez-Sanguino Pen~a to fix PATH Crack uses
    (closes: #194417)
  * Documented the fact that Crack is only available to root and added checks
    (closes: #194415)
  * Removed the call to dh_undocumented from debian/rules
  * Updated Standards-version

 -- Pawel Wiecek <coven@debian.org>  Wed, 28 May 2003 13:38:18 +0200

crack (5.0a-2) unstable; urgency=low

  * Fixed doc-base errors (closes: #164912)
  * Fixed xdawg symlink (closes: #164954)

 -- Pawel Wiecek <coven@debian.org>  Fri, 25 Oct 2002 14:03:33 +0200

crack (5.0a-1) unstable; urgency=low

  * Initial Release with GREAT help of Javier Fernandez-Sanguino Pen~a
    <jfs@computer.org>, who actually made most of dirty work (Closes: #82613)
  * There are currently a lot of lintian errors but these are *not* the
    packages fault. The package uses a special header for dictionary files
    (#!xdawg) which gets confused for an interpreter definition.  DAWG
    wordlist files format is specified in the FAQ (jfs)
  * DAWG wordlist are generated *after* installation, on the first run
    (in order to prevent this package from increasing in size) (jfs)
  * Since sources need to be hacked (as described in the docs) to provide
    MD5 or crypt (DES) functionality there are two conflicting packages
    created (jfs)
  * Created a simple wrapper script that merges passwd database for
    clueless people (jfs)
  * Created a new script based on Crack only for compilation (Crack.make)
    and removed the compilation stuff from Crack since packages will not
    include the sources (jfs)
  * Applied recommended patch (see FAQ) for libc problems when compiling
    Crack (jfs)
  * Since debian takes care of distributing the proper binaries in
    packages for the given architectures, the script/binstamp has been
    modified to always return 'debian' if running on a Debian system (jfs)
  * GHS compatibility -- the program configuration uses /usr/share/dict
    (instead of /usr/dict) (jfs)
  * The package Recommends: wordlist (jfs)
  * Fixed a couple of spelling errors and other minor stuff like that (cov)
  * Fixed debian/rules so the package actually builds from source (cov)
  * Bumped standards-version to 3.5.6 (cov)
  * Fixed many lintian errors and warnings, including some quite important
    policy violations (cov)

 -- Pawel Wiecek <coven@debian.org>  Sun, 13 Oct 2002 21:38:05 +0200
