debian/0000755000000000000000000000000012257351661007176 5ustar debian/rules0000755000000000000000000000003612257351661010255 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000206712257351661010606 0ustar Source: libapp-fatpacker-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapp-fatpacker-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapp-fatpacker-perl.git Homepage: https://metacpan.org/release/App-FatPacker Package: libapp-fatpacker-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Provides: fatpack Description: module to pack dependencies onto script files While the proliferation of solutions like local::lib and cpanminus has made it a breeze to manage dependencies, there are still some rare occassions in which shipping code that has no external non-core dependencies is necessary. . App::FatPacker and the included fatpack script do the work of tracing, collecting packlists, extracting modules in fatlib, then concatenating into a packed script - in one shot. debian/source/0000755000000000000000000000000012257351661010476 5ustar debian/source/format0000644000000000000000000000001412257351661011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000073012257351661011050 0ustar libapp-fatpacker-perl (0.010000-1) unstable; urgency=medium * New upstream release. * Update list of upstream copyright holders. * Add a patch to fix a spelling mistake. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Fri, 27 Dec 2013 20:23:07 +0100 libapp-fatpacker-perl (0.009018-1) unstable; urgency=low * Initial release (closes: #721289). -- gregor herrmann Fri, 30 Aug 2013 03:03:58 +0200 debian/compat0000644000000000000000000000000212257351661010374 0ustar 8 debian/patches/0000755000000000000000000000000012257351661010625 5ustar debian/patches/spelling.patch0000644000000000000000000000123112257351661013460 0ustar Description: fix a spelling mistake Origin: vendor Bug: somewhere it https://rt.cpan.org/Public/Dist/Display.html?Name=App-FatPacker (submission still in mailqueue since CPAN RT's MX throws temporary errors) Forwarded: yes, see above Author: gregor herrmann Last-Update: 2013-12-27 --- a/lib/App/FatPacker/Trace.pm +++ b/lib/App/FatPacker/Trace.pm @@ -79,7 +79,7 @@ perl -MApp::FatPacker::Trace [...] -You can control the paramters to the import using an equal sign, as such: +You can control the parameters to the import using an equal sign, as such: # send the parameter "hello" perl -MApp::FatPacker::Trace=hello [...] debian/patches/series0000644000000000000000000000001712257351661012040 0ustar spelling.patch debian/copyright0000644000000000000000000000340512257351661011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/App-FatPacker Upstream-Contact: Karen Etheridge Upstream-Name: App-FatPacker Files: * Copyright: 2010, mst - Matt S. Trout (cpan:MSTROUT) 2010, miyagawa - Tatsuhiko Miyagawa (cpan:MIYAGAWA) 2010, tokuhirom - MATSUNO★Tokuhiro (cpan:TOKUHIROM) 2010, dg - David Leadbeater (cpan:DGL) 2010, gugod - 劉康民 (cpan:GUGOD) 2010, t0m - Tomas Doran (cpan:BOBTFISH) 2010, sawyer - Sawyer X (cpan:XSAWYERX) 2010, ether - Karen Etheridge (cpan:ETHER) 2010, Mithaldu - Christian Walde (cpan:MITHALDU) 2010, dolmen - Olivier Mengué (cpan:DOLMEN) 2010, djerius - Diab Jerius (cpan:DJERIUS) 2010, haarg - Graham Knop (cpan:HAARG> License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, gregor herrmann 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/watch0000644000000000000000000000016712257351661010233 0ustar version=3 https://metacpan.org/release/App-FatPacker .*/App-FatPacker-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$