debian/0000750000000000000000000000000012265556065007175 5ustar debian/control0000640000000000000000000000323712265556065010606 0ustar Source: patool Section: utils Priority: optional Maintainer: Bastian Kleineidam Build-Depends: python-all (>= 2.7), debhelper (>= 9) X-Python-Version: >= 2.7 Standards-Version: 3.9.4 Homepage: http://wummel.github.io/patool/ Package: patool Architecture: all Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: file Provides: ${python:Provides} Suggests: arj, bzip2 | lbzip2 | pbzip2, cabextract | lcab, ncompress, cpio | bsdcpio, lzop, p7zip-full, rar | unrar | unrar-nonfree, zip | unzip, rpm2cpio, binutils, lha, unace | unace-nonfree, arc | nomarch, unalz, lrzip (>= 0.551), tar (>= 1.26) | star | bsdtar, rzip, zoo, xdms, orange, lzip | plzip | clzip | pdlzip, sharutils, flac, shorten, unadf, archmage, genisoimage, python-argcomplete Description: command line archive file manager Various archive formats can be created, extracted, tested, listed, compared, searched and repacked by patool. The archive format is determined with file(1) and as a fallback by the archive file extension. . patool supports 7z (.7z), ACE (.ace), ADF (.adf), ALZIP (.alz), AR (.a), ARC (.arc), ARJ (.arj), BZIP2 (.bz2), CAB (.cab), compress (.Z), CPIO (.cpio), DEB (.deb), DMS (.dms), FLAC (.flac), GZIP (.gz), ISO (.iso), LZH (.lha, .lzh), LZIP (.lz), LZMA (.lzma), LZOP (.lzo), RAR (.rar), RPM (.rpm), RZIP (.rz), SHAR (.shar), SHN (.shn), TAR (.tar), XZ (.xz), ZIP (.zip, .jar) and ZOO (.zoo) formats. . It relies on helper applications to handle those archive formats (for example bzip2 for BZIP2 archives). . The archive formats TAR, ZIP, BZIP2 and GZIP are supported natively and do not require helper applications to be installed. debian/pycompat0000640000000000000000000000000212265556065010745 0ustar 2 debian/patool.docs0000640000000000000000000000001712265556065011344 0ustar doc/patool.txt debian/compat0000640000000000000000000000000212265556065010374 0ustar 9 debian/rules0000750000000000000000000000120612265556065010254 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_auto_build: # force usage of setup.py over Makefile dh_auto_build --buildsystem python_distutils $(MAKE) doc/patool.txt # do not run test suite when building override_dh_auto_test: override_dh_installchangelogs: # install custom changelog dh_installchangelogs doc/changelog.txt ROOT=$(CURDIR)/debian/patool override_dh_auto_install: dh_auto_install --buildsystem python_distutils # install bash_completion script install -m 644 patool.bash-completion $(ROOT)/etc/bash_completion.d/patool # use xz for debian binary package compression override_dh_builddeb: dh_builddeb -- -Zxz debian/watch0000640000000000000000000000023712265556065010231 0ustar # patool-(.*)\.tar\.gz # watch control file for uscan version=3 http://wummel.github.io/patool/ \ http://wummel\.github\.io/patool/dist/patool-(.*)\.tar\.gz debian/patool.dirs0000640000000000000000000000002612265556065011355 0ustar etc/bash_completion.d debian/changelog0000640000000000000000000000225412265556065011053 0ustar patool (1.4-2) unstable; urgency=low * Updated debian/watch -- Bastian Kleineidam Wed, 15 Jan 2014 20:05:45 +0100 patool (1.4-1) unstable; urgency=low * New upstream release. -- Bastian Kleineidam Fri, 26 Jul 2013 22:39:17 +0200 patool (1.3-1) unstable; urgency=low * New upstream release. -- Bastian Kleineidam Fri, 19 Jul 2013 15:11:17 +0200 patool (1.2-1) unstable; urgency=low * New upstream release. (Closes: #711959) -- Bastian Kleineidam Thu, 27 Jun 2013 22:20:13 +0200 patool (1.1-1) unstable; urgency=low * New upstream release. -- Bastian Kleineidam Sun, 14 Apr 2013 14:41:58 +0200 patool (1.0-2) unstable; urgency=low * Start with a clean debian/changelog. * Remove unofficial remark from debian/control * Do not install custom bts file for reportbug. * Use machine-readable debian/copyright information. -- Bastian Kleineidam Tue, 05 Mar 2013 19:44:45 +0100 patool (1.0-1) unstable; urgency=low * Official release (Closes: #702029) -- Bastian Kleineidam Mon, 04 Mar 2013 19:12:32 +0100 debian/source/0000750000000000000000000000000012265556065010475 5ustar debian/source/format0000640000000000000000000000001412265556065011704 0ustar 3.0 (quilt) debian/copyright0000640000000000000000000000217012265556065011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: patool Upstream-Contact: Bastian Kleineidam Source: http://wummel.github.io/patool/ Files: * Copyright: Copyright (C) 2010-2013 Bastian Kleineidam 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. . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. Files: debian/* Copyright: Copyright (C) 2010-2013 Bastian Kleineidam 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. . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.