debian/0000755000000000000000000000000012163501051007160 5ustar debian/copyright0000644000000000000000000000203712163501051011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Env-Path Upstream-Contact: David Boyce Source: https://metacpan.org/release/Env-Path/ Files: * Copyright: 2000-2002, David Boyce License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2013, Salvatore Bonaccorso 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 the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000015612163501051010213 0ustar version=3 https://metacpan.org/release/Env-Path/ .*/Env-Path-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000217712163501051010572 0ustar Source: libenv-path-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Env-Path/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libenv-path-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libenv-path-perl.git Package: libenv-path-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl module implementing advanced operations on path variables Env::Path presents an object-oriented interface to path variables, defined as that subclass of environment variables which name an ordered list of filesystem elements separated by a platform-standard separator. . Env::Path is for cases where you need to insert or remove interior path entries, strip redundancies, operate on a path variable without having to know whether the current platform uses ":" or ";", operate on a path variable which may have a different name on different platforms, etc. debian/changelog0000644000000000000000000000225612163501051011037 0ustar libenv-path-perl (0.19-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Email change: Salvatore Bonaccorso -> carnil@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Imported Upstream version 0.19 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Convert to '3.0 (quilt)' source package format * Update debian/copyright file information. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for debian/* packaging files. Refer to Debian systems in general instead of only Debian GNU/Linux systems. Explicity refer to GPL-1 license text included in common-licenses. * Bump Standards-Version to 3.9.4 * Update Debhelper compat level to 8. Adjust versioned Build-Depends on debhelper to (>= 8). -- Salvatore Bonaccorso Sat, 29 Jun 2013 08:38:35 +0200 libenv-path-perl (0.18-1) unstable; urgency=low * Initial Release. (Closes: #560279) -- Salvatore Bonaccorso Fri, 11 Dec 2009 23:18:59 +0100 debian/rules0000755000000000000000000000044012163501051010236 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -print0 | \ xargs -r0 sed -i -e '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' debian/libenv-path-perl.examples0000644000000000000000000000002012163501051014061 0ustar examples/Whence debian/source/0000755000000000000000000000000012163501051010460 5ustar debian/source/format0000644000000000000000000000001412163501051011666 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212163501051010356 0ustar 8