debian/0000755000000000000000000000000012162730263007170 5ustar debian/control0000644000000000000000000000243312162726046010601 0ustar Source: arc Section: utils Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 7.0.0), cdbs Standards-Version: 3.9.4 Homepage: https://github.com/ani6al/arc Package: arc Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: Archive utility based on the MSDOS ARC program This program is based on the MSDOS ARC program, version 5.21, plus a few enhancements... . o ARC also performs Huffman Squeezing on data. The Huffman Squeeze algorithm was removed from MSDOS ARC after version 5.12. It turns out to be more efficient than Lempel-Ziv style compression when compressing graphic images. Squeeze analysis is always done now, and the best of packing, squeezing, or crunching is used. . o Compresses and extracts Squashed files. "Squashing" was created by Phil Katz in his PKxxx series of ARC utility programs for MSDOS. Dan Lanciani wrote the original modifications to ARC's Crunch code to handle Squashing. I've made minor changes since then, mostly to reduce the amount of memory required. The 'q' option flag must be specified to Squash files. The Squashing algorithm will be used instead of the usual Crunch algorithm, and will be compared against packing and squeezing, as before. debian/source/0000755000000000000000000000000011507617756010505 5ustar debian/source/format0000644000000000000000000000001311507617756011712 0ustar 3.0 (quilt)debian/watch0000644000000000000000000000005611507623052010221 0ustar version=3 http://sf.net/arc/arc-(.*)\.tar\.gz debian/compat0000644000000000000000000000000211507617244010373 0ustar 7 debian/rules0000755000000000000000000000066012162725541010255 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk export DEB_BUILD_MAINT_OPTIONS = hardening=+all DEB_MAKE_CLEAN_TARGET := clean DEB_MAKE_BUILD_TARGET := all LIBS="$(shell dpkg-buildflags --get LDFLAGS)" DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/arc PREFIX=/usr CFLAGS := -O -Wall $(shell dpkg-buildflags --get CFLAGS) -DSYSV=1 debian/patches/0000755000000000000000000000000012162730300010607 5ustar debian/patches/series0000644000000000000000000000003511507627056012041 0ustar spelling manpage-section-fix debian/patches/spelling0000644000000000000000000000130711507627367012374 0ustar This patch fixes a spelling error in arc's man page. This error is already fixed upstream but not released yet. Index: arc-5.21p/arc.1 =================================================================== --- arc-5.21p.orig/arc.1 2011-01-01 13:26:19.000000000 +0000 +++ arc-5.21p/arc.1 2011-01-01 13:34:35.000000000 +0000 @@ -137,7 +137,7 @@ .I Arc Version 2 differs from version 1 in that archive entries are automatically compressed when they are added to the archive, -making a separate compression step unecessary. The nature of the +making a separate compression step unnecessary. The nature of the compression is indicated by the header version number placed in each archive entry, as follows: .nf debian/patches/manpage-section-fix0000644000000000000000000000161211507627170014404 0ustar This patch changes the man page sections from 1L to 1. This is also already changed upstream but not released yet. Index: arc-5.21p/arc.1 =================================================================== --- arc-5.21p.orig/arc.1 2011-01-01 13:37:54.000000000 +0000 +++ arc-5.21p/arc.1 2011-01-01 13:38:03.000000000 +0000 @@ -1,4 +1,4 @@ -.TH ARC 1L "11 Nov 1991" "Howard Chu@JPL" "LOCAL COMMANDS" +.TH ARC 1 "11 Nov 1991" "Howard Chu@JPL" "LOCAL COMMANDS" .SH NAME arc \- pc archive utility .SH SYNOPSIS Index: arc-5.21p/marc.1 =================================================================== --- arc-5.21p.orig/marc.1 2011-01-01 13:37:57.000000000 +0000 +++ arc-5.21p/marc.1 2011-01-01 13:38:07.000000000 +0000 @@ -1,4 +1,4 @@ -.TH MARC 1L "25 Nov 1992" "Howard Chu@JPL" "LOCAL COMMANDS" +.TH MARC 1 "25 Nov 1992" "Howard Chu@JPL" "LOCAL COMMANDS" .SH NAME marc \- archive merger .SH SYNOPSIS debian/dirs0000644000000000000000000000001011507617244010050 0ustar usr/bin debian/docs0000644000000000000000000000003211507617244010043 0ustar Readme Arc521.doc Arcinfo debian/copyright0000644000000000000000000000111411507617244011125 0ustar This package was debianized by Klaus Reimer on Mon, 3 Nov 2003 22:15:12 +0100. It was downloaded from http://arc.sourceforge.net/ Upstream Author: Howard Chu Copyright: Copyright (C) 2003 Thom Henderson License: arc is available under the terms of the General Public License. On Debian GNU/Linux systems, the complete text of this license can be found in /usr/share/common-licenses/GPL. The Debian packaging is copyright 2009, Klaus Reimer and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/changelog0000644000000000000000000000417112162730262011044 0ustar arc (5.21q-1) unstable; urgency=low * QA upload * New upstream version 5.21q Relicense under the GPL Closes: #641449 * Use Hardening Options * Add a Homepage control field to debian/control -- Anibal Monsalve Salazar Thu, 27 Jun 2013 13:09:45 +1000 arc (5.21p-2) unstable; urgency=low * Orphaning package. -- Klaus Reimer Tue, 25 Jun 2013 08:47:57 +0000 arc (5.21p-1) unstable; urgency=low * New upstream version. * Switched to CDBS. * Added patch to fix spelling error in arc man page. * Added patch to fix man page sections. * Corrected watch file. -- Klaus Reimer Sat, 01 Jan 2011 14:09:00 +0000 arc (5.21o-3) unstable; urgency=low * Added misc:Depends. -- Klaus Reimer Sat, 07 Aug 2010 09:08:33 +0000 arc (5.21o-2) unstable; urgency=low * Added watch file. -- Klaus Reimer Tue, 12 May 2009 06:43:56 +0000 arc (5.21o-1) unstable; urgency=low * New upstream release (Closes: #415988) * Updated to debhelper 7 and debian policy 3.8.1 -- Klaus Reimer Fri, 13 Mar 2009 07:50:34 +0000 arc (5.21m-1) unstable; urgency=high * New upstream release * Fixed insecure permissions of a temporary file [arcsvc.c, CAN-2005-2945] (Closes: #329053) * Fixed insecure temporary file creation [arcsvc.c, CAN-2005-2992] -- Klaus Reimer Wed, 21 Sep 2005 18:28:00 +0100 arc (5.21l-1) unstable; urgency=low * New upstream version. * Fixed gcc-4.0 compiler problem (Closes: #285195) -- Klaus Reimer Sun, 13 Mar 2005 16:50:13 +0100 arc (5.21k-1) unstable; urgency=low * New upstream version. * Fixed some buffer overflows (Closes: #278879) -- Klaus Reimer Sat, 6 Nov 2004 12:34:09 +0100 arc (5.21j-2) unstable; urgency=low * Now build with -O2 and CC=gcc (Closes: 221949) * Created and added a simple marc man page. -- Klaus Reimer Wed, 28 Jan 2004 16:42:43 +0100 arc (5.21j-1) unstable; urgency=low * Initial Release (Closes: #219018). -- Klaus Reimer Mon, 3 Nov 2003 22:15:12 +0100