debian/0000755000000000000000000000000012255451766007203 5ustar debian/compat0000644000000000000000000000000212255447741010377 0ustar 9 debian/watch0000644000000000000000000000017312255450636010230 0ustar version=3 https://metacpan.org/release/File-Path-Expand .*/File-Path-Expand-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/changelog0000644000000000000000000000446112255451766011062 0ustar libfile-path-expand-perl (1.02-2) unstable; urgency=low * Team upload [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * Refresh debian/rules, no functional changes; except: don't create .packlist file any more. * debian/watch: use dist-based URL. * Remove debian/source.lintian-overrides, not needed any more. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ 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 ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * Switch to source format "3.0 (quilt)" * Fix the following lintian warnings: + package-has-a-duplicate-build-relation + copyright-refers-to-symlink-license * Bump debhelper compatibility to 9 + Update versioned debhelper build-dependency accordingly * Revamp debian/rules: + Fix lintian warning debian-rules-missing-recommended-target + Replace "dh_clean -k" with "dh_prep" + Use dh_auto_{configure,build,test,install,clean} + Remove obsolete dh_{clean,installchangelogs} parameters + Remove obsolete variable usage + Finally switch to a minimal dh-style debian/rules file * Bump Standards-Version:to 3.9.5 (no further changes) -- Axel Beckert Sun, 22 Dec 2013 03:49:38 +0100 libfile-path-expand-perl (1.02-1) unstable; urgency=low * New upstream release * debian/control: - Uploaders: Added me - Standards-Version: increased to 3.7.2 without additional changes * Added lintian_overrides -- Krzysztof Krzyzaniak (eloy) Fri, 2 Jun 2006 13:17:45 +0200 libfile-path-expand-perl (1.01-2) unstable; urgency=low * Set maintainer to the Debian Perl Group. -- Niko Tyni Sun, 22 Jan 2006 19:22:51 +0200 libfile-path-expand-perl (1.01-1) unstable; urgency=low * Initial Release. (Closes: #344073) -- Niko Tyni Mon, 19 Dec 2005 23:30:29 +0200 debian/copyright0000644000000000000000000000132112255450147011123 0ustar This is the debian package for the File::Path::Expand module. It was created by Niko Tyni using dh-make-perl on Mon, 19 Dec 2005 22:56:08 +0200 Upstream author: Richard Clamp Copyright: Copyright (c) 2003, Richard Clamp. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself. Perl is distributed under your choice of the GNU General Public License, version 1 or later, or the Artistic License. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. debian/control0000644000000000000000000000157712255451246010611 0ustar Source: libfile-path-expand-perl Maintainer: Debian Perl Group Uploaders: Niko Tyni , Krzysztof Krzyzaniak (eloy) Section: perl Priority: optional Build-Depends: debhelper (>= 9~), perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-path-expand-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-path-expand-perl.git Homepage: https://metacpan.org/release/File-Path-Expand Package: libfile-path-expand-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: expand user directories in filenames File::Path::Expand expands user directories in filenames. For the simple case it's no more complex than s{^~/}{$HOME/}, but for other cases it consults getpwent and does the right thing. debian/source/0000755000000000000000000000000012255447564010504 5ustar debian/source/format0000644000000000000000000000001412255447564011712 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000013612255451146010253 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@