debian/0000755000000000000000000000000012236230102007155 5ustar debian/source/0000755000000000000000000000000011614475337010501 5ustar debian/source/format0000644000000000000000000000001411614475337011707 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001155012236230102011031 0ustar libfile-homedir-perl (1.00-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Imported Upstream version 1.00 * Update debian/copyright file. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for bundled copy of Module::Install. * Drop explicit Depends on perl covered by ${perl:Depends} * Bump Standards-Version to 3.9.4 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Damyan Ivanov ] * add patch adding missing '=encoding UTF-8' to POD, fixing pod2man errors * claim conformance with Policy 3.9.5 -- Damyan Ivanov Tue, 05 Nov 2013 19:52:01 +0200 libfile-homedir-perl (0.99-1) unstable; urgency=low * Team upload. * Imported Upstream version 0.99 * Update copyright years for upstream files -- Salvatore Bonaccorso Sat, 28 Jan 2012 22:05:55 +0100 libfile-homedir-perl (0.98-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Ansgar Burchardt ] * New upstream release. [ gregor herrmann ] * Update years of copyright for inc/Module/*. * Bump Standards-Version to 3.9.2 (no changes). * Switch to debhelper compatibility level 8. * Add /me to Uploaders. -- gregor herrmann Sat, 26 Nov 2011 18:32:55 +0100 libfile-homedir-perl (0.97-1) unstable; urgency=low [ Angel Abad ] * New upstream release * debian/copyright: - Update debian years - Update license stanzas * debian/control: - Remove versioned depends - Add myself to Uploaders * debian/patches/pod-spelling.patch: Remove, applied upstream [ gregor herrmann ] * debian/copyright: update upstream copyright years. -- Angel Abad Fri, 04 Mar 2011 13:03:43 +0100 libfile-homedir-perl (0.93-2) unstable; urgency=low * Team upload. * Fix "Failing tests in t/02_main.t tests": set HOME to a writable directory in debian/rules (closes: #609464). -- gregor herrmann Mon, 10 Jan 2011 18:22:49 +0100 libfile-homedir-perl (0.93-1) unstable; urgency=low * Take over under Debian Perl Group umbrella with maintainer's approval (on IRC) * New upstream release (Closes: #587756) * debian/control + added: Vcs-Svn, Vcs-Browser and Homepage field (source stanza); + added ${misc:Depends} to Depends: + added (build-)dependencies: libfile-which-perl (>= 0.05) libfile-path-perl (>= 2.01) perl (>= 5.10.1) | libfile-temp-perl (>= 0.19) + improved description + Standards-Version: 3.9.1 (no changes necessary) * Add debian/watch. * copyright: rewrite, convert to machine-readable format + claim ultimate copyright over debian/* as the content there is re-created * rules: replaced with dh7-three-liner * use '3.0 (quilt)' source format * add pod-spelling.patch fixing two spelling errors in the POD of File::HomeDir -- Damyan Ivanov Fri, 15 Oct 2010 12:38:31 +0300 libfile-homedir-perl (0.86-1) unstable; urgency=low * New Upstream Release * New standards version * New debhelper version -- Jonas Genannt Sat, 11 Apr 2009 23:18:34 +0200 libfile-homedir-perl (0.82-1) unstable; urgency=low * New Upstream Release (Closes: #507540) -- Jonas Genannt Sat, 6 Dec 2008 23:54:13 +0200 libfile-homedir-perl (0.80-1) unstable; urgency=low * New Upstream Release * new standards version -- Jonas Genannt Wed, 24 Sep 2008 20:10:56 +0200 libfile-homedir-perl (0.64-1.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #467797 -- Mark Hymers Sat, 05 Apr 2008 21:09:00 +0100 libfile-homedir-perl (0.64-1) unstable; urgency=low * New Upstream Release * bumped Standards-Version to 3.7.2 (no changes needed) * removed make test from build (Closes: #395858) -- Jonas Genannt Fri, 9 Feb 2007 14:35:34 +0100 libfile-homedir-perl (0.56-1.1) unstable; urgency=medium * NMU from the Helsinki BSP * Medium urgency for RC bugfix * Force the build-time test to stay inside the build tree. Closes: #395858 -- Steve McIntyre <93sam@debian.org> Sat, 11 Nov 2006 12:27:32 +0200 libfile-homedir-perl (0.56-1) unstable; urgency=low * New Upstream Release -- Jonas Genannt Tue, 14 Mar 2006 19:33:23 +0200 libfile-homedir-perl (0.52-1) unstable; urgency=low * Initial Release (Closes: #348104) -- Jonas Genannt Sat, 16 Jan 2006 16:15:34 +0200 debian/rules0000755000000000000000000000030411614475337010256 0ustar #!/usr/bin/make -f BUILDHOME = $(CURDIR)/debian/build %: dh $@ override_dh_clean: dh_clean rm -rf $(BUILDHOME) override_dh_auto_test: mkdir -p $(BUILDHOME) HOME=$(BUILDHOME) dh_auto_test debian/control0000644000000000000000000000237512236230050010571 0ustar Source: libfile-homedir-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Angel Abad , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libfile-which-perl, libtest-pod-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-homedir-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-homedir-perl.git Homepage: https://metacpan.org/release/File-HomeDir/ Package: libfile-homedir-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libfile-which-perl Description: Perl module for finding user directories across platforms File::HomeDir is a module for locating the directories that are "owned" by a user (typicaly your user) and to solve the various issues that arise trying to find them consistently across a wide variety of platforms. . The end result is a single API that can find your resources on any platform, making it relatively trivial to create Perl software that works elegantly and correctly no matter where you run it. debian/compat0000644000000000000000000000000211673343116010371 0ustar 8 debian/patches/0000755000000000000000000000000012236227720010620 5ustar debian/patches/pod2man-errors.patch0000644000000000000000000000064112236227720014514 0ustar Description: missing =encoding results in pod2man complaining about UTF-8 characters The fix is to add explicit =encoding UTF-8 Author: Damyan Ivanov Bug: https://rt.cpan.org/Ticket/Display.html?id=90067 --- a/lib/File/HomeDir.pm +++ b/lib/File/HomeDir.pm @@ -327,6 +327,8 @@ __END__ =pod +=encoding UTF-8 + =head1 NAME File::HomeDir - Find your home and other directories on any platform debian/patches/series0000644000000000000000000000002512236225323012027 0ustar pod2man-errors.patch debian/watch0000644000000000000000000000016512125344334010222 0ustar version=3 https://metacpan.org/release/File-HomeDir/ .+/File-HomeDir-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000302112236225143011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: File-HomeDir Upstream-Contact: Adam Kennedy Source: https://metacpan.org/release/File-HomeDir/ Files: * Copyright: 2005-2012, Adam Kennedy 2000, Sean M. Burke. 2006, Chris Nandor. 2006, Stephen Steneker. 2009-2011, Jérôme Quelin. 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: 2006-2009, Jonas Genannt 2006, Steve McIntyre <93sam@debian.org> 2008, Mark Hymers 2010, Damyan Ivanov 2011, Angel Abad 2011, gregor herrmann 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'.