tardy - post-processor for tar command
# sudo apt-get update
# sudo apt-get install tardy
2014-12-25 - Logan Rosen <logan@ubuntu.com> tardy (1.25-1build1) vivid; urgency=medium * No-change rebuild against new libexplain.
2012-06-08 - Jari Aalto <jari.aalto@cante.net> tardy (1.25-1) unstable; urgency=low * New maintainer (Closes: #675765). - New upstream release. * debian/clean - New file. * debian/compat - Update to 9 * debian/control - (Build-Depends): Update to debhelper 9. Add libexplain-dev, libboost-dev, cpio - (Description): Update first line for Lintian. - (Standards-Version): Update to 3.9.3. - (Vcs-*): Add. * debian/copyright - Update to format 1.0. - Correct license to GPL-3 (Closes: #604129). * debian/install - Rename. Was <package>.install. * debian/manpages - Update path. * debian/patches - (10): New. Correct manpage issues. * debian/rules - Update to dh(1). - Use hardened build flags. http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
2010-10-15 - Jari Aalto <jari.aalto@cante.net> tardy (1.20-0.1) unstable; urgency=low * Non-maintainer upload. - New upstream release (Closes: #573767). - Update to packaging format "3.0 (quilt)". * debian/compat - Update to 8. * debian/changelog - Delete EOL whitespaces. * debian/control - (Build-Depends): Update to debhelper 8. Remove dpatch. - (Depends): Add ${misc:Depends}. - (Homepage): Update to Freshmeat. - (Standards-Version): Update to 3.9.1. * debian/copyright - Point to GPL-2. - Update layout and use FSF URL. * debian/manpages - New file. * debian/patches - Remove. All included in upstream. * debian/rules - Remove dpatch; obsoleted by new package format. - Delete EOL whitespaces. - (clean): Fix lintian debian-rules-ignores-make-clean-error. Move config.* copy commands to target 'config.status'. Delete config.* files copied from autotools-dev so that they don't appear in diff. - (config.status): Add copy commands for config.* files. - (install): Update dh_clean to dh_prep. install new config.* * debian/source/format - New file. * debian/watch - update from version 2 to 3. Tighten regexp.
2010-01-18 - Jari Aalto <jari.aalto@cante.net> tardy (1.12-3.1) unstable; urgency=low [Jari Aalto] * Non-maintainer upload. * debian/patches - (number 10): Add patch to fix GCC 4.4 invalid conversion from const char* to char*. (RC bug FTBFS serious; Closes: #560485).
2007-12-30 - Michael Schiansky <ms@debian.org> tardy (1.12-3) unstable; urgency=low * Fixup for wrong manpage section in package description (Closes: #407961) * Fixup for FTBFS with GCC 4.3: missing #includes (Closes: #454859) * Cleaned up lintian warnings / errors - W: tardy source: debian-rules-sets-DH_COMPAT line 9 Moved DH_COMPAT to debian/compat - W: tardy source: debian-rules-sets-DH_COMPAT line 9 - W: tardy source: ancient-standards-version 3.6.1 (current is 3.7.3) Bumped Standards to 3.7.3 - W: tardy source: dpatch-build-dep-but-no-patch-list tardy Including patch 01_gcc4.3_headers.dpatch to fix #454859 - I: tardy: hyphen-used-as-minus-sign usr/share/man/man1/tardy.1.gz:80 Including patch 02_fix_hyphen_in_manpage to fix it - W: tardy: description-contains-homepage Moved Homepage statement to Source section in debian/control
2004-08-31 - Michael Schiansky <ms@debian.org> tardy (1.12-2) unstable; urgency=high * Added build-dep zlib1g-dev