debian/0000755000000000000000000000000011441214474007170 5ustar debian/control0000644000000000000000000000306611441214023010566 0ustar Source: libcgi-session-serialize-yaml-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: libcgi-session-perl (>= 4.30), libtest-pod-perl, libyaml-perl, libyaml-syck-perl, perl Maintainer: Debian Perl Group Uploaders: Vincent Danjean , Jose Luis Rivas , gregor herrmann , Nicholas Bamber Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/CGI-Session-Serialize-yaml/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/ Package: libcgi-session-serialize-yaml-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcgi-session-perl (>= 4.30), libyaml-syck-perl | libyaml-perl Replaces: libcgi-session-perl (<< 4.30) Breaks: libcgi-session-perl (<< 4.30) Description: YAML and YAML::Syck support for CGI::Session's serializers CGI::Session::Serialize::yaml can be used by CGI::Session to serialize session data. It uses YAML, or the faster C implementation, YAML::Syck if it is available. YAML serializers exist not just for Perl but also other dynamic languages, such as PHP, Python, and Ruby, so storing session data in this format makes it easy to share session data across different languages. . YAML is made to be friendly for humans to parse as well as other computer languages. It creates a format that is easier to read than the default serializer. debian/clean0000644000000000000000000000006611106630244010172 0ustar t/sessiondata/cgisess.db t/sessiondata/cgisess.db.lck debian/copyright0000644000000000000000000000235411441214306011121 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Ron Savage Source: http://search.cpan.org/dist/CGI-Session-Serialize-yaml/ Name: CGI-Session-Serialize-yaml Files: * Copyright: 2001-2008, Sherzod Ruzmetov 2008-2010, Ron Savage License: Artistic Files: debian/* Copyright: 2008, Jose Luis Rivas 2008, Vincent Danjean 2009, gregor herrmann 2010, Nicholas Bamber 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/watch0000644000000000000000000000041011212456107010211 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/CGI-Session-Serialize-yaml/ .*/CGI-Session-Serialize-yaml-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211106630460010361 0ustar 7 debian/changelog0000644000000000000000000000360011441214340011031 0ustar libcgi-session-serialize-yaml-perl (4.26-1) unstable; urgency=low [ gregor herrmann ] * Set Standards-Version to 3.9.1; replace Conflicts with Breaks. [ Nicholas Bamber ] * New upstream release * Added debian/source/format * Updated debian/rules * Added myself to Uploaders * Refreshed copyright and control -- Nicholas Bamber Sun, 05 Sep 2010 20:34:02 +0100 libcgi-session-serialize-yaml-perl (4.24-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Add missing comma to Depends, thanks to Lucas Nussbaum for the bug report (closes: #536993). * Set Standards-Version to 3.8.2 (no changes). * Add /me to Uploaders. -- gregor herrmann Wed, 15 Jul 2009 00:16:45 +0200 libcgi-session-serialize-yaml-perl (4.24-1) unstable; urgency=low [ Jose Luis Rivas ] * New upstream release * debian/control: requires libcgi-session-perl >= 4.30. * debian/control: added me as uploader. [ gregor herrmann ] * Remove empty debian/patches/{,series} and build dependency on quilt. * Don't install README any more (text version of the POD documentation). * debian/copyright: switch to new format. * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. * debian/control: - slightly rephrase short description and add module name to long description - remove build dependency on libmodule-build-perl, debhelper 7 prefers MakeMaker -- Jose Luis Rivas Fri, 07 Nov 2008 13:27:19 -0430 libcgi-session-serialize-yaml-perl (4.21-1) unstable; urgency=low * Initial Release. ITP Closes: #484556 -- Vincent Danjean Thu, 31 Jul 2008 10:22:17 +0200 debian/source/0000755000000000000000000000000011441214432010462 5ustar debian/source/format0000644000000000000000000000001411441200740011665 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611441214010010231 0ustar #!/usr/bin/make -f %: dh $@