debian/0000755000000000000000000000000012122365633007171 5ustar debian/rules0000755000000000000000000000003612122365633010250 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000176112122365633010601 0ustar Source: libstring-crc-cksum-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Ernesto Hernández-Novich (USB) Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-crc-cksum-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libstring-crc-cksum-perl.git Homepage: https://metacpan.org/release/String-CRC-Cksum/ Package: libstring-crc-cksum-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl extension for calculating cksum-compatible checksums String::CRC::Cksum calculates a 32 bit CRC, generating the same CRC value as the POSIX cksum program. If called in a list context, returns the length of the data object as well, which is useful for fully emulating the cksum program. The returned checksum will always be a non-negative integral number in the range 0..2^32-1. debian/source/0000755000000000000000000000000012122365633010471 5ustar debian/source/format0000644000000000000000000000001412122365633011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026412122365633011045 0ustar libstring-crc-cksum-perl (0.91-1) unstable; urgency=low * Initial Release (Closes: #703523). -- Ernesto Hernández-Novich (USB) Wed, 20 Mar 2013 11:28:03 -0430 debian/compat0000644000000000000000000000000212122365633010367 0ustar 9 debian/copyright0000644000000000000000000000205412122365633011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Andrew Clarke Upstream-Name: String-CRC-Cksum Source: https://metacpan.org/release/String-CRC-Cksum/ Files: * Copyright: 2003 Andrew Clarke License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Ernesto Hernández-Novich (USB) 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/watch0000644000000000000000000000017612122365633010226 0ustar version=3 https://metacpan.org/release/String-CRC-Cksum/ .*/String-CRC-Cksum-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$