debian/0000755000000000000000000000000011403412337007164 5ustar debian/rules0000755000000000000000000000016511341245324010247 0ustar #!/usr/bin/make -f %: dh --buildsystem=perl_build $@ clean: dh_testdir $(RM) -r t/data/dir t/data/test dh clean debian/source/0000755000000000000000000000000011341260341010461 5ustar debian/source/format0000644000000000000000000000001411403412331011664 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000447711403412333011046 0ustar libfile-basedir-perl (0.03-1fakesync1) maverick; urgency=low * Fake sync due to mismatching orig tarball (LP: #589445). -- Felix Geyer Tue, 08 Jun 2010 12:00:59 +0200 libfile-basedir-perl (0.03-1) unstable; urgency=low [ gregor herrmann ] * Take over for the Debian Perl Group with maintainer's permission (http://lists.debian.org/debian-perl/2008/06/msg00039.html) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Florian Ragwitz ); Florian Ragwitz moved to Uploaders. * debian/watch: use dist-based URL. * debian/control: Added: ${misc:Depends} to Depends: field. [ Ryan Niebur ] * Remove Florian Ragwitz from Uploaders * Close ITA (Closes: #523131) [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * Use debhelper instead of CDBS. * debian/control: Mention module name in description. * Use source format 3.0 (quilt). * Convert debian/copyright to proposed machine-readable format. * Correct spelling error in documentation. + new patch: spelling.patch * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. -- Ansgar Burchardt Wed, 24 Feb 2010 17:40:40 +0900 libfile-basedir-perl (0.03-0.1) unstable; urgency=low * Non-maintainer upload. * New upstream version. Closes: #453073 * Switched debian/compat to 5. * Added a debian/watch file. * Added libtest-pod-perl and libtest-pod-coverage-perl to Build-Depends-Indep to enable all tests. * Added libmodule-build-perl to Build-Depends as it's the new build system. We're still using the old MakeMaker compatibility mode until #288806 gets fixed by cdbs maintainers. * Extend the clean rule to properly remove files left over by the tests. Also remove the Makefile because it's left-over non-working without the corresponding Build script. That way it's regenerated. -- Raphael Hertzog Sat, 01 Dec 2007 17:43:41 +0100 libfile-basedir-perl (0.02-1) unstable; urgency=low * Initial release. -- Florian Ragwitz Wed, 26 Oct 2005 16:20:00 +0200 debian/compat0000644000000000000000000000000211341245324010363 0ustar 7 debian/patches/0000755000000000000000000000000011341260341010610 5ustar debian/patches/series0000644000000000000000000000001711341245324012027 0ustar spelling.patch debian/patches/spelling.patch0000644000000000000000000000127111341245324013453 0ustar From: Ansgar Burchardt Date: Wed, 24 Feb 2010 17:37:36 +0900 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=54929 Subject: Correct spelling error Correct a spelling error found by lintian. --- libfile-basedir-perl.orig/lib/File/BaseDir.pm +++ libfile-basedir-perl/lib/File/BaseDir.pm @@ -275,7 +275,7 @@ =head1 BACKWARDS COMPATIBILITY The methods C and C are exported for -backwards compatibilty with version 0.02. They are identical to C +backwards compatibility with version 0.02. They are identical to C and C respectively but without the C behavior. =head1 BUGS debian/watch0000644000000000000000000000016411212456104010214 0ustar version=3 http://search.cpan.org/dist/File-BaseDir/ .*/File-BaseDir-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/copyright0000644000000000000000000000223711341245324011124 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Jaap Karssenberg Source: http://search.cpan.org/dist/File-BaseDir/ Name: File-BaseDir Copyright: © 2003-2007, Jaap G Karssenberg License: Artistic or GPL-1+ Files: debian/* Copyright: © 2005, Florian Ragwitz © 2007, Raphael Hertzog © 2010, Ansgar Burchardt 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' debian/control0000644000000000000000000000205411403412337010570 0ustar Source: libfile-basedir-perl Section: perl Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl Build-Depends-Indep: perl, libtest-pod-coverage-perl, libtest-pod-perl Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/File-BaseDir/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-basedir-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-basedir-perl/ Package: libfile-basedir-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to use the freedesktop basedir specification The File::BaseDir module can be used to find directories and files as specified by the XDG Base Directory Specification. It takes care of defaults and uses File::Spec to make the output platform specific. . For this module the XDG basedir specification 0.6 was used.