dact (0.8.42-6) unstable; urgency=medium

  * QA upload.
  * debian/control:
      - Added 'Rules-Requires-Root: no' to source stanza.
      - Bumped Standards-Version to 4.7.0.
      - Migrated DH level to 13.
      - Migrated Vcs-* fields to from personal to Debian namespace on Salsa.
  * debian/copyright:
      - Added missing Files paragraph.
      - Updated packaging copyright information.
  * debian/debian-save-restore.mk: no longer needed. Removed.
  * debian/docs: avoided installing non-documentation file.
  * debian/gbp.conf: created to comply with DEP-14 layout recommendations and
    enforce pristine-tar usage.
  * debian/patches/
      - 20-Makefile.in.patch:
          ~ Adapted to make clean target restore upstream files overwritten
            during build.
          ~ Adapted to make install target honor DESTDIR.
          ~ Converted patch header to DEP-3.
      - 30-fix-lzo-comp.patch: created to use liblzo2 instead of liblzo.
  * debian/rules:
      - Added execute_before_dh_builddeb target to remove empty directories.
      - Removed commands to run autoreconf and update config.* files from
        dh_auto-configure override, as they are run by default when using the dh
        sequencer since debhelper compatibility level 10.
      - Removed dependency on debian/debian-save-restore.mk file.
      - Removed no longer needed dh_auto_clean and dh_builddeb overrides.
      - Removed sed invocation from override_dh_auto_configure, as it was
        replaced by 30-fix-lzo-comp.patch.
      - Removed the '-Wl,--as-needed' linker flag, as the toolchain defaults to
        linking with it since bullseye.
      - Stopped overriding prefix and other installation directories during
        dh_auto_configure invocation.
  * debian/source/include-binaries: created to include a binary test file.
  * debian/tests/:
      - control: updated to compare resulting file with the expected output.
      - test.txt.dct: created as the expected output from the test file.
  * debian/upstream/metadata: created to provide upstream metadata.
  * debian/watch: updated to version 4.

 -- David da Silva Polverari <polverari@debian.org>  Sun, 02 Jun 2024 01:33:04 +0000

dact (0.8.42-5) unstable; urgency=medium

  * QA upload.
  * Set Debian QA Group as maintainer. (see #920115)
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 12.
  * debian/control:
      - Bumped Standards-Version to 4.4.0.
      - Changed URL to use https in Homepage field.
      - Remove unnecessary autotools-dev dependency.
      - Updated VCS fields to use Salsa.
  * debian/copyright:
      - Added a new package contributor in copyright.
      - Changed URL to use https in source and format fields.
  * debian/rules: enabled all hardening flags.
  * debian/tests/*: created to provide simple CI test.
  * debian/watch: changed regex to use https.

 -- Joao Seckler <jseckler@riseup.net>  Fri, 19 Jul 2019 15:02:48 -0300

dact (0.8.42-4) unstable; urgency=low

  * debian/control
    - (Build-Depends): Rm dpkg-dev; not needed with debhelper 9.
    - (Standards-Version): Update to 3.9.3.1.
  * debian/copyright
    - Update to format 1.0.
  * debian/rules
    - Use DEB_*_MAINT_* variables and CPPFLAGS (Closes: #665211).
      Patch thanks to Simon Ruderich <simon@ruderich.org>.
    - Link against lzo2 library, not lzo (fixes compiling).
  * debian/*.mk
    - Minor updates.

 -- Jari Aalto <jari.aalto@cante.net>  Mon, 09 Apr 2012 14:52:09 +0300

dact (0.8.42-3) unstable; urgency=low

  * debian/compat
    - Update to 9
  * debian/control
    - (Build-Depends): update to debhelper 9, dpkg-dev 1.16.1.
  * debian/rules
    - Use hardened CFLAGS.
      http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags

 -- Jari Aalto <jari.aalto@cante.net>  Sat, 11 Feb 2012 03:59:04 -0500

dact (0.8.42-2) unstable; urgency=low

  * debian/control
    - (Description): Lowercase first line.
    - (Standards-Version): Update to 3.9.2.
    - (Uploaders): Remove unused field.
  * debian/copyright
    - Update to DEP5.
  * debian/rules
    - (FILE_LIST_PRESERVE): New variable,
    - (override_dh_auto_clean): New. Save files.
    - (override_dh_builddeb). Restore files.
  * debian/debian-save-restore.mk
    - New.

 -- Jari Aalto <jari.aalto@cante.net>  Sun, 04 Dec 2011 20:55:03 +0200

dact (0.8.42-1) unstable; urgency=low

  * New upstream release (Closes: #593002).
  * debian/compat
    - Update to 8.
  * debian/control
    - (Build-Depends): update to debhelper 8.
    - (Standards-Version): Update to 3.9.1.

 -- Jari Aalto <jari.aalto@cante.net>  Mon, 07 Nov 2011 07:53:52 +0200

dact (0.8.41-5) unstable; urgency=low

  * New maintainer (Closes: #581369).
    - Update to packaging format "3.0 (quilt)".
  * debian/control
    - (Build-Depends): remove dpatch. Add autotools-dev.
    - (Description): Fix typo (Closes: #548592).
    - (Vcs-*): New.
  * debian/copyright
    - Point to GPL-2.
    - Update layout.
  * debian/patches
    - (Number 01): Remove; integrated to 20.
    - (Number 10): New. Fix manual page.
    - (Number 20): New. Makefile.in ignore install not relevant to Debian.
      Disable "/etc/magic" file install. This belong to libmagic1 where
      a wishlist bug #582945 was opened to add dact types.
  * debian/rules
    - Move to dh(1).
    - (override_dh_auto_configure): Use latest config.*
      (FTBFS; Closes: #534812).

 -- Jari Aalto <jari.aalto@cante.net>  Mon, 24 May 2010 22:11:38 +0300

dact (0.8.41-4.1) unstable; urgency=low

  * Non maintainer upload to fix RC bug
  * Fixes are mostly from Michael Casadevall.
  + debian/control:
    - Changed build-dep liblzo -> liblzo2, Closes: #466373
    - Add autoconf build-dep
    - Fix lintian warning missing-comma-after-substvar
  + debian/rules:
    - call autoconf
    - Added CPPFLAGS=-I/usr/include/lzo so that liblzo2's headers
      could be found.
  + debian/patches/02_lzo2.dpatch
    - Modified configure.in to look for lzo in lzo2 which appears to
      a to be a debian specific modification

 -- Riku Voipio <riku.voipio@iki.fi>  Sun, 01 Mar 2009 21:57:24 +0200

dact (0.8.41-4) unstable; urgency=low

  * Bump Standards-Version: 3.7.3.
  * Updated Homepage header.
  * Added description in 01_makefile_no_modules.dpatch file.

 -- Jose Carlos Medeiros <debian@psabs.com.br>  Wed, 30 Jan 2008 23:25:52 -0200

dact (0.8.41-3) unstable; urgency=low

  * New maintainer. (Closes: #439529)
  * Bump DH_COMPAT 5.
  * Added Homepage in control file.
  * Added debian/watch file.
  * Build modules compress and encrypt data. This bug was solved (probably)
    since 0.8.39-2 version. (Closes: #258019)

 -- Jose Carlos Medeiros <debian@psabs.com.br>  Thu, 06 Sep 2007 14:09:58 -0300

dact (0.8.41-2) unstable; urgency=low

  * Disabled dact modules generation and removed module_dir line in
    dact.conf (via a dpatch). Closes: #378754

 -- Tommaso Moroni <moronito@debian.org>  Sun, 23 Jul 2006 15:38:00 +0200

dact (0.8.41-1) unstable; urgency=low

  * New upstream release
  * Do not apply 01_manpage_typos.dpatch, since those typos are corrected
    in the new upstream release
  * debian/control: Standards-Version bumped to 3.7.2 (no changes required)

 -- Tommaso Moroni <moronito@debian.org>  Tue, 23 May 2006 16:18:46 +0200

dact (0.8.39-4) unstable; urgency=low

  * debian/control: fixed long description. Closes: #360070

 -- Tommaso Moroni <moronito@debian.org>  Fri,  7 Apr 2006 20:58:43 +0200

dact (0.8.39-3) unstable; urgency=low

  * Correction of some typos in the upstream manpage via dpatch.
    Thanks to A. Costa. Closes: #355834
  * debian/control: Standards-Version bumped to 3.6.2 (no changes required)

 -- Tommaso Moroni <moronito@debian.org>  Sat, 18 Mar 2006 07:04:36 +0100

dact (0.8.39-2) unstable; urgency=low

  * Program libraries are now installed under /usr/lib/dact. Closes: #252786
  * debian/rules cleanup

 -- Tommaso Moroni <moronito@debian.org>  Wed,  7 Jul 2004 10:51:29 +0200

dact (0.8.39-1) unstable; urgency=low

  * New upstream release

 -- Tommaso Moroni <moronito@debian.org>  Tue, 18 May 2004 13:23:40 +0200

dact (0.8.36-1) unstable; urgency=low

  * New upstream release
  * Added liblzo-dev to the Build-Depends

 -- Tommaso Moroni <moronito@debian.org>  Thu, 19 Feb 2004 21:03:00 +0100

dact (0.8.35-1) unstable; urgency=low

  * New upstream release

 -- Tommaso Moroni <moronito@debian.org>  Sat,  3 Jan 2004 18:40:41 +0100

dact (0.8.11-9) unstable; urgency=low

  * debian/watch file removed: no links with package version to check upon.

 -- Tommaso Moroni <moronito@debian.org>  Sat, 15 Nov 2003 17:19:41 +0100

dact (0.8.11-8) unstable; urgency=low

  * No need to install "patch-magic-file" script anymore, as dact magic
    headers are now in the "file" package.
  * Package now follows Debian-Policy version 3.6.1 (no changes needed)

 -- Tommaso Moroni <moronito@debian.org>  Fri, 17 Oct 2003 20:09:54 +0200

dact (0.8.11-7) unstable; urgency=low

  * In comp_bzlib.c the correct block size is passed to the bzip2 compression
    verification function, as suggested by the upstream author. Closes: #158075
  * Using debian/compat instead of DH_COMPAT line in debian/rules
  * Package now follows Debian-Policy version 3.6.0 (no changes needed)
  * Cleaned up debian/rules

 -- Tommaso Moroni <moronito@debian.org>  Sun, 13 Jul 2003 17:01:15 +0200

dact (0.8.11-6) unstable; urgency=low

  * Package now follows Debian-Policy version 3.5.10 (no changes needed)
  * DH_COMPAT set to 4 and added ${misc:Depends} in debian/control
  * patch-magic-file script is now treated as an example
  * corrected error in README.Debian

 -- Tommaso Moroni <moronito@debian.org>  Sun,  8 Jun 2003 13:39:02 +0200

dact (0.8.11-5) unstable; urgency=low

  * Package moved to main section
  * Package now follows Debian-Policy version 3.5.9

 -- Tommaso Moroni <tommaso.m@tiscalinet.it>  Fri, 18 Apr 2003 06:49:43 +0200

dact (0.8.11-4) unstable; urgency=low

  * Bump the revision number as previous upload got lost in the queue.

 -- Tommaso Maroni <tommaso.m@tiscalinet.it>  Sun, 19 Jan 2003 18:42:04 +1100

dact (0.8.11-3) unstable; urgency=low

  * Package now follows Debian-Policy version 3.5.8
  * Removed debian/conffiles: /etc/dact.conf is already flagged as conffile by dh_installdeb

 -- Tommaso Moroni <tommaso.m@tiscalinet.it>  Sun, 22 Dec 2002 11:45:14 +0000

dact (0.8.11-2) unstable; urgency=low

  * Man page now refers to /etc/dact.conf instead of /usr/etc/dact.conf
  * Package now follows Debian-Policy version 3.5.7

 -- Tommaso Moroni <tommaso.m@tiscalinet.it>  Wed, 16 Oct 2002 18:51:22 +0200

dact (0.8.11-1) unstable; urgency=low

  * New upstream release
  * Package adopted by Tommaso Moroni. Closes: #158705

 -- Tommaso Moroni <tommaso.m@tiscalinet.it>  Tue, 24 Sep 2002 16:10:33 +0200

dact (0.8.10-1) unstable; urgency=low

  * New upstream release

 -- Glenn McGrath <bug1@debian.org>  Sat,  9 Mar 2002 00:07:12 +1100

dact (0.8.3-1) unstable; urgency=low

  * New upstream release
  * Dact supports crypto, move package to non-US.
  * Core doesn't dump on missing file in this release. Closes: #111393

 -- Glenn McGrath <bug1@debian.org>  Sun,  9 Sep 2001 09:47:07 +1000

dact (0.8.1-1) unstable; urgency=low

  * New upstream version
  * Don't patch /etc/magic, i will file a bug against the file package to
    get the magic registered there. Closes: #109747
  * Install man page using debhelper rather than the Makefile

 -- Glenn McGrath <bug1@debian.org>  Sat, 25 Aug 2001 21:24:54 +1000

dact (0.8.0-1) unstable; urgency=low

  * New upstream version
  * Implement the watch script to enable uscan to detect upstream releases

 -- Glenn McGrath <bug1@debian.org>  Wed, 22 Aug 2001 22:41:58 +1000

dact (0.7.1-2) unstable; urgency=low

  * Declare build dependency on automake
  * Compile under gcc3.0, printf is a macro, Closes: 99368

 -- Glenn McGrath <bug1@debian.org>  Tue,  5 Jun 2001 11:58:22 +1000

dact (0.7.1-1) unstable; urgency=low

  * New upstream release
  * Semi verbose mode Closes: 92264

 -- Glenn McGrath <bug1@debian.org>  Tue, 15 May 2001 10:53:23 +1000

dact (0.6.7-2) unstable; urgency=low

  * Declare build dependencies.

 -- Glenn McGrath <bug1@optushome.com.au>  Thu, 26 Apr 2001 20:45:46 +1000

dact (0.6.7-1) unstable; urgency=low

  * New upstream release

 -- Glenn McGrath <bug1@debian.org>  Mon, 26 Mar 2001 14:56:18 +1000

dact (0.6.5-1) unstable; urgency=low

  * Initial Release.
  * Fix compile error on bzip2 function calls.
  * Allow bzip2 to use block sizes over 100kB

 -- Glenn McGrath <bug1@debian.org>  Sun, 25 Mar 2001 14:13:28 +1000