debian/0000755000000000000000000000000012217551106007166 5ustar debian/watch0000644000000000000000000000016012217551106010214 0ustar version=3 https://metacpan.org/release/File-Flat/ .*/File-Flat-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000644000000000000000000000402012217551106011034 0ustar libfile-flat-perl (1.04-4) unstable; urgency=low * d/control: - removed DM Upload Allow - bumped standards/compat version * Changed URLs from cpan to MetaCpan * d/copyright: update to 1.0 -- Jonas Genannt Sun, 22 Sep 2013 13:17:21 +0200 libfile-flat-perl (1.04-3) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format * bumped debhelper compat version * bumped standards version * d/watch: added watch file * d/control: added Homepage field * d/control: added misc:Depends to Depends * d/rules: reduced * d/copyright: changed to DEP5 * d/control: Added DM-Upload-Allow -- Jonas Genannt Mon, 09 Jan 2012 15:40:26 +0100 libfile-flat-perl (1.04-2) unstable; urgency=low * Added Build-Depend: libparams-util-perl (Closes: #527820) * Added Depend: libparams-util-perl * new standards version * new debhelper version (7) -- Jonas Genannt Fri, 08 May 2009 23:35:23 +0200 libfile-flat-perl (1.04-1) unstable; urgency=low * New Upstream Release * new standards version -- Jonas Genannt Wed, 24 Sep 2008 20:04:45 +0200 libfile-flat-perl (1.00-1.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #467793 -- Mark Hymers Sat, 05 Apr 2008 21:08:59 +0100 libfile-flat-perl (1.00-1) unstable; urgency=low * New Upstream Release * bumped Standards-Version to 3.7.2 (no changes needed) * Added Build-Depend: libfile-copy-recursive-perl (for make test) * Added Depend: libfile-copy-recursive-perl -- Jonas Genannt Fri, 9 Feb 2007 14:19:34 +0100 libfile-flat-perl (0.95-2) unstable; urgency=low * debian/copyright: fixed Module name -- Jonas Genannt Thu, 12 Jan 2006 20:17:51 +0000 libfile-flat-perl (0.95-1) unstable; urgency=low * Initial Release (Closes: #346324) -- Jonas Genannt Sat, 7 Jan 2006 19:15:34 +0200 debian/rules0000755000000000000000000000003612217551106010245 0ustar #!/usr/bin/make -f %: dh $@ debian/compat0000644000000000000000000000000212217551106010364 0ustar 9 debian/copyright0000644000000000000000000000242712217551106011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Adam Kennedy Source: https://metacpan.org/release/File-Flat/ Upstream-Name: File-Flat Files: * Copyright: 2002-2008 Adam Kennedy License: Artistic or GPL-1 Files: inc/Module/Install* Copyright: 2002-2011 Adam Kennedy 2002-2011 Audrey Tang 2002-2011 Brian Ingerson License: Artistic or GPL-1 Files: debian/* Copyright: 2006-2013 Jonas Genannt 2008 Mark Hymers License: 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/source/0000755000000000000000000000000012217551106010466 5ustar debian/source/format0000644000000000000000000000001412217551106011674 0ustar 3.0 (quilt) debian/control0000644000000000000000000000261512217551106010575 0ustar Source: libfile-flat-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312) Build-Depends-Indep: libextutils-autoinstall-perl, libfile-copy-recursive-perl, libfile-ncopy-perl, libfile-remove-perl, libfile-slurp-perl, libparams-util-perl, libprefork-perl, libtest-classapi-perl, perl Maintainer: Jonas Genannt Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/File-Flat/ Package: libfile-flat-perl Architecture: all Depends: libfile-copy-recursive-perl, libfile-ncopy-perl, libfile-remove-perl, libfile-slurp-perl, libparams-util-perl, libprefork-perl, libtest-classapi-perl, ${misc:Depends}, ${perl:Depends} Description: Implements a flat filesystem in perl File::Flat implements a flat filesystem. A flat filesystem is a filesystem in which directories do not exist. It provides an abstraction over any normal filesystem which makes it appear as if directories do not exist. . In effect, it will automatically create directories as needed. This is create for things like install scripts and such, as you never need to worry about the existance of directories, just write to a file, no matter where it is.