debian/0000755000000000000000000000000011604362623007171 5ustar debian/control0000644000000000000000000000170211604357555010604 0ustar Source: libstruct-compare-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Martin Zobel-Helas , Fabrizio Regalli Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Struct-Compare Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstruct-compare-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstruct-compare-perl/ Package: libstruct-compare-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module providing recursive diff for perl structures Struct::Compare compares two values of any type and structure and returns true if they are the same. It does a deep comparison of the structures, so a hash of a hash of a whatever will be compared correctly. . This is especially useful for writing unit tests for your modules! debian/copyright0000644000000000000000000000432211603576572011136 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Ryan Davis Source: http://search.cpan.org/dist/Struct-Compare/ Name: Struct-Compare Files: * Copyright: 2001, Ryan Davis 2001, Zen Spider Software License: MIT Files: debian/* Copyright: 2007, Martin Zobel-Helas 2008, Mark Hymers 2011, Fabrizio Regalli 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'. License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/watch0000644000000000000000000000017111603576572010232 0ustar version=3 http://search.cpan.org/dist/Struct-Compare/ .*/Struct-Compare-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011604362623010620 5ustar debian/patches/pod2man.patch0000644000000000000000000000062011603576572013210 0ustar Description: Fixing pod2man error Author: Fabrizio Regalli Last-Update: 2011-07-02 Forwarded: no --- a/Compare.pm +++ b/Compare.pm @@ -120,11 +120,15 @@ =head1 BUGS/NEEDED ENHANCEMENTS +=over + =item * blessed references compare currently does not deal with blessed references. I need to look into how to deal with this. +=back + =head1 LICENSE (The MIT License) debian/patches/series0000644000000000000000000000001611603576572012043 0ustar pod2man.patch debian/compat0000644000000000000000000000000211603576572010400 0ustar 8 debian/changelog0000644000000000000000000000226711604351551011050 0ustar libstruct-compare-perl (1.0.1-3) unstable; urgency=low * Take over (see http://lists.debian.org/debian-perl/2011/07/msg00003.html). * Added Homepage and Vcs-* fields in d/control. * Bump to 3.9.2 Standard-Version. * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.0 quilt format. * Added d/watch file. * Switch to DEP5 license format. * Fixed lintian description-synopsis-might-not-be-phrased-properly message. * Added pod2man patch. -- Fabrizio Regalli Sat, 02 Jul 2011 01:37:31 +0200 libstruct-compare-perl (1.0.1-2.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #467894 -- Mark Hymers Sat, 05 Apr 2008 21:09:11 +0100 libstruct-compare-perl (1.0.1-2) unstable; urgency=low * Fix debian/copyright and list the license. Lets hope this satifies Ganneff to let this package through NEW. -- Martin Zobel-Helas Fri, 31 Aug 2007 18:22:04 +0200 libstruct-compare-perl (1.0.1-1) unstable; urgency=low * Initial Release. -- Martin Zobel-Helas Thu, 16 Aug 2007 15:27:06 +0200 debian/source/0000755000000000000000000000000011604362623010471 5ustar debian/source/format0000644000000000000000000000001411603576572011710 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611603576572010261 0ustar #!/usr/bin/make -f %: dh $@