debian/0000755000000000000000000000000012146512136007167 5ustar debian/rules0000755000000000000000000000003612146512136010246 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000247612146512136010603 0ustar Source: libarchive-ar-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Salvatore Bonaccorso , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-mockobject-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libarchive-ar-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libarchive-ar-perl.git Homepage: https://metacpan.org/release/Archive-Ar/ Package: libarchive-ar-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl interface for manipulating ar archives Archive::Ar is a pure-perl way to handle standard ar archives. . This is useful if you have those types of old archives on the system, but it is also useful because .deb packages for the Debian GNU/Linux distribution are ar archives. This is one building block in a future chain of modules to build, manipulate, extract, and test Debian modules with no platform or architecture dependence. . You may notice that the API to Archive::Ar is similar to Archive::Tar, and this was done intentionally to keep similarity between the Archive::* modules. debian/source/0000755000000000000000000000000012146512136010467 5ustar debian/source/format0000644000000000000000000000001412146512136011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000666212146512136011053 0ustar libarchive-ar-perl (1.15-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Email change: Salvatore Bonaccorso -> carnil@debian.org * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 1.15 * Update source format to 3.0 (quilt) * Bump debian/copyright format to 1.0 * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 -- Xavier Guimard Mon, 20 May 2013 19:27:53 +0200 libarchive-ar-perl (1.14-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * Remove Florian Ragwitz from Uploaders (closes: #523152). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * New upstream release - Fix list_files to return a list in list context, to match doc. - Pad odd-size archives to an even number of bytes. - Fixed broken file perms (decimal mode stored as octal string) (Closes: #523515) * Fix debian/watch file to match also upstram version with no trailing letter in version number. * Drop debian/patches since all fixes are now integrated upstream (See DBTS #419101) and drop use of quilt patch system. Delete debian/README.source from source package. * debian/control: - Add myself to Uploaders. - Drop versioned -Build-Depends-Indep on perl with an unversioned dependency. * Bump compat level to debhelper 7. * Minimize debian/rules to a tiny 3-line makefile. * Update debian/changelog with the Format-Specification ind r59 of DEP5 machine readable format proposal. * Bump Standards-Version to 3.8.3 (no changes needed) -- Salvatore Bonaccorso Sun, 25 Oct 2009 14:19:11 +0100 libarchive-ar-perl (1.13b-2) unstable; urgency=low * Take over for the Debian Perl Group with maintainer's permission (http://lists.debian.org/debian-perl/2008/06/msg00039.html) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Florian Ragwitz ); Florian Ragwitz moved to Uploaders. * Add debian/watch. * Add patches pad-2-byte-{read,write}.patch to respect the 2-byte alignment requirement of the Ar file format (closes: #419101); add quilt framework; thanks to Magnus Holmgren for the bug report and the patch. * Add /me to Uploaders. * Set debhelper compatibility level to 5. * Set Standards-Version to 3.8.0; add debian/README.source to document quilt usage. * debian/copyright: use author-independent upstream URL. * Refresh debian/rules, no functional changes. -- gregor herrmann Mon, 16 Jun 2008 19:01:16 +0200 libarchive-ar-perl (1.13b-1.1) unstable; urgency=low * Non-maintainer upload. * Conditionally remove /usr/lib/perl5 (closes: #467658) * Correct typo (debian -> Debian) in debian/control -- Stephen Gran Sat, 05 Apr 2008 12:35:47 +0100 libarchive-ar-perl (1.13b-1) unstable; urgency=low * Initial Release (Closes: #320253). -- Florian Ragwitz Mon, 31 Oct 2005 21:01:34 +0100 debian/compat0000644000000000000000000000000212146512136010365 0ustar 8 debian/copyright0000644000000000000000000000227612146512136011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Archive-Ar Source: https://metacpan.org/release/Archive-Ar/ Upstream-Contact: John Bazik Files: * Copyright: 2003, Jay Bonci License: Artistic or GPL-1+ Files: debian/* Copyright: 2005, Florian Ragwitz 2008, Stephen Gran 2008, gregor herrmann 2009, Salvatore Bonaccorso 2013, Xavier Guimard 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/watch0000644000000000000000000000016712146512136010224 0ustar version=3 https://metacpan.org/release/Archive-Ar/ .+/Archive-Ar-v?(\d[\d.-]+[a-z]?)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$