debian/0000755000000000000000000000000012214622505007165 5ustar debian/rules0000755000000000000000000000003612214622505010244 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000222612214622505010572 0ustar Source: libperlio-via-dynamic-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Bastian Blank , gregor herrmann Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/PerlIO-via-dynamic Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperlio-via-dynamic-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libperlio-via-dynamic-perl.git Package: libperlio-via-dynamic-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, Description: module to create dynamic PerlIO layers PerlIO::via::dynamic is used for creating dynamic PerlIO layers. It is useful when the behavior or the layer depends on variables. You should not use this module as via layer directly (ie :via(dynamic)). . Use the constructor to create new layers, with two arguments: translate and untranslate. Then use $p->via ($fh) to wrap the handle. . Note that PerlIO::via::dynamic uses the scalar fields to reference to the object representing the dynamic namespace. If you debian/source/0000755000000000000000000000000012214622505010465 5ustar debian/source/format0000644000000000000000000000001412214622505011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000321312214622505011036 0ustar libperlio-via-dynamic-perl (0.14-1) unstable; urgency=low * Take over for the Debian Perl Group with maintainer's permission (https://lists.debian.org/debian-perl/2013/08/msg00050.html) * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Bastian Blank ); Bastian Blank moved to Uploaders. * debian/watch: use metacpan-based URL. * Switch to "3.0 (quilt)" source format. * New upstream release. * Use debhelper 8 and dh(1) in debian/rules. * debian/copyright: switch formatting to Copyright-Format 1.0. * Drop version from perl build dependency. * Add /me to Uploaders. * Declare compliance with Debian Policy 3.9.4. * Update short and long description. -- gregor herrmann Fri, 13 Sep 2013 16:45:56 +0200 libperlio-via-dynamic-perl (0.12-1) unstable; urgency=low * New upstream version. * Use external orig. -- Bastian Blank Sun, 20 Apr 2008 21:33:59 +0200 libperlio-via-dynamic-perl (0.11-1.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #467850 -- Mark Hymers Sat, 05 Apr 2008 21:09:06 +0100 libperlio-via-dynamic-perl (0.11-1) unstable; urgency=low * New usptream version. -- Bastian Blank Fri, 24 Sep 2004 12:28:26 +0200 libperlio-via-dynamic-perl (0.02-1) unstable; urgency=low * Initial Release. -- Bastian Blank Sun, 4 Apr 2004 00:09:22 +0200 debian/compat0000644000000000000000000000000212214622505010363 0ustar 8 debian/copyright0000644000000000000000000000247212214622505011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/PerlIO-via-dynamic Upstream-Contact: Alex Vandiver Upstream-Name: PerlIO-via-dynamic Files: * Copyright: 2004, Chia-liang Kao License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2004, 2008, Bastian Blank 2008, Mark Hymers 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/watch0000644000000000000000000000020112214622505010207 0ustar version=3 https://metacpan.org/release/PerlIO-via-dynamic .*/PerlIO-via-dynamic-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$