debian/0000755000000000000000000000000012261232271007164 5ustar debian/compat0000644000000000000000000000000212261232271010362 0ustar 8 debian/copyright0000644000000000000000000000224512261232271011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-File Upstream-Contact: brian d foy Source: https://metacpan.org/release/Test-File/ Files: * Copyright: 2002-2013, brian d foy License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Ryan Niebur 2009-2012, Salvatore Bonaccorso 2009-2013, gregor herrmann 2012, Nicholas Bamber 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/rules0000755000000000000000000000003612261232271010243 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000016012261232271010212 0ustar version=3 https://metacpan.org/release/Test-File/ .*/Test-File-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000246712261232271010600 0ustar Source: libtest-file-perl Maintainer: Debian Perl Group Uploaders: Jeremiah C. Foster , Ryan Niebur , gregor herrmann , Salvatore Bonaccorso , Nicholas Bamber Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-manifest-perl, libtest-pod-coverage-perl, libtest-pod-perl, perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.95) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-file-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-file-perl.git Homepage: https://metacpan.org/release/Test-File/ Package: libtest-file-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to test file attributes Test::File provides a collection of test utilities for file attributes. . Some file attributes depend on the owner of the process testing the file in the same way the file test operators do. For instance, root (or super-user or Administrator) may always be able to read files no matter the permissions. debian/source/0000755000000000000000000000000012261232271010464 5ustar debian/source/format0000644000000000000000000000001412261232271011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001020512261232271011034 0ustar libtest-file-perl (1.36-1) unstable; urgency=medium * Imported Upstream version 1.36 * Wrap and sort fields in debian/control file * Declare compliance with Debian policy 3.9.5 -- Salvatore Bonaccorso Thu, 02 Jan 2014 10:29:57 +0100 libtest-file-perl (1.35-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Update years of copyright. * Build-depend on Test::More 0.95. * Drop unused lintian override (spelling-error-in-manpage). * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Fri, 11 Oct 2013 20:11:16 +0200 libtest-file-perl (1.34-1) unstable; urgency=low * Imported Upstream versions 1.33 and 1.34 * Remove debian/source/lintian-overrides for copyright format * Update format for copyright file. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Sun, 03 Jun 2012 07:48:10 +0200 libtest-file-perl (1.32-1) unstable; urgency=low [ gregor herrmann ] * Replace parts of our spelling corrections with a lintian override. [ Salvatore Bonaccorso ] * Imported Upstream version 1.32 * Update copyright years for debian/* packaging * Drop spelling.patch patch. Patch was applied upstream. -- Salvatore Bonaccorso Sat, 18 Feb 2012 10:47:52 +0100 libtest-file-perl (1.31-1) unstable; urgency=low * New upstream release. * Update spelling.patch. * Update years of packaging copyright. -- gregor herrmann Sat, 28 Jan 2012 23:26:01 +0100 libtest-file-perl (1.30-1) unstable; urgency=low [ 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 ] * Email change: Ryan Niebur -> ryan@debian.org [ Salvatore Bonaccorso ] * Email change: Salvatore Bonaccorso -> carnil@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Nicholas Bamber ] * New upstream release * Added myself to Uploaders * Updated compat level and debhelper version to 8 * Removed unnecessary versioned dependencies * Updated copyright and added lintian override about copyright format * Set source format to 3.0 (quilt) * Added patch for spelling error -- Nicholas Bamber Tue, 24 Jan 2012 10:27:35 +0000 libtest-file-perl (1.29-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * New upstream release * Add myself to Uploaders * Drop Depends on libtest-manifest-perl. * Drop the fix-manpage-name patch since the change is integrated upstream and the manpage name is now correct. Build-Depends on quilt is not needed anymore thus drop it and lower requirements of debhelper version. * debian/copyright: adjust years of upstream copyright. -- Salvatore Bonaccorso Wed, 10 Jun 2009 16:14:41 +0200 libtest-file-perl (1.28-1) unstable; urgency=low [ Ryan Niebur ] * New upstream release * patch to fix the manpage name [ gregor herrmann ] * New upstream release. * Add /me to Uploaders. * debian/copyright: adjust years of upstream copyright. -- Ryan Niebur Mon, 01 Jun 2009 08:11:54 -0700 libtest-file-perl (1.25-1) unstable; urgency=low [ Jeremiah C. Foster ] * Initial Release. (Closes: #512774) [ Ryan Niebur ] * remove extra whitespace in debian/rules * add quilt patching - add README.source - touch Makefile after unpatching * patch Makefile.PL to use $(MAN3EXT) instead of 3 as the extension for the installed man page. This way .3pm is used on Debian. * update standards version to 3.8.1 * add myself to Uploaders * minor improvements to the description -- Ryan Niebur Tue, 12 May 2009 22:46:09 -0700