debian/0000755000000000000000000000000012222325673007172 5ustar debian/rules0000755000000000000000000000003612222325673010251 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000204612222325673010577 0ustar Source: libenv-sanctify-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libenv-sanctify-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libenv-sanctify-perl.git Homepage: https://metacpan.org/release/Env-Sanctify/ Package: libenv-sanctify-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module providing lexically scoped environment (%ENV) Env::Sanctify is a module that provides lexically scoped manipulation and sanctification of %ENV. With this module, one can add or alter environment variables, later restoring the environment back either manually or automatically once the object falls out of scope. . This is useful for manipulating the environment that forked processes and sub-processes will inherit. debian/source/0000755000000000000000000000000012222325673010472 5ustar debian/source/format0000644000000000000000000000001412222325673011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000344312222325673011050 0ustar libenv-sanctify-perl (1.10-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Update years of upstream and packaging copyright. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Mon, 30 Sep 2013 18:49:58 +0200 libenv-sanctify-perl (1.06-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release 1.04 * Upgraded bundled Module::Install version * Used some new M::I features. Does not affect functionality or close bugs. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Email change: Jonathan Yu -> jawnsy@cpan.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release 1.06. * Switch to "3.0 (quilt)" source format. * Use debhelper 8 and tiny debian/rules. * Update debian/copyright: use Copyright-Format 1.0, update copyright years, remove infomration about removed files. * Remove now unneeded build dependencies. * Add /me to Uploaders. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Sun, 18 Mar 2012 19:20:01 +0100 libenv-sanctify-perl (1.02-1) unstable; urgency=low * Initial Release. (Closes: #526383) -- Jonathan Yu Thu, 30 Apr 2009 14:59:37 -0400 debian/libenv-sanctify-perl.examples0000644000000000000000000000001312222325673014761 0ustar examples/* debian/compat0000644000000000000000000000000212222325673010370 0ustar 8 debian/copyright0000644000000000000000000000212512222325673011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Env-Sanctify Upstream-Contact: Chris Williams Source: https://metacpan.org/release/Env-Sanctify/ Files: * Copyright: 2013, Chris Williams License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2012-2013, 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/watch0000644000000000000000000000016612222325673010226 0ustar version=3 https://metacpan.org/release/Env-Sanctify/ .*/Env-Sanctify-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$