debian/0000755000000000000000000000000011575430573007200 5ustar debian/control0000644000000000000000000000215211575236160010577 0ustar Source: libobject-signature-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , gregor herrmann , Fabrizio Regalli Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Object-Signature/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libobject-signature-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libobject-signature-perl/ Package: libobject-signature-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module perl for generate cryptographic signatures for objects Object::Signature is an abstract base class that you can inherit from in order to allow your objects to generate unique cryptographic signatures. . The method used to generate the signature is based on Storable and Digest::MD5. The object is fed to "Storable::nfreeze" to get a string, which is then passed to Digest::MD5::md5_hex to get a unique 32 character hexadecimal signature. debian/copyright0000644000000000000000000000256611575236160011140 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Adam Kennedy Source: http://search.cpan.org/dist/Object-Signature/ Name: Object-Signature Files: * Copyright: 2004 - 2006, Adam Kennedy License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2005, 2006, Krzysztof Krzyzaniak (eloy) 2006, Alexis Sukrieh 2008, gregor herrmann 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'. debian/watch0000644000000000000000000000027211212456122010214 0ustar # format version number, currently 2; this line is compulsory! version=3 http://search.cpan.org/dist/Object-Signature/ .*/Object-Signature-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/patches/0000755000000000000000000000000011575430573010627 5ustar debian/patches/fix_manpage0000644000000000000000000000061111575430532013021 0ustar Description: Fixing man page Author: Fabrizio Regalli Last-Update: 2011-06-13 --- a/lib/Object/Signature/File.pm +++ b/lib/Object/Signature/File.pm @@ -63,7 +63,7 @@ be stored with no extension. If the method return C (the default value), it indicates no -preference for the extention the file. +preference for the extension the file. =head2 signature_name debian/patches/series0000644000000000000000000000001411575430532012032 0ustar fix_manpage debian/compat0000644000000000000000000000000211575001146010364 0ustar 8 debian/changelog0000644000000000000000000000465211575430532011054 0ustar libobject-signature-perl (1.07-1) unstable; urgency=low [ Fabrizio Regalli ] * Bump to 3.9.2 Standard-Version. * Switch to DEP5 license format. * Add myself to Uploaders. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.0 quilt format. * New upstream release. * Added patch for man page. [ Jonathan Yu ] * updated gregor's e-mail address * Removed Alexis Sukrieh from Uploaders (Closes: #536143) [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Fabrizio Regalli Mon, 13 Jun 2011 16:24:41 +0200 libobject-signature-perl (1.05-2) unstable; urgency=low [ Frank Lichtenheld ] * Fix typo in Description [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #468004) - update based on dh-make-perl's templates - don't install README any more (just a text version of the POD documentation) * debian/watch: use dist-based URL. * Set Standards-Version to 3.7.3 (no changes). * debian/copyright: use version-agnostic download URL, update years of copyright. -- gregor herrmann Sun, 09 Mar 2008 17:42:40 +0100 libobject-signature-perl (1.05-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. * Set environment variable AUTOMATED_TESTING in debian/rules to activate all tests at build time. [ Alexis Sukrieh ] * Uses debhelper level 5 + debian/compat set to 5. + Build-Depends to debhelper (>= 5). * Dropped some unused and commented debhelper calls in debian/rules. * Removed the dh-make-perl default header in debian/rules comments. -- Alexis Sukrieh Mon, 9 Oct 2006 12:09:13 +0200 libobject-signature-perl (1.04-1) unstable; urgency=low * New upstream release * debian/control: - Standards-Version: increased to 3.7.2 without additional changes -- Krzysztof Krzyzaniak (eloy) Tue, 23 May 2006 16:26:48 +0200 libobject-signature-perl (1.03-1) unstable; urgency=low * Initial Release (closes: #347907). -- Krzysztof Krzyzaniak (eloy) Wed, 28 Dec 2005 20:16:17 +0100 debian/source/0000755000000000000000000000000011575430573010500 5ustar debian/source/format0000644000000000000000000000001411575001146011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611575001146010245 0ustar #!/usr/bin/make -f %: dh $@ debian/libobject-signature-perl.docs0000644000000000000000000000000711575236160014737 0ustar README