debian/0000755000000000000000000000000011751250664007175 5ustar debian/rules0000755000000000000000000000003611751250664010254 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000252511751250664010604 0ustar Source: libfile-spec-native-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libpath-class-perl (>= 0.24) Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-spec-native-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-spec-native-perl.git Homepage: http://search.cpan.org/dist/File-Spec-Native/ Package: libfile-spec-native-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for using native OS implementation of File::Spec from a subclass File::Spec::Native is a stupid hack to make the default File::Spec behavior available from a subclass. This can be useful when using another module that expects a subclass of File::Spec but you want to use the current, native OS format (automatically detected by File::Spec). . For example: Path::Class/as_foreign (as of version 0.24) allows you to translate a Path::Class object from one OS format to another. However, there is no way to specify that you want to translate the path into the current, native OS format without guessing at what that format is (which may include peeking into @File::Spec::ISA). . This module @ISA File::Spec. debian/source/0000755000000000000000000000000011751250664010475 5ustar debian/source/format0000644000000000000000000000001411751250664011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025311751250664011047 0ustar libfile-spec-native-perl (1.003-1) unstable; urgency=low * Initial release (closes: #671650). -- gregor herrmann Sat, 05 May 2012 18:13:38 +0200 debian/compat0000644000000000000000000000000211751250664010373 0ustar 8 debian/copyright0000644000000000000000000000205311751250664011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: File-Spec-Native Upstream-Contact: Randy Stauner Source: http://search.cpan.org/dist/File-Spec-Native/ Files: * Copyright: 2011, Randy Stauner License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, 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'. debian/watch0000644000000000000000000000017511751250664010231 0ustar version=3 http://search.cpan.org/dist/File-Spec-Native/ .*/File-Spec-Native-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$