debian/0000755000000000000000000000000012203441004007154 5ustar debian/watch0000644000000000000000000000020212101264650010206 0ustar version=3 https://metacpan.org/release/Lexical-Persistence/ .*/Lexical-Persistence-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/copyright0000644000000000000000000000256112203440615011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Rocco Caputo Upstream-Name: Lexical-Persistence Source: http://metacpan.org/release/Lexical-Persistence/ Files: * Copyright: 2013, Rocco Caputo License: Artistic or GPL-1+ Files: t/000-report-versions.t Copyright: 2006-2012, Adam Kennedy 2013, Rocco Caputo License: Artistic or GPL-1+ Comment: contains a a cut-down version of YAML::Tiny by Adam Kennedy Files: debian/* Copyright: 2007, Alexis Sukrieh 2008, gregor herrmann 2013, Florian Schlichting 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/control0000644000000000000000000000260412203441004010561 0ustar Source: liblexical-persistence-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Jonathan Yu , Jose Luis Rivas , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdevel-lexalias-perl (>= 0.05), libpadwalker-perl (>= 1.96), libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblexical-persistence-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblexical-persistence-perl.git Homepage: https://metacpan.org/release/Lexical-Persistence/ Package: liblexical-persistence-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdevel-lexalias-perl (>= 0.05), libpadwalker-perl (>= 1.96) Description: module for accessing persistent data through lexical variables Lexical::Persistence is a Perl data persistence framework that enables code to access persistent data through what looks like lexical variables. So, instead of passing data around explicitly, you can call functions through the Lexical::Persistence object and just use ordinary variables. debian/compat0000644000000000000000000000000212203440162010356 0ustar 8 debian/changelog0000644000000000000000000000521012203441004011024 0ustar liblexical-persistence-perl (1.022-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Removed Alexis Sukrieh from Uploaders (Closes: #536162) * Drop unnecessary version dependencies satisfied by oldstable * Use new short debhelper rules format [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 1.022 * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0, directly link GPL-1+) * Bump year of upstream copyright * Add copyright paragraph for copy of YAML::Tiny embedded in t/000-report-versions.t * Bump dh compatibility to level 8 (no changes necessary) * Switch to source format 3.0 (quilt) * Expand long description * Version dependencies on Devel::LexAlias and PadWalker * Add myself to uploaders and copyright -- Florian Schlichting Fri, 16 Aug 2013 16:19:09 +0200 liblexical-persistence-perl (0.98-1) unstable; urgency=low [ Jose Luis Rivas ] * New upstream release * Refreshed debian/copyright * Changed to debhelper v7, updated debian/{rules,compat,control}. * Bumped to 3.8.0 Standars-Version (no changes) * Updates Vcs-Browser URI to viewsvn instead of wsvn * Added me as uploader. [ gregor herrmann ] * debian/control: change my email address. -- Jose Luis Rivas Thu, 13 Nov 2008 02:28:34 -0430 liblexical-persistence-perl (0.97-2) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. Added: libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep in order to enable additional tests. Added: /me to Uploaders. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #467885) - let install-stamp target depend on build-stamp - move dh_clean before make realclean - don't install README any more (just a copy of the POD documentation) - install eg/* as examples * debian/watch: use dist-based URL. * Set Standards-Version to 3.7.3 (no changes). * debian/copyright: use generic download location. -- gregor herrmann Sat, 08 Mar 2008 22:33:56 +0100 liblexical-persistence-perl (0.97-1) unstable; urgency=low * Initial Release (closes: #438487). -- Alexis Sukrieh Fri, 17 Aug 2007 22:08:59 +0200 debian/source/0000755000000000000000000000000012203430176010464 5ustar debian/source/format0000644000000000000000000000001412203430176011672 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612203440162010237 0ustar #!/usr/bin/make -f %: dh $@ debian/liblexical-persistence-perl.examples0000644000000000000000000000000511671745730016326 0ustar eg/*