debian/0000755000000000000000000000000012231166156007171 5ustar debian/watch0000644000000000000000000000013311657755260010232 0ustar version=3 http://search.cpan.org/dist/Digest-CRC/ .+/Digest-CRC-v?(\d[\d\.]*)\.tar\.gz debian/rules0000755000000000000000000000035311657755260010265 0ustar #!/usr/bin/make -f ifeq (64,$(shell dpkg-architecture -qDEB_BUILD_ARCH_BITS)) HAVE_64_BITS=1 endif %: dh $@ --buildsystem=perl_makemaker override_dh_auto_test: WITH_CRC64=$(HAVE_64_BITS) dh_auto_test --buildsystem=perl_makemaker debian/copyright0000644000000000000000000000257511657755260011150 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Oliver Maul Source: http://search.cpan.org/dist/Digest-CRC/ Name: Digest-CRC Copyright: None (public domain) License: other CRC algorithm code taken from "A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS". . The author of this package disclaims all copyrights and releases it into the public domain. Files: debian/* Copyright: 2004, Allard Hoeve 2006, Gunnar Wolf 2007-2011, gregor herrmann 2008, Damyan Ivanov 2008, Joachim Breitner 2010, Ansgar Burchardt 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/source/0000755000000000000000000000000011657755260010504 5ustar debian/source/format0000644000000000000000000000001411657755260011712 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211657755260010402 0ustar 8 debian/control0000644000000000000000000000174411657755260010615 0ustar Source: libdigest-crc-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl, dpkg-dev (>= 1.15.4) Maintainer: Debian Perl Group Uploaders: Allard Hoeve , gregor herrmann , Damyan Ivanov , Ansgar Burchardt Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Digest-CRC/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libdigest-crc-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdigest-crc-perl.git Package: libdigest-crc-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl module providing generic CRC functions The Digest::CRC module calculates CRC sums of all sorts. It contains wrapper functions with the correct parameters for CRC-CCITT, CRC-16, CRC-32 and CRC-64. The module acts similar to libstring-crc32-perl, but implements the Digest interface. debian/changelog0000644000000000000000000001033312231166156011043 0ustar libdigest-crc-perl (0.18-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:57:18 +0100 libdigest-crc-perl (0.18-1) unstable; urgency=low * Team upload * New upstream release - Added openpgparmor support (Closes: #648546) - Fixed few issues in xs code (Closes: #648542) -- Alessandro Ghedini Sun, 13 Nov 2011 14:31:31 +0100 libdigest-crc-perl (0.17-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Set Standards-Version to 3.9.2 (no changes). * Bump debhelper compatibility level to 8. * Update years of packaging copyright. -- gregor herrmann Sat, 27 Aug 2011 18:22:15 +0200 libdigest-crc-perl (0.16-1) unstable; urgency=low [ Joachim Breitner ] * Removed myself from uploaders. [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * Change my email address. [ Ansgar Burchardt ] * New upstream release. * debian/control: Update description. * debian/control: Make build-dep on perl unversioned. * Use tiny debian/rules with debhelper 7. Use Makefile.PL as Build.PL does not build the XS module. * Use source format 3.0 (quilt). * Convert debian/copyright to proposed machine-readable format. * Bump Standards-Version to 3.9.1. * Add myself to Uploaders. * Update my email address. [ gregor herrmann ] * Run the CRC64 tests only if the build machine reports to have 64 bits; add "dpkg-dev (>= 1.15.4)" to Build-Depends. -- gregor herrmann Tue, 21 Dec 2010 16:17:43 +0100 libdigest-crc-perl (0.14-2) unstable; urgency=low [ gregor herrmann ] * debian/rules: delete /usr/share/perl5 only if it exists. [ Damyan Ivanov ] * debian/watch: use dist-based URL, better pattern * debian/rules: + make install-stamp depend on build-stamp + drop redundant README + use "$@" when touching stamps * Standards-Version: 3.7.3 (no changes) * debhelper compatibility level 6 * add myself to Uploaders * refresh copyright years on packaging -- Damyan Ivanov Fri, 18 Jan 2008 16:17:08 +0200 libdigest-crc-perl (0.14-1) unstable; urgency=low * New upstream release. -- gregor herrmann Mon, 05 Nov 2007 19:46:07 +0100 libdigest-crc-perl (0.13-1) unstable; urgency=low * New upstream release. * Remove patch test.diff, tests are fixed in the new release. -- gregor herrmann Sun, 04 Nov 2007 18:17:24 +0100 libdigest-crc-perl (0.12-1) unstable; urgency=low * New upstream release. * Add patch test.diff to make test work again. -- gregor herrmann Sat, 03 Nov 2007 15:11:46 +0100 libdigest-crc-perl (0.11-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * Set Standards-Version to 3.7.2 (no changes needed). * Set debhelper compatibility level to 5. * debian/rules: - Don't ignore errors of $(MAKE) distclean. - Move tests to build target. - Call dh_clean before $(MAKE) distclean. - Remove unused dh_* calls. * Add upstream URL to debian/copyright and update years of copyright for the packaging. [ Damyan Ivanov ] * Drop unneeded dh_link * Run dh_strip unconditionally, it handles nostrip options by itself -- gregor herrmann Thu, 01 Nov 2007 12:30:41 +0100 libdigest-crc-perl (0.10-1) unstable; urgency=low * New upstream release, including changes that fix O(n) memory usage (Closes: #342543) * Standards-version is now 3.6.2 -- Gunnar Wolf Sun, 19 Mar 2006 06:05:45 -0600 libdigest-crc-perl (0.09-1) unstable; urgency=low * Initial Release. -- Allard Hoeve Wed, 22 Sep 2004 16:51:23 +0200