debian/0000755000000000000000000000000011764437770007206 5ustar debian/patches/0000755000000000000000000000000011762640034010620 5ustar debian/patches/10-man.patch0000644000000000000000000000426411762640034012640 0ustar From: Jari Aalto Subject: Manual page fixes --- man/man1/tardy.1 | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) --- a/man/man1/tardy.1 +++ b/man/man1/tardy.1 @@ -16,10 +16,9 @@ .\" along with this program. If not, see . .\" .ds n) tardy -.TH \*(n) 1 +.TH TARDY 1 .SH NAME -\*(n) \- a tar post-processor -.XX "tardy(1)" "a tar(1) post-processor" +tardy \- a tar post-processor .SH SYNOPSIS .B \*(n) [ @@ -168,9 +167,11 @@ of every file in the archive file. The number may be any arbitrary number, it is not restricted to a known group. -.\" ---------- H --------------------------------------------------------- -.so man/man1/o_help.so -.\" ---------- I --------------------------------------------------------- +.TP 8n +\fB\-Help\fP +.br +This option may be used to obtain more information about how to +use the tardy program. .TP 8n \fB\-Input_ForMaT\fP \f[I]name\fP .RS @@ -460,8 +461,12 @@ .\" ---------- X --------------------------------------------------------- .\" ---------- Y --------------------------------------------------------- .\" ---------- Z --------------------------------------------------------- -.so man/man1/o__rules.so -.so man/man1/z_exit.so +.\" .so man/man1/o__rules.so +.\" .so man/man1/z_exit.so +.SH EXIT STATUS +.TP 8n +The tardy command will exit with a status of 1 on any error. The tardy +command will only exit with a status of 0 if there are no errors. .SH SEE ALSO .TP 8n \f[I]ar\fP(1) @@ -484,4 +489,18 @@ .TP 8n \f[I]tar\fP(5) Format of \f[I]tar\fP(1) archive files -.so man/man1/z_cr.so +.\" .so man/man1/z_cr.so +.SH COPYRIGHT +.TP 8n +tardy version 1.25.D001 +Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, +2003, 2004, 2006, 2008, 2009, 2010, 2011 Peter Miller + +The tardy program comes with ABSOLUTELY NO WARRANTY; for details use +the 'tardy \-VERSion License' command. This is free software and you +are welcome to redistribute it under certain conditions; for details +use the 'tardy \-VERSion License' command. +.SH AUTHOR +.TP 8n +Peter Miller +http://miller.emu.id.au/pmiller/ debian/patches/series0000644000000000000000000000001511762633632012037 0ustar 10-man.patch debian/compat0000644000000000000000000000000211732431451010365 0ustar 9 debian/control0000644000000000000000000000130111762632657010603 0ustar Source: tardy Section: utils Priority: optional Maintainer: Jari Aalto Build-Depends: debhelper (>= 9), groff-base, autotools-dev, zlib1g-dev, libexplain-dev, libboost-dev, cpio Standards-Version: 3.9.3 Vcs-Browser: http://git.debian.org/?p=collab-maint/tardy.git Vcs-Git: git://git.debian.org/git/collab-maint/tardy.git Homepage: http://freshmeat.net/projects/tardy Package: tardy Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: post-processor for tar command tardy alters the characteristics of files in a tar(1) archive. It can change the files' owner, change the files' group, add a prefix to the files' paths, and change the files' protections. debian/install0000644000000000000000000000002211724625761010564 0ustar bin/tardy usr/bin debian/changelog0000644000000000000000000001351111764437661011060 0ustar 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 .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 -- Jari Aalto Fri, 08 Jun 2012 21:08:49 +0300 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. -- Jari Aalto Fri, 15 Oct 2010 14:29:24 +0300 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). -- Jari Aalto Mon, 18 Jan 2010 00:02:15 +0200 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 -- Michael Schiansky Sun, 30 Dec 2007 09:00:00 +0100 tardy (1.12-2) unstable; urgency=high * Added build-dep zlib1g-dev -- Michael Schiansky Tue, 31 Aug 2004 15:34:20 +0200 tardy (1.12-1) unstable; urgency=high * New upstream release * Fixes: - 'output makes tar print a warning' (Closes: #255310) - '-remove_prefix should remove prefix directory as well' (Closes: 255305) - 'please consider adding -remove_prefix_by_number' (Closes: 254879) * Updated control - New Homepage - Updated Builddeps * Updated rules - Now using debhelper and dpatch * Added watch file * Urgency=high so Sarge is possible. Old version of tardy sucks with tar >= 1.14 -- Michael Schiansky Mon, 30 Aug 2004 02:02:08 +0200 tardy (1.11-4) unstable; urgency=low * New maintainer (now DD) * Bumped Standards to 3.6.1 -- Michael Schiansky Mon, 23 Feb 2004 22:16:50 +0100 tardy (1.11-3) unstable; urgency=low * New maintainer (Closes: #188105) * Updated debian/control added homepage * Updated debian/copyright -- Michael Schiansky Thu, 11 Sep 2003 02:59:12 +0200 tardy (1.11-2) unstable; urgency=low * Remove full stop from short description. -- Matt Kraai Wed, 16 Jul 2003 16:42:50 +0200 tardy (1.11-1) unstable; urgency=low * Package new version. * Remove postinst and prerm. * Update copyright. * Update Standards-Version. * Stamp build. -- Matt Kraai Fri, 8 Nov 2002 17:00:53 -0800 tardy (1.9-3) unstable; urgency=low * Add a `using std::deque;' declaration. -- Matt Kraai Wed, 25 Sep 2002 21:21:00 -0700 tardy (1.9-2) unstable; urgency=low * Correct -Output_ForMaT documentation (closes: #162216). -- Matt Kraai Tue, 24 Sep 2002 22:25:50 -0700 tardy (1.9-1) unstable; urgency=low * Package new version. * Set CFLAGS to `-O2 -g -Wall'. -- Matt Kraai Mon, 16 Sep 2002 16:35:53 -0700 tardy (1.8-4) unstable; urgency=low * Install this file as changelog.Debian.gz. -- Matt Kraai Sat, 31 Aug 2002 19:44:29 -0700 tardy (1.8-3) unstable; urgency=low * Add a `using std::vector;' declaration (closes: #155733). -- Matt Kraai Wed, 7 Aug 2002 08:53:39 -0700 tardy (1.8-2) unstable; urgency=low * Add groff-base to Build-Depends. -- Matt Kraai Tue, 6 Aug 2002 11:38:53 -0700 tardy (1.8-1) unstable; urgency=low * Package. -- Matt Kraai Fri, 2 Aug 2002 07:19:57 -0700 debian/watch0000644000000000000000000000011111724614512010213 0ustar version=3 http://tardy.sourceforge.net/download.html tardy-(.+)\.tar\.gz debian/rules0000755000000000000000000000045711732431451010255 0ustar #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed override_dh_installchangelogs: dh_installchangelogs README override_dh_auto_install: # See debian/install %: dh $@ # End of file debian/copyright0000644000000000000000000000265711726404255011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 X-Format: http://dep.debian.net/deps/dep5 Upstream-Name: tardy Upstream-Contact: Peter Miller , Source: http://freecode.com/projects/tardy X-Upstream-Vcs: X-Upstream-Bugs: http://sourceforge.net/tracker/?group_id=116896&atid=676344 X-Source: http://sourceforge.net/projects/tardy Files: * Copyright: 2010-2012 Peter Miller License: GPL-3+ Files: debian/* Copyright: 2010, 2012 Jari Aalto 2003-2004, 2007 Michael Schiansky 2002-2003 Matt Kraai License: GPL-3+ License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in "/usr/share/common-licenses/GPL-3". debian/source/0000755000000000000000000000000011724602731010471 5ustar debian/source/format0000644000000000000000000000001411724604552011702 0ustar 3.0 (quilt) debian/manpages0000644000000000000000000000002111724614512010700 0ustar man/man1/tardy.1