debian/0000755000000000000000000000000012223100373007157 5ustar debian/rules0000755000000000000000000000003612223100373010236 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000256112223100373010566 0ustar Source: libfile-fu-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann , Damyan Ivanov Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libfile-which-perl, libclass-accessor-classy-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-fu-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-fu-perl.git Homepage: https://metacpan.org/release/File-Fu/ Package: libfile-fu-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libfile-which-perl, libclass-accessor-classy-perl Description: module for manipulating files and directories as objects File::Fu is a Perl module that provides an method of manipulating directories and files as objects, making use of operator overloading to allow for precise composition fo paths and support for many built-in methods. It also provides a way to create temporary directories and files. . The interface and style provided by this module are quite different than Perl built-in functions or File::Spec. The syntax is concise and errors are checked using exceptions, so you never need to check a return code. debian/source/0000755000000000000000000000000012223100373010457 5ustar debian/source/format0000644000000000000000000000001412223100373011665 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000372312223100373011036 0ustar libfile-fu-perl (0.0.8-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * New upstream release. * Update patches. Drop findknob.t-on-tmpfs.patch: test reworked upstream. Refresh and forward spelling.patch. * Update years of packaging copyright and license stanzas. * Declare compliance with Debian Policy 3.9.4. * Bump debhelper compatibility level to 8. -- gregor herrmann Wed, 02 Oct 2013 22:23:56 +0200 libfile-fu-perl (0.0.7-2) unstable; urgency=low * add a patch to findknob.t, making it pass on filesystems that return directories first (like tmpfs). Closes: #573657. Thanks to Lucas Nussbaum and Tim Retout. * add myself to Uploaders -- Damyan Ivanov Thu, 13 May 2010 23:53:08 +0300 libfile-fu-perl (0.0.7-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.4 (no changes) * Rewrite control description [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. * Add /me to Uploaders. * Convert to source format 3.0 (quilt). * Add patch to fix a spelling mistake. -- gregor herrmann Sat, 06 Mar 2010 20:02:11 +0100 libfile-fu-perl (0.0.6-1) unstable; urgency=low * Initial Release (Closes: #536825) -- Jonathan Yu Sat, 25 Jul 2009 07:10:04 -0400 debian/compat0000644000000000000000000000000212223100373010355 0ustar 8 debian/patches/0000755000000000000000000000000012223100373010606 5ustar debian/patches/spelling.patch0000644000000000000000000000104512223100373013444 0ustar Description: spelling mistake Bug: https://rt.cpan.org/Ticket/Display.html?id=89212 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89212 Author: gregor herrmann Last-Update: 2013-10-02 --- a/lib/File/Fu/Dir.pm +++ b/lib/File/Fu/Dir.pm @@ -531,7 +531,7 @@ =head2 contents -Equivelant to readdir. With the 'all' option true, returns hidden names +Equivalent to readdir. With the 'all' option true, returns hidden names too (but not the '.' and '..' entries.) The return values are strings, not File::Fu objects. debian/patches/series0000644000000000000000000000001712223100373012021 0ustar spelling.patch debian/copyright0000644000000000000000000000210412223100373011107 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: File-Fu Upstream-Contact: Eric Wilhelm Source: https://metacpan.org/release/File-Fu/ Files: * Copyright: 2008, Eric Wilhelm License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2010, Jonathan Yu 2010-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/watch0000644000000000000000000000021312223100373010204 0ustar version=3 opts="uversionmangle=s/^v//" \ https://metacpan.org/release/File-Fu/ .*/File-Fu-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$