--- unrar-nonfree-3.5.2.orig/makefile.unix +++ unrar-nonfree-3.5.2/makefile.unix @@ -99,7 +99,7 @@ all: unrar clean: - @rm -f *.o *.bak *~ + @rm -f *.o *.bak *~ unrar unrar: WHAT=UNRAR unrar: $(OBJECTS) $(UNRAR_OBJ) --- unrar-nonfree-3.5.2.orig/debian/unrar.1 +++ unrar-nonfree-3.5.2/debian/unrar.1 @@ -0,0 +1,98 @@ +.TH UNRAR 1 02.11.1999 "" "RAR archiver" +.SH NAME +unrar \- extract files from rar archives +.SH SYNOPSIS +.B unrar +.I " [- -] archive [files...] [path\...]" +.SH "DESCRIPTION" +This manual page documents briefly the +.BR unrar +command. +.br +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.br +Commands and options described here are as of unrar 2.02. +.SH OPTIONS +After the program name comes a command and then optional switches with +dashes before them. +A summary of commands is included below. +For a complete description, run +.BR unrar +without options. +.TP +.B e +Extract files to current directory. +.TP +.B l +List archive content. +.TP +.B p +Print file to stdout. +.TP +.B t +Test archive files. +.TP +.B v +Verbosely list archive. +.TP +.B x +Extract files with full path. +.SH SWITCHES +.BR NOTE: +Every switch must be separated by a whitespace. You cannot put them +together. +.TP +.B -av- +Disable AV check. +.TP +.B -c- +Disable comments show. +.TP +.B -f +Freshen files. +.TP +.B -kb +Keep broken extracted files. +.TP +.B -ierr +Send all messages to stderr. +.TP +.B -inul +Disable all messages. +.TP +.B -o+ +Overwrite existing files. +.TP +.B -o- +Do not overwrite existing files. +.TP +.B -p +Set password. +.TP +.B -p- +Do not query password. +.TP +.B -r +Recurse subdirectories. +.TP +.B -u +Update files. +.TP +.B -v +List all volumes. +.TP +.B -x +Exclude specified file. +.TP +.B -x@ +Exclude files in specified list file. +.TP +.B -x@ +Read file names to exclude from stdin. +.TP +.B -y +Assume Yes on all queries. +.SH AUTHOR +This manual page was written by Petr Cech according +to "unrar -h" for the Debian GNU/Linux system (but may be used by others). --- unrar-nonfree-3.5.2.orig/debian/dirs +++ unrar-nonfree-3.5.2/debian/dirs @@ -0,0 +1 @@ +usr/bin --- unrar-nonfree-3.5.2.orig/debian/changelog +++ unrar-nonfree-3.5.2/debian/changelog @@ -0,0 +1,109 @@ +unrar-nonfree (1:3.5.2-0.1) unstable; urgency=medium + + * Non-Maintainer Upload + * New upstream (Closes: #302986) + + License no longer prohibits packaging changes (Closes: #308272) + + Dropped security patch, as it has been incorporated upstream + * Make if very clear in copyright that you can't use the source code for + recreating rar compression algorithm + * Renamed binary package to 'unrar' to replace the still-in-development free + 'equivalent', add epoch to cope with version increase too + (Closes: #265045) + + -- Jeroen van Wolffelaar Sun, 22 May 2005 11:47:41 +0200 + +unrar-nonfree (3.4.3-1) unstable; urgency=low + + * New upstream release + * Applied Ulf Harnhammar's patch to solve overflows when $HOME was too + large (closes: #280263). + + -- Chris Anderson Wed, 1 Dec 2004 02:22:56 +0000 + +unrar-nonfree (3.4.2-1) unstable; urgency=low + + * New upstream release + * Updated debian/copyright + * Removed commented / obsolete lines in debian/rules + * Modified makefile.unix to remove the unrar binary on clean + * Updated package to properly use debhelper v4 + + -- Chris Anderson Thu, 26 Aug 2004 01:19:48 +0000 + +unrar-nonfree (3.3.6-2) unstable; urgency=low + + * New maintainer. + * Removed g++ build dependency. + * Changed makefile's CXX to g++ from g++-3.3 (closes: #239188). + * Updated description to reflect new name. + * Removed unneeded my-end.h from debian/ and debian/rules. + + -- Chris Anderson Fri, 2 Jul 2004 01:53:47 +0000 + +unrar-nonfree (3.3.6-1.2) unstable; urgency=low + + * NMU. + * Oops. -1.1 was uploaded as Debian-native by mistake. Fix this mess by + renaming the orig tarball consistently. (sorry) + + -- Robert Millan Sat, 19 Jun 2004 15:36:07 +0200 + +unrar-nonfree (3.3.6-1.1) unstable; urgency=low + + * NMU. + * Rename package to unrar-nonfree. (Closes: 240949) + - debian/control: Set Source, Package, Replaces, Provides and Conflicts + accordingly. + + -- Robert Millan Wed, 2 Jun 2004 20:11:51 +0200 + +unrar (3.3.6-1) unstable; urgency=low + + * New upstream version. + - This should (closes: #228128) /me crosses fingers + + -- Petr Cech Tue, 9 Mar 2004 08:51:30 +0100 + +unrar (3.3.2-1) unstable; urgency=low + + * New upstream release. + * User g++-3.3 + + -- Petr Cech Mon, 8 Dec 2003 14:41:13 +0100 + +unrar (3.2.2-1) unstable; urgency=low + + * New upstream release (closes: #194962) + * Use g++-3.2 + + -- Petr Cech Tue, 10 Jun 2003 13:34:41 +0200 + +unrar (3.1.3-1) unstable; urgency=low + + * New upstream version. + * Remove mentionig of Rara.txt (closes: #174590) + + -- Petr Cech Mon, 13 Jan 2003 14:54:35 +0100 + +unrar (3.0-2) unstable; urgency=low + + * Move debheler from Depends: to Build-Depends: (closes: #156062). Sorry + * It's already packaged (closes: #157426) + * Doesn't Build-dep on itself anymore (closes: #93636) + + -- Petr Cech Tue, 20 Aug 2002 21:52:28 +0200 + +unrar (3.0-1) unstable; urgency=low + + * New upstream release. + * Build-Depend on debhelper. + * Standards-Version: 3.5.6. + + -- Petr Cech Thu, 6 Jun 2002 22:57:29 +0200 + +unrar (2.50-1) unstable; urgency=low + + * Initial release. + * build against glibc2. + + -- Petr Cech Thu, 16 Mar 2000 18:51:33 +0100 --- unrar-nonfree-3.5.2.orig/debian/copyright +++ unrar-nonfree-3.5.2/debian/copyright @@ -0,0 +1,57 @@ +This package was debianized by Petr Cech on +Thu, 16 Mar 2000 18:51:33 +0100. +Further modifications have been made by Chris Anderson +on Wed Aug 25 19:03:47 EDT 2004 + +It was downloaded from http://www.rarlab.com/rar/unrarsrc-3.5.2.tar.gz + +Copyright: +Copyright (c) 1993-2005 Alexander L. Roshal + +NOTE: this software is non-free, therefore carefully read this license before +doing anything with it. In particular, this source code may not be used for +recreating the rar compression algorithm. + +Full license follows: + + ****** ***** ****** unRAR - free utility for RAR archives + ** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ****** ******* ****** License for use and distribution of + ** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ** ** ** ** ** ** FREE portable version + ~~~~~~~~~~~~~~~~~~~~~ + + The source code of unRAR utility is freeware. This means: + + 1. All copyrights to RAR and the utility unRAR are exclusively + owned by the author - Alexander Roshal. + + 2. The unRAR sources may be used in any software to handle RAR + archives without limitations free of charge, but cannot be used + to re-create the RAR compression algorithm, which is proprietary. + Distribution of modified unRAR sources in separate form or as a + part of other software is permitted, provided that it is clearly + stated in the documentation and source comments that the code may + not be used to develop a RAR (WinRAR) compatible archiver. + + 3. The unRAR utility may be freely distributed. No person or company + may charge a fee for the distribution of unRAR without written + permission from the copyright holder. + + 4. THE RAR ARCHIVER AND THE UNRAR UTILITY ARE DISTRIBUTED "AS IS". + NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT + YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, + DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING + OR MISUSING THIS SOFTWARE. + + 5. Installing and using the unRAR utility signifies acceptance of + these terms and conditions of the license. + + 6. If you don't agree with terms of the license you must remove + unRAR files from your storage devices and cease to use the + utility. + + Thank you for your interest in RAR and unRAR. + + + Alexander L. Roshal --- unrar-nonfree-3.5.2.orig/debian/substvars +++ unrar-nonfree-3.5.2/debian/substvars @@ -0,0 +1 @@ +shlibs:Depends=libc6 (>= 2.3.2.ds1-4), libgcc1 (>= 1:3.3.4-1), libstdc++5 (>= 1:3.3.4-1) --- unrar-nonfree-3.5.2.orig/debian/compat +++ unrar-nonfree-3.5.2/debian/compat @@ -0,0 +1 @@ +4 --- unrar-nonfree-3.5.2.orig/debian/control +++ unrar-nonfree-3.5.2/debian/control @@ -0,0 +1,14 @@ +Source: unrar-nonfree +Section: non-free/utils +Priority: optional +Maintainer: Chris Anderson +Build-Depends: debhelper (>= 4) +Standards-Version: 3.6.1 + +Package: unrar +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: rar (<= 2.60-1) +Description: Unarchiver for .rar files (non-free version) + Unrar can extract files from .rar archives. If you want to create .rar + archives, install package rar. --- unrar-nonfree-3.5.2.orig/debian/rules +++ unrar-nonfree-3.5.2/debian/rules @@ -0,0 +1,43 @@ +#!/usr/bin/make -f +# Made with the aid of dh_make, by Petr Cech. +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. +# Some lines taken from debmake, by Christoph Lameter. + +build: + dh_testdir + make -f makefile.unix + +clean: + dh_testdir + dh_testroot + + make -f makefile.unix clean + dh_clean + +# Build architecture-independent files here. +binary-indep: build +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + install -o root -g root -s -m 0755 unrar debian/unrar/usr/bin + + dh_installdocs + dh_installman debian/unrar.1 + dh_installchangelogs + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary