debian/0000755000000000000000000000000012146722324007171 5ustar debian/rules0000755000000000000000000000003612146722324010250 0ustar #!/usr/bin/make -f %: dh $@ debian/libdirectory-scratch-perl.examples0000644000000000000000000000001312146722324016003 0ustar examples/* debian/control0000644000000000000000000000265612146722324010605 0ustar Source: libdirectory-scratch-perl Maintainer: Debian Perl Group Uploaders: Jeremiah C. Foster , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libfile-slurp-perl, libpath-class-perl, libstring-random-perl, libtest-pod-coverage-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdirectory-scratch-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdirectory-scratch-perl.git Homepage: https://metacpan.org/release/Directory-Scratch/ Package: libdirectory-scratch-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libfile-slurp-perl, libpath-class-perl Recommends: libstring-random-perl Description: easy-to-use self-cleaning scratch space When writing test suites for modules that operate on files, it's often inconvenient to correctly create a platform-independent temporary storage space, manipulate files inside it, then clean it up when the test exits. The inconvenience usually results in tests that don't work everywhere, or worse, no tests at all. . Directory::Scratch aims to eliminate that problem by making it easy to do things right. debian/source/0000755000000000000000000000000012146722324010471 5ustar debian/source/format0000644000000000000000000000001412146722324011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000223312146722324011043 0ustar libdirectory-scratch-perl (0.15-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ 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). * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 0.15 * Update source format to 3.0 (quilt) * Update debian/rules to use "dh $@" * Add example file * debian/copyright: + update years + bump format to 1.0 + change upstream contact to Tomas Doran * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 -- Xavier Guimard Tue, 21 May 2013 06:27:43 +0200 libdirectory-scratch-perl (0.14-1) unstable; urgency=low * Initial Release. (Closes: #508588) -- Jeremiah C. Foster Mon, 22 Dec 2008 13:05:54 +0100 debian/compat0000644000000000000000000000000212146722324010367 0ustar 8 debian/copyright0000644000000000000000000000276612146722324011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Directory-Scratch Source: https://metacpan.org/release/Directory-Scratch/ Upstream-Contact: Tomas Doran Files: * Copyright: 2006, Jonathan Rockway , all rights reserved. License: Artistic or GPL-1+ Files: t/integration/12-randfile.t t/integration/09-clone_object.t Copyright: 2006, Al Tobey 2006, Jonathan Rockway 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: 2008, Jeremiah C. Foster 2013, Xavier Guimard 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/watch0000644000000000000000000000036712146722324010230 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/Directory-Scratch/ .*/Directory-Scratch-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$