debian/0000755000000000000000000000000012163303341007162 5ustar debian/rules0000755000000000000000000000003612163303341010241 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000370512163303341010572 0ustar Source: libdancer-session-cookie-perl Maintainer: Debian Perl Group Uploaders: Alexandre Mestiashvili Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libcrypt-cbc-perl, libcrypt-rijndael-perl, libdancer-perl (>= 1.3113), libsession-storage-secure-perl, libstring-crc32-perl, libtest-exception-perl, libtest-nowarnings-perl, libtest-pod-perl, libtest-tcp-perl, libtime-duration-parse-perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdancer-session-cookie-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdancer-session-cookie-perl.git Homepage: https://metacpan.org/release/Dancer-Session-Cookie/ Package: libdancer-session-cookie-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcrypt-cbc-perl, libcrypt-rijndael-perl, libdancer-perl (>= 1.3113), libstring-crc32-perl, libsession-storage-secure-perl, libtime-duration-parse-perl Description: encrypted cookie-based session backend for Dancer Dancer::Session::Cookie implements a session engine for sessions stored entirely in cookies. Usually only session id is stored in cookies and the session data itself is saved in some external storage, e.g. database. This module allows one to avoid using external storage at all. . Since server cannot trust any data returned by client in cookies, this module uses cryptography to ensure integrity and also secrecy. The data your application stores in sessions is completely protected from both tampering and analysis on the client-side. debian/source/0000755000000000000000000000000012163303341010462 5ustar debian/source/format0000644000000000000000000000001412163303341011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000173212163303341011037 0ustar libdancer-session-cookie-perl (0.22-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change maintainer to Debian Perl Group. Change Maintainer field to Debian Perl Group maintainers mailinglist and move Alexandre Mestiashvili to Uploaders. [ Alexandre Mestiashvili ] * debian/control Bumped Standards-Version * debian/copyright Fixed out-of-date-copyright-format-uri [ 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 [ Alexandre Mestiashvili ] * Imported Upstream version 0.22 -- Alexandre Mestiashvili Fri, 28 Jun 2013 14:37:36 +0000 libdancer-session-cookie-perl (0.15-1) unstable; urgency=low * Initial Release (Closes: #649089) -- Alexandre Mestiashvili Fri, 11 Nov 2011 09:00:36 +0000 debian/compat0000644000000000000000000000000212163303341010360 0ustar 8 debian/patches/0000755000000000000000000000000012163303341010611 5ustar debian/patches/series0000644000000000000000000000003012163303341012017 0ustar 0001-spelling_err.patch debian/patches/0001-spelling_err.patch0000644000000000000000000000147412163303341014703 0ustar From: Alexandre Mestiashvili Subject: spelling_err Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=72847 Last-Update: 2011-12-20 --- lib/Dancer/Session/Cookie.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- libdancer-session-cookie-perl.orig/lib/Dancer/Session/Cookie.pm +++ libdancer-session-cookie-perl/lib/Dancer/Session/Cookie.pm @@ -206,7 +206,7 @@ This module implements a session engine for sessions stored entirely in cookies. Usually only B is stored in cookies and the session data itself is saved in some external storage, e.g. -database. This module allows to avoid using external storage at +database. This module allows one to avoid using external storage at all. Since server cannot trust any data returned by client in cookies, this debian/copyright0000644000000000000000000000210312163303341011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Dancer-Session-Cookie Upstream-Contact: Alex Kapranoff Source: https://metacpan.org/release/Dancer-Session-Cookie/ Files: * Copyright: 2009-2013, Alex Kapranoff License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Alexandre Mestiashvili 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/watch0000644000000000000000000000021012163303341010204 0ustar version=3 https://metacpan.org/release/Dancer-Session-Cookie/ .*/Dancer-Session-Cookie-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$