2011
sleuthkit (3.2.3-2) unstable; urgency=low
* Team upload. * Fix build with dpkg < 1.16.1 * Fix symbols files for ia64 and armel
-- Julien Valroff <julien@debian.org> Fri, 14 Oct 2011 19:52:20 +0200
sleuthkit (3.2.3-1) unstable; urgency=low
* Team upload. [ Daniel T Chen ] * Refresh 90_fix_ldflags.diff. * Update libtsk3-3 symbols files for 3.2.2. [ Julien Valroff ] * Fix DEP-5 copyright syntax * Use DPKG_EXPORT_BUILDFLAGS to ensure LDFLAGS is actually exported * Add patch to fix a typo in libtsk3.so * Update libtsk3-3 symbols files for 3.2.3 [ Christophe Monniez ] * Merge upstream version 3.2.3.
-- Julien Valroff <julien@debian.org> Thu, 13 Oct 2011 21:01:10 +0200
sleuthkit (3.2.1-2) unstable; urgency=low
* Team upload.
* Fix symbols files for non any-amd64 architectures, avoiding FTBFS
(Closes: #630207)
-- Julien Valroff <julien@debian.org> Sun, 12 Jun 2011 14:57:56 +0200
sleuthkit (3.2.1-1) unstable; urgency=low
* Team upload. [ Cristian Greco ] * debian/control: remove myself from Uploaders. [ Christophe Monniez ] * Merging upstream version 3.2.1. * Refreshing patches. * Updating libewf dependency. * Removing installation of .la files. * Adding afflib support. [ Julien Valroff ] * Switch to 3.0 (quilt) source package format * Refresh patch to prevent static linking * Bump debhelper compat to 8 * Update copyright information * Fix dh --with syntax * Add patch to fix formatting error in the manpages * Update libtsk3-3 symbols file * Suggests Autopsy * Add patch to dynamically link against libsqlite3
-- Julien Valroff <julien@debian.org> Fri, 10 Jun 2011 23:10:11 +0200
2010
sleuthkit (3.1.3-1) unstable; urgency=low
* New upstream version.
- 90_fix_ldflags.patch: refreshed patch.
* debian/copyright: fix copyright-refers-to-deprecated-bsd-license-file.
* debian/control: bump up standards-version to 3.9.0.
-- Cristian Greco <cristian@regolo.cc> Tue, 13 Jul 2010 20:45:52 +0200
sleuthkit (3.1.2-1) unstable; urgency=low
* New upstream version.
* debian/patches:
- 90_fix_ldflags.patch: refreshed patch.
- 99_no_static_ldflags.patch: new patch, drop `-static` from LDFLAGS from
tools/*/Makefile.am in order to avoid sleuthkit tools to be statically
linked against libtsk.
* debian/{control,rules}: bump autotools-dev build-dep to (>= 20100122.1)
and pass '--with autotools_dev' to dh in order to automatically update
config.{sub,guess} files.
-- Cristian Greco <cristian@regolo.cc> Fri, 18 Jun 2010 14:00:57 +0200
sleuthkit (3.1.1-1) unstable; urgency=low
* New upstream version.
* debian/patches: most of the patches merged upstream, thanks Brian!
- 01-fix-hfind-manpage.patch: merged upstream.
- 02-fix-hyphens-manpages.patch: merged upstream.
- 90_fix_ldflags.patch: refreshed (mostly merged upstream,
but still needed).
* debian/libtsk3-3.symbols: updated.
-- Cristian Greco <cristian@regolo.cc> Tue, 06 Apr 2010 13:33:25 +0200
sleuthkit (3.1.0-1) unstable; urgency=low
* New upstream version.
* debian/control:
- fix package priorities once again.
- upgrade build-dep on libewf-dev (>= 20090606) and remove other
useless (build-)deps.
- bump up standards-version to 3.8.4 (no changes).
- set my new email address.
- add DMUA flag, thanks to my sponsor Michael Prokop.
* debian/patches:
- 01-fix-hfind-manpage.patch, refreshed;
- 02-fix-hyphens-manpages.patch, refreshed and updated to fix
some spelling errors too;
- 10_fix_compiler_warnings.patch, dropped (fixed upstream);
- 90_fix_ldflags.patch: refreshed.
* debian/sleuthkit.docs: some doc files were removed upstream.
* debian/libtsk3-3.symbols: update symbols file.
-- Cristian Greco <cristian@regolo.cc> Thu, 18 Feb 2010 23:16:22 +0100
2009
sleuthkit (3.0.1-5) unstable; urgency=low
* debian/control:
- move git packaging on alioth.
- priority is extra, not optional.
- build-dep on automake and libtool to fix FTBFS on all arches,
shame on me!
* debian/source.lintian-overrides: removed, useless.
-- Cristian Greco <cristian.debian@gmail.com> Tue, 22 Sep 2009 23:32:18 +0200
sleuthkit (3.0.1-4) unstable; urgency=low
[ Cristian Greco ]
* New maintainer Debian Forensics, added myself to uploaders.
Thanks Martin Godisch! (Closes: #537418)
* Build-depends on debhelper (>= 7.0.50) and quilt (>= 0.46-7~), use a real
patch management system and rewrite debian/rules in a tiny form.
* debian/patches:
- 283709_dstat.diff.disabled: deleted.
- 411026_sorter.diff: renamed 01-fix-hfind-manpage.patch
(added description).
- 000000_lintian.diff: renamed to 02-fix-hyphens-manpages.patch
(plus lintian fixes).
- 10_fix_compiler_warnings.patch: new patch, fixes a lot of compiler
warnings (pulled from upstream svn).
- 90_fix_ldflags.patch: new patch, avoid linking against unused libraries.
* Call autoreconf and pass "-Wl,--as-needed" to LDFLAGS in
debian/rules to support changes in 90_fix_ldflags.patch. Add
autoconf build-dep in debian/control.
* Move libtsk3-3-dbg to the new debug section.
* Drop shlibs:Depends from -dbg package.
* Added minimal conf file for git-buildpackage.
* Improve short and long description for all binary packages.
* Adding a README.source file with informations about the quilt patch
system.
* Update debian/copyright file.
* bump up Standards-Version to 3.8.3 (no changes needed).
* fix symbol with debian revision by postfixing a '~' in libtsk3-
3.symbols
[ Daniel Baumann ]
* Using correct rfc-2822 date formats in changelog.
* Adding vcs fields in control file.
* Sorting fields in control file.
* Removing dubious priority override for libtsk-dev.
* Using dedicated debhelper manpages file to install additional
manpages.
* Sorting debhelper install files.
* Rewrapping maintainer scripts.
* Calling all shell commands in rules with set -e in order to properly
fail in case of errors.
* Removing override for dh_installchangelogs in rules, it's not
needed.
* Adding source lintian overrides.
-- Cristian Greco <cristian.debian@gmail.com> Tue, 22 Sep 2009 02:59:38 +0200
sleuthkit (3.0.1-3) unstable; urgency=low
* Added libewf-dev to build-dependencies, suggested by Michael Prokop.
-- Martin A. Godisch <godisch@debian.org> Mon, 31 Aug 2009 16:11:29 +0200
sleuthkit (3.0.1-2) unstable; urgency=low
* Moving into sid after three months in experimental. * Updated standards version (no changes necessary).
-- Martin A. Godisch <godisch@debian.org> Sun, 12 Jul 2009 09:30:08 +0200
sleuthkit (3.0.1-1) experimental; urgency=low
* New upstream release, closes: #503379. * Removed README.Debian, which is not applicable anymore. * Added homepage control file, updated package description. * Updated standards version.
-- Martin A. Godisch <godisch@debian.org> Sun, 12 Apr 2009 17:22:03 +0200
2008
sleuthkit (2.52-2) unstable; urgency=low
* Fixed malloc check.
-- Martin A. Godisch <godisch@debian.org> Fri, 23 May 2008 06:37:05 +0200
sleuthkit (2.52-1) unstable; urgency=low
* New upstream release.
-- Martin A. Godisch <godisch@debian.org> Sun, 13 Apr 2008 08:42:26 +0200
sleuthkit (2.51-2) unstable; urgency=low
* Fixed dependency non-bug, closes: #472836. * Fixed man warnings.
-- Martin A. Godisch <godisch@debian.org> Tue, 01 Apr 2008 20:13:46 +0200
sleuthkit (2.51-1) unstable; urgency=low
* New upstream release.
-- Martin A. Godisch <godisch@debian.org> Sun, 17 Feb 2008 07:46:16 +0100
sleuthkit (2.50-2) unstable; urgency=low
* Updated copyright file.
-- Martin A. Godisch <godisch@debian.org> Sun, 03 Feb 2008 11:04:15 +0100
sleuthkit (2.50-1) unstable; urgency=low
* New upstream release, closes: #456194. * Fixed path in sorter, closes: #462968. * Upstream provides dynamic libraries, added binary packages libtsk1 and libtsk1-dbg. * Rewrote build system, added build-dependency on debhelper.
-- Martin A. Godisch <godisch@debian.org> Sat, 02 Feb 2008 22:37:20 +0100
2007
sleuthkit (2.09-2) unstable; urgency=low
* Improved hfind(1), closes: #411026. * Fixed watch file, closes: #449745. * Fixed clean target.
-- Martin A. Godisch <godisch@debian.org> Mon, 10 Dec 2007 18:56:30 +0100
sleuthkit (2.09-1) unstable; urgency=low
* New upstream release. * Added binary package libtsk-dev, based on a patch from Jan Hoeksma.
-- Martin A. Godisch <godisch@debian.org> Sun, 24 Jun 2007 18:48:40 +0200
sleuthkit (2.08-1) unstable; urgency=low
* New upstream release. * Fixed timestamps in debian/rules.
-- Martin A. Godisch <godisch@debian.org> Fri, 06 Apr 2007 10:01:41 +0200
2006
sleuthkit (2.07-1) unstable; urgency=low
* New upstream release.
-- Martin A. Godisch <godisch@debian.org> Sun, 17 Dec 2006 10:28:50 +0100
sleuthkit (2.06-3) unstable; urgency=low
* Removed conflicts with tct, closes: #357622.
-- Martin A. Godisch <godisch@debian.org> Thu, 21 Sep 2006 04:47:35 +0200
sleuthkit (2.06-2) unstable; urgency=low
* Updated build-dependencies, closes: #386793.
-- Martin A. Godisch <godisch@debian.org> Sun, 10 Sep 2006 17:15:35 +0200
sleuthkit (2.06-1) unstable; urgency=low
* New upstream release, closes: #386411.
-- Martin A. Godisch <godisch@debian.org> Sun, 10 Sep 2006 08:30:15 +0200
2005
sleuthkit (2.03-1) unstable; urgency=low
* New upstream release. * Added md5 and sha1 manual pages.
-- Martin A. Godisch <godisch@debian.org> Sat, 15 Oct 2005 09:29:45 +0200
sleuthkit (2.02-1) unstable; urgency=low
* New upstream release. * Updated standards version.
-- Martin A. Godisch <godisch@debian.org> Sat, 09 Jul 2005 08:07:30 +0200
sleuthkit (2.00-2) unstable; urgency=low
* Fixed FTBFS on amd64/gcc-4.0, closes: #301391. Thanks to Andreas Jochens.
-- Martin A. Godisch <godisch@debian.org> Fri, 25 Mar 2005 17:37:21 +0100
sleuthkit (2.00-1) unstable; urgency=low
* New upstream release.
-- Martin A. Godisch <godisch@debian.org> Thu, 24 Mar 2005 20:20:30 +0100
sleuthkit (1.73-6) unstable; urgency=low
* Incorporated patch 08 into patch 03, closes: #295712.
-- Martin A. Godisch <godisch@debian.org> Sat, 19 Feb 2005 20:08:10 +0100
sleuthkit (1.73-5) unstable; urgency=medium
* Fixed SHARE_DIR in /usr/bin/sorter, closes: #295712.
-- Martin A. Godisch <godisch@debian.org> Thu, 17 Feb 2005 19:02:35 +0100
sleuthkit (1.73-4) unstable; urgency=low
* Fixed FTBFS on amd64/gcc-4.0, closes: #288468. Thanks to Andreas Jochens.
-- Martin A. Godisch <godisch@debian.org> Tue, 04 Jan 2005 18:02:20 +0100
sleuthkit (1.73-3) unstable; urgency=low
* Renamed /usr/bin/dstat to /usr/bin/datastat due to
name clash with /usr/bin/diskstat, see: #283709.
* Added README.Debian explaining where dstat can be found.
-- Martin A. Godisch <godisch@debian.org> Tue, 04 Jan 2005 17:49:45 +0100
sleuthkit (1.73-2) unstable; urgency=low
* Renamed /usr/bin/dstat to /usr/bin/diskstat on request
of Andrew Pollock, closes: #283709.
-- Martin A. Godisch <godisch@debian.org> Sun, 02 Jan 2005 11:24:55 +0100
2004
sleuthkit (1.73-1) unstable; urgency=low
* New upstream release, closes: #275195. * Updated manual page for sstrings.
-- Martin A. Godisch <godisch@debian.org> Sat, 06 Nov 2004 09:20:45 +0100
sleuthkit (1.72-2) unstable; urgency=low
* Added manual page for sstrings.
-- Martin A. Godisch <godisch@debian.org> Sun, 19 Sep 2004 18:10:10 +0200
sleuthkit (1.72-1) unstable; urgency=low
* New upstream release. * Fixed watch file.
-- Martin A. Godisch <godisch@debian.org> Sat, 18 Sep 2004 18:53:30 +0200
sleuthkit (1.71-2) unstable; urgency=low
* Fixed CFLAGS handling in Makefiles.
-- Martin A. Godisch <godisch@debian.org> Sat, 31 Jul 2004 20:29:32 +0200
sleuthkit (1.71-1) unstable; urgency=low
* New upstream release.
-- Martin A. Godisch <godisch@debian.org> Sat, 31 Jul 2004 20:04:20 +0200
sleuthkit (1.70-5) unstable; urgency=low
* Fixed alternatives. * Updated watch file.
-- Martin A. Godisch <godisch@debian.org> Sat, 31 Jul 2004 19:09:00 +0200
sleuthkit (1.70-4) unstable; urgency=low
* Remade conflict with tct until patch #219010 has been implemented.
-- Martin A. Godisch <godisch@debian.org> Sat, 31 Jul 2004 12:23:30 +0200
sleuthkit (1.70-3) unstable; urgency=low
* Fixed 64 bit compiler warnings, patch adapted from Lorenzo Martignoni. * Removed conflict with tct. * Fixed copyright file, closes: #262417.
-- Martin A. Godisch <godisch@debian.org> Sat, 31 Jul 2004 08:44:54 +0200
sleuthkit (1.70-2) unstable; urgency=low
* Fixed copyright file.
-- Martin A. Godisch <godisch@debian.org> Mon, 26 Jul 2004 19:24:20 +0200
sleuthkit (1.70-1) unstable; urgency=low
* New upstream release, closes: #221713. * New maintainer. Since we're getting deadlines [1] I don't want to wait any longer with this upload. * Fixed FTBFS on amd64 and alpha, closes: #248180. Thanks to Andreas Jochens. * Fixed sorter, closes: #196834. * Rewrote build system, added watch file. * Relocated tct documents, closes: #243602, #243604. [1] http://lists.debian.org/debian-devel-announce/2004/07/msg00016.html
-- Martin A. Godisch <godisch@debian.org> Mon, 26 Jul 2004 18:31:40 +0200
sleuthkit (1.68-2) unstable; urgency=low
* 64-bit systems naturally implement llseek (closes: #205313) * Bumped to Standards 3.6.1.0 (no changes needed)
-- Mattia Monga <monga@debian.org> Wed, 10 Mar 2004 17:28:03 +0100
sleuthkit (1.68-1) unstable; urgency=low
* New upstream release * Fixed $SK_DIR in /usr/bin/sorted, now is is /usr/ (closes: #196834)
-- Lorenzo Martignoni <lorenzo.martignoni@poste.it> Wed, 10 Mar 2004 15:19:17 +0100
2003
sleuthkit (1.66-1) unstable; urgency=low
* New upstream release (closes: #221713)
-- Lorenzo Martignoni <lorenzo.martignoni@poste.it> Fri, 28 Nov 2003 19:13:18 +0100
sleuthkit (1.61-4) unstable; urgency=low
* Really correct previous bug!
-- Mattia Monga <monga@debian.org> Mon, 12 May 2003 18:57:03 +0200
sleuthkit (1.61-3) unstable; urgency=low
* Missing $(shlibs:Depends) corrected
-- Mattia Monga <monga@debian.org> Mon, 05 May 2003 11:13:47 +0200
sleuthkit (1.61-2) unstable; urgency=low
* Package taken while Lorenzo is waiting to become an official Debian
mantainer
-- Mattia Monga <monga@debian.org> Thu, 17 Apr 2003 22:33:36 +0200
sleuthkit (1.61-1) unstable; urgency=low
* new package release * changed the package name to sleuthkit
-- Lorenzo Martignoni <lorenzo.martignoni@milug.org> Tue, 15 Apr 2003 19:12:45 +0200
task (1.60-1) unstable; urgency=low
* Initial Release.
-- Lorenzo Martignoni <lorenzo.martignoni@milug.org> Mon, 31 Mar 2003 23:04:51 +0200