debian/0000755000000000000000000000000012264063042007165 5ustar debian/rules0000755000000000000000000000003612264063042010244 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000172312264063042010573 0ustar Source: libstring-crc32-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312~), perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , Damyan Ivanov Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/String-CRC32/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-crc32-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-crc32-perl.git Package: libstring-crc32-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl interface for cyclic redundancy check generation The CRC32 module calculates CRC sums of 32 bit lengths. It generates the same CRC values as ZMODEM, PKZIP, PICCHECK and many others. . Despite its name, this module is able to compute the checksum of strings as well as of files. debian/source/0000755000000000000000000000000012264063042010465 5ustar debian/source/format0000644000000000000000000000001412264063042011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000707012264063042011043 0ustar libstring-crc32-perl (1.5-1) unstable; urgency=low * Team upload. [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. * Set Standards-Version to 3.9.1; remove version from perl build dependency. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Switch to "3.0 (quilt)" source format. * Use dh(1) and debhelper 9.20120312. * debian/copyright: switch formatting to Copyright-Format 1.0. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Fri, 10 Jan 2014 22:28:29 +0100 libstring-crc32-perl (1.4-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/watch: remove dash from the version capture. * debian/rules: delete /usr/share/perl5 only if it exists. [ Damyan Ivanov ] * debian/rules: clean-up + use "$@" when touching stamps + remove unneeded (commented) dh_installman + remove unused dh_installexamples and dh_makeshlibs + make install target depend on install-stamp and that -- on build-stamp + move test suite from install to build target + clean: remove stamps before realclean * Standards-Version: 3.7.3 (no changes) * debhelper compatibility level 6 * add myself to Uploaders * debian/copyright: use author-independent upstream URL * debian/watch: use dist-based URL, better pattern -- Damyan Ivanov Thu, 24 Jan 2008 13:20:14 +0200 libstring-crc32-perl (1.4-1) unstable; urgency=low * New upstream release * debian/control: - Standards-Version: increased to 3.7.2 without additional changes - Uploaders: added me * debian/rules: - cleaning - test suite added -- Krzysztof Krzyzaniak (eloy) Sat, 6 May 2006 13:07:41 +0200 libstring-crc32-perl (1.3-3) unstable; urgency=low * Adopted by the Debian pkg-perl group (Closes: #348954) * Moved from section interpreters to perl * Rewrote debian/rules using debhelper -- Gunnar Wolf Sat, 8 Apr 2006 08:02:16 -0500 libstring-crc32-perl (1.3-2) unstable; urgency=low * Bump Standards-Version to 3.6.2. * Orphan package by setting maintainer to QA group. -- Clint Adams Sat, 21 Jan 2006 18:22:46 -0500 libstring-crc32-perl (1.3-1) unstable; urgency=low * New upstream release. * Drop build-dep on debhelper. -- Clint Adams Sat, 30 Apr 2005 13:52:33 -0400 libstring-crc32-perl (1.2-5) unstable; urgency=low * Change watch URL from ftp to http, since some CPAN ftp servers seem a little off. -- Clint Adams Wed, 14 Jul 2004 15:11:14 -0400 libstring-crc32-perl (1.2-4) unstable; urgency=low * Add debian/watch file for dehs. * Bump Standards-Version to 3.6.1. -- Clint Adams Tue, 13 Jul 2004 11:03:52 -0400 libstring-crc32-perl (1.2-3) unstable; urgency=low * Fix typo in description. closes: #166537. -- Clint Adams Sun, 27 Oct 2002 15:19:27 -0500 libstring-crc32-perl (1.2-2) unstable; urgency=low * Build-dep on perl 5.8. -- Clint Adams Sat, 24 Aug 2002 21:02:08 -0400 libstring-crc32-perl (1.2-1) unstable; urgency=low * Initial Release. -- Clint Adams Sun, 9 Jun 2002 15:02:24 -0400 debian/compat0000644000000000000000000000000212264063042010363 0ustar 9 debian/copyright0000644000000000000000000000322512264063042011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/String-CRC32 Upstream-Contact: Soenke J. Peters Upstream-Name: String-CRC32 Files: * Copyright: Public Domain Author: Soenke J. Peters License: public-domain The author of this package disclaims all copyrights and releases it into the public domain. Comment: CRC algorithm code taken from CRC-32 by Craig Bruce. The module stuff is inspired by a similar perl module called String::CRC by David Sharnoff & Matthew Dillon. Horst Fickenscher told me that it could be useful to supply an init value to the crc checking function and so I included this possibility. Files: debian/* Copyright: 2002, 2004, 2005, 2006, Clint Adams 2006, Gunnar Wolf 2006, Krzysztof Krzyzaniak (eloy) 2008, Damyan Ivanov 2014, gregor herrmann 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/watch0000644000000000000000000000013412264063042010214 0ustar version=3 https://metacpan.org/release/String-CRC32/ .+/String-CRC32-v?(\d[\d\.]*).tar.gz