debian/0000755000000000000000000000000011351770355007175 5ustar debian/source/0000755000000000000000000000000011351770275010476 5ustar debian/source/format0000644000000000000000000000001411351770354011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211351770275010374 0ustar 7 debian/control0000644000000000000000000000226211351770275010603 0ustar Source: libdirectory-scratch-structured-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) , perl (>= 5.10) | libmodule-build-perl Build-Depends-Indep: perl , libdirectory-scratch-perl , libreadonly-perl , libsub-exporter-perl , libsub-install-perl , libtest-block-perl , libtest-exception-perl , libtest-nowarnings-perl , libtest-warn-perl Maintainer: David Paleino Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Directory-Scratch-Structured/ Vcs-Git: git://git.debian.org/git/collab-maint/libdirectory-scratch-structured-perl.git Vcs-Browser: http://git.debian.org/?p=collab-maint/libdirectory-scratch-structured-perl.git Package: libdirectory-scratch-structured-perl Architecture: all Depends: ${perl:Depends} , ${misc:Depends} , libdata-treedumper-perl , libdirectory-scratch-perl , libreadonly-perl , libsub-exporter-perl , libsub-install-perl Description: creates temporary files and directories from a structured description This package extends the Directory::Scratch module by adding a create_structured_tree subroutine, which can accept an Array or an Hash as arguments, creating files or directories, respectively. debian/copyright0000644000000000000000000000172411351770275011135 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: Directory-Scratch-Structured Files: debian/* Copyright: © 2010, David Paleino License: Artistic | GPL-1+ Files: * Copyright: © Khemir Nadim ibn Hamouda. License: Artistic | 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. X-Comment: 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. X-Comment: on Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/patches/0000755000000000000000000000000011351770275010625 5ustar debian/patches/series0000644000000000000000000000004311351770275012037 0ustar 00-drop_useless_dependencies.patch debian/patches/00-drop_useless_dependencies.patch0000644000000000000000000000206011351770275017276 0ustar From: David Paleino Subject: drop useless requirements --- Build.PL | 2 -- META.yml | 2 -- 2 files changed, 4 deletions(-) --- libdirectory-scratch-structured-perl.orig/Build.PL +++ libdirectory-scratch-structured-perl/Build.PL @@ -65,14 +65,12 @@ my $build = $class->new 'Readonly' => 0, 'Sub::Exporter' => 0, 'Sub::Install' => 0, - 'Data::TreeDumper' => 0, 'Directory::Scratch' => 0, 'Test::Block' => 0, 'Test::Exception' => 0, 'Test::NoWarnings' => 0, 'Test::Warn' => 0, - 'Test::Strict' => 0, }, pm_files => \%all_modules, --- libdirectory-scratch-structured-perl.orig/META.yml +++ libdirectory-scratch-structured-perl/META.yml @@ -8,7 +8,6 @@ license: perl resources: license: http://dev.perl.org/licenses/ requires: - Data::TreeDumper: 0 Directory::Scratch: 0 Readonly: 0 Sub::Exporter: 0 @@ -16,7 +15,6 @@ requires: Test::Block: 0 Test::Exception: 0 Test::NoWarnings: 0 - Test::Strict: 0 Test::Warn: 0 provides: Directory::Scratch::Structured: debian/rules0000755000000000000000000000003611351770275010255 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000022511351770275010226 0ustar version=3 http://search.cpan.org/dist/Directory-Scratch-Structured/ .*/Directory-Scratch-Structured-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000644000000000000000000000026211351770275011050 0ustar libdirectory-scratch-structured-perl (0.04-1) unstable; urgency=low * Initial Release (Closes: #574621) -- David Paleino Mon, 22 Mar 2010 23:35:37 +0100