debian/0000755000000000000000000000000012200671035007162 5ustar debian/compat0000644000000000000000000000000212200671035010360 0ustar 8 debian/libarchive-tar-wrapper-perl.examples0000644000000000000000000000000512200671035016227 0ustar eg/* debian/changelog0000644000000000000000000000116612200671035011040 0ustar libarchive-tar-wrapper-perl (0.18-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ intrigeri ] * Imported Upstream version 0.18 * Add new build and runtime dependency on libfile-which-perl. * Bump Standards-Version to 3.9.4, no change required. -- intrigeri Sun, 06 Jan 2013 21:57:04 +0100 libarchive-tar-wrapper-perl (0.16-1) unstable; urgency=low * Initial Release (Closes: #679470). -- intrigeri Fri, 29 Jun 2012 00:48:27 +0200 debian/rules0000755000000000000000000000003612200671035010241 0ustar #!/usr/bin/make -f %: dh $@ debian/libarchive-tar-wrapper-perl.docs0000644000000000000000000000000712200671035015343 0ustar README debian/watch0000644000000000000000000000020412200671035010207 0ustar version=3 https://metacpan.org/release/Archive-Tar-Wrapper/ .*/Archive-Tar-Wrapper-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000012200671035010462 5ustar debian/source/format0000644000000000000000000000001412200671035011670 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000205312200671035011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Archive-Tar-Wrapper Upstream-Contact: Mike Schilli Source: https://metacpan.org/release/Archive-Tar-Wrapper/ Files: * Copyright: Mike Schilli License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, intrigeri License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000210112200671035010557 0ustar Source: libarchive-tar-wrapper-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: intrigeri Build-Depends: debhelper (>= 8) Build-Depends-Indep: libfile-which-perl, libipc-run-perl, liblog-log4perl-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libarchive-tar-wrapper-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libarchive-tar-wrapper-perl.git Homepage: https://metacpan.org/release/Archive-Tar-Wrapper/ Package: libarchive-tar-wrapper-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libfile-which-perl, libipc-run-perl, liblog-log4perl-perl Description: API wrapper around the 'tar' utility Archive::Tar::Wrapper is an API wrapper around the 'tar' command line utility. It never stores anything in memory, but works on temporary directory structures on disk instead. It provides a mapping between the logical paths in the tarball and the 'real' files in the temporary directory on disk.