debian/0000755000000000000000000000000011357171330007167 5ustar debian/control0000644000000000000000000000166311345772377010617 0ustar Source: libfreezethaw-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Maintainer: Debian Perl Group Uploaders: gregor herrmann , Rene Mayorga , Jonathan Yu Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/FreezeThaw/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfreezethaw-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfreezethaw-perl/ Build-Depends-Indep: perl Package: libfreezethaw-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module to serialize and deserialize Perl data structures FreezeThaw is a Perl module designed to convert data to and from a serialized string format, appropriate for saving to and reading from permanent storage. It is capable of dealing with objects, circular lists and repeated appearance of the same reference. debian/copyright0000644000000000000000000000231211357115023011115 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Ilya Zakharevich Source: http://search.cpan.org/dist/FreezeThaw/ Name: FreezeThaw Files: * Copyright: 1995, Ilya Zakharevich License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Franck Joncourt 2010, Jonathan Yu 2009, Rene Mayorga 2006-2008, gregor herrmann 2001-2002, Ivan Kohler 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' debian/watch0000644000000000000000000000022411357171023010215 0ustar version=3 opts=uversionmangle=s/\.\d\d$/$&00/ \ http://search.cpan.org/dist/FreezeThaw/ .*/FreezeThaw-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/patches/0000755000000000000000000000000011357171274010625 5ustar debian/patches/fix-pod-spelling.patch0000644000000000000000000000105711345736616015036 0ustar Description: fix POD spelling problems Author: Jonathan Yu Origin: vendor Forwarded: no --- a/FreezeThaw.pm +++ b/FreezeThaw.pm @@ -15,8 +15,8 @@ Converts data to/from stringified form, appropriate for saving-to/reading-from permanent storage. -Deals with objects, circular lists, repeated appearence of the same -refence. Does not deal with overloaded I operator yet. +Deals with objects, circular lists, repeated appearance of the same +reference. Does not deal with overloaded I operator yet. =head1 EXPORT debian/patches/series0000644000000000000000000000002711345736616012045 0ustar fix-pod-spelling.patch debian/compat0000644000000000000000000000000211147542400010362 0ustar 7 debian/changelog0000644000000000000000000000706211357171131011045 0ustar libfreezethaw-perl (0.5001-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Minor update to copyright information [ gregor herrmann ] * debian/watch: add a uversionmangle in case upstream goes back to two-digt minor versions. -- Jonathan Yu Tue, 06 Apr 2010 16:09:49 -0400 libfreezethaw-perl (0.50-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.4 (no changes) * Use new short debhelper rules format * Add myself to Uploaders and Copyright * Rewrite control description * Use new 3.0 (quilt) source format * Add a patch to fix POD spelling problems [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Change my email address. [ Franck Joncourt ] * Refreshed d.copyright to follow DEP5 guideline. * Added perl as BDI. -- Jonathan Yu Tue, 09 Mar 2010 21:21:12 -0500 libfreezethaw-perl (0.45-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Rene Mayorga ] * New upstream release * debian/control: + raise debhelper versioned depends to 7 + add myself to uploaders + change gregor's email address + bump Standards-Version to 3.8.0 (no changes needed) + mention module name on extended description * debian/rules: use dh7 tiny format based on dh-make-perl -R * debian/copyright: + use the new proposal format + mention debian/* copyright holders based on debian/changelog -- Rene Mayorga Thu, 19 Feb 2009 23:30:23 -0600 libfreezethaw-perl (0.43-4) 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. * debian/watch: use dist-based URL. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #468025) - update based on dh-make-perl's templates - don't install README any more (contains only a copyright notice which is in debian/copyright anyway) * Set Standards-Version to 3.7.3 (no changes). * debian/copyright: add upstream source location. -- gregor herrmann Sat, 08 Mar 2008 14:39:31 +0100 libfreezethaw-perl (0.43-3) unstable; urgency=low * Move package to the Debian Perl Group (closes: #376033). * Update Standards-Version, Debhelper compatibility level, FSF address, ... to values suitable for mid 2006. * Add watch file, remove empty /usr/lib/perl5 directory, enable tests in debian/rules, ... -- gregor herrmann Fri, 14 Jul 2006 23:10:00 +0200 libfreezethaw-perl (0.43-2) unstable; urgency=low * update debian/rules to current dh-make-perl rules.noxs template. This should fix the spurious .packlist bug (closes: Bug#163579) -- Ivan Kohler Mon, 7 Oct 2002 20:53:43 -0700 libfreezethaw-perl (0.43-1) unstable; urgency=low * new upstream release * binary-arch vs. binary-indep (closes: Bug#153356) * debian/copyright pedantry (closes: Bug#153381) -- Ivan Kohler Sat, 7 Sep 2002 06:44:37 -0700 libfreezethaw-perl (0.41-2) unstable; urgency=low * Removed gratuitous dh_suidregister -- Ivan Kohler Fri, 16 Feb 2001 03:20:42 -0800 libfreezethaw-perl (0.41-1) unstable; urgency=low * Initial Release. -- Ivan Kohler Fri, 2 Feb 2001 13:48:29 -0800 debian/source/0000755000000000000000000000000011357171274010476 5ustar debian/source/format0000644000000000000000000000001411357171326011702 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611345736616010261 0ustar #!/usr/bin/make -f %: dh $@