debian/0000755000000000000000000000000012224721216007165 5ustar debian/patches/0000755000000000000000000000000011765537660010635 5ustar debian/patches/fix-makefile.patch0000644000000000000000000000134511765537642014222 0ustar Description: Fix the upstream Makefile for a number of issues Author: Paul Wise Forwarded: Aaron M. Renn Last-Update: 2012-06-12 --- a/Makefile +++ b/Makefile @@ -1,7 +1,17 @@ +VERSION = 0.7 +CFLAGS += -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +LDLIBS += -lz + all: gzrecover -gzrecover: gzrecover.o - cc -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 gzrecover.c -lz -o gzrecover +gzrecover: gzrecover.c clean: - rm gzrecover + rm -f gzrecover + +dist: + rm -rf gzrt-$(VERSION) gzrt-$(VERSION).tar.gz + mkdir gzrt-$(VERSION) + cp Makefile ChangeLog README gzrecover.c gzrecover.1 README.build gzrt-$(VERSION) + tar zcf gzrt-$(VERSION).tar.gz gzrt-$(VERSION) + rm -rf gzrt-$(VERSION) debian/patches/series0000644000000000000000000000002311765537674012052 0ustar fix-makefile.patch debian/watch0000644000000000000000000000016011765542466010234 0ustar version=3 opts=dversionmangle=s/\+ds\d*// http://www.urbanophile.com/arenn/hacking/gzrt/gzrt-([\d\.]+)\.tar\.gz debian/install0000644000000000000000000000002212224717407010557 0ustar gzrecover usr/bin debian/copyright0000644000000000000000000000227312224717407011133 0ustar This package was debianized by Paul Wise on Thu, 13 Jul 2006 18:54:08 +0800. It was downloaded from http://www.urbanophile.com/arenn/hacking/gzrt/ Author: Aaron M. Renn Copyright: Copyright (c) 2002-2012 Aaron M. Renn License: 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 2 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 The Debian packaging is placed in the Public Domain and is written by Paul Wise debian/manpages0000644000000000000000000000001410634004361010674 0ustar gzrecover.1 debian/changelog0000644000000000000000000000233512224721216011042 0ustar gzrt (0.8-1) unstable; urgency=low * New upstream release - tarball doesn't have binary file, drop get-orig-source * Bump Standards-Version, no changes needed -- Paul Wise Tue, 08 Oct 2013 14:13:32 +0800 gzrt (0.6+ds1-1) unstable; urgency=low * New upstream release - Drop old patches, included upstream - Contains pre-compiled gzrecover, drop it * Add a new patch to fix the Makefile (Closes: #631699) * Bump debhelper compat * Enable hardening flags * Bump Standards-Version, no changes needed -- Paul Wise Tue, 12 Jun 2012 12:43:47 +0800 gzrt (0.5-2) unstable; urgency=low * Use Homepage instead of putting it in the description (Closes: #615424) * Until policy changes install the ChangeLog to changelog.gz * Now complies with latest policy, bump Standards-Version * Fix segfaults with some files (Closes: #509170) * Reference the correct version of the GPL * Switch to debhelper 7 and dh * Correct memory and fd leaks * Correct 3 gcc warnings -- Paul Wise Mon, 28 Mar 2011 13:18:42 +0800 gzrt (0.5-1) unstable; urgency=low * Initial release (Closes: #378112) -- Paul Wise Wed, 13 Jun 2007 16:13:30 +0100 debian/source/0000755000000000000000000000000011525757544010505 5ustar debian/source/format0000644000000000000000000000001411525757541011710 0ustar 3.0 (quilt) debian/control0000644000000000000000000000104612224717757010610 0ustar Source: gzrt Section: utils Priority: optional Maintainer: Paul Wise Build-Depends: debhelper (>= 9), zlib1g-dev Standards-Version: 3.9.4 Homepage: http://www.urbanophile.com/arenn/hacking/gzrt/ Package: gzrt Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: cpio Description: gzip recovery toolkit gzrecover will attempt to skip over corrupted data in a gzip archive, thereby allowing the remaining data to be recovered. . Please install cpio to facilitate recovery from damaged gzipped tarballs. debian/docs0000644000000000000000000000000711525757743010056 0ustar README debian/rules0000755000000000000000000000016012224717207010247 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --parallel debian/compat0000644000000000000000000000000211761633541010373 0ustar 9 debian/dirs0000644000000000000000000000001010634003776010047 0ustar usr/bin