debian/0000755000000000000000000000000011563312071007165 5ustar debian/patches/0000755000000000000000000000000011563311667010626 5ustar debian/patches/README0000644000000000000000000000021111347270217011473 0ustar 0xxx: Grabbed from upstream development. 1xxx: Possibly relevant for upstream adoption. 2xxx: Only relevant for official Debian release. debian/patches/1001_Use_Digest::SHA.patch0000644000000000000000000000030111563311651015046 0ustar --- a/Filter.pm +++ b/Filter.pm @@ -3,7 +3,7 @@ use strict; use warnings; use Carp; -use Digest::SHA1 qw/sha1 sha1_base64/; +use Digest::SHA qw/sha1 sha1_base64/; our $VERSION = '1.0'; debian/patches/series0000644000000000000000000000003311563311575012035 0ustar 1001_Use_Digest::SHA.patch debian/control0000644000000000000000000000176311563312022010573 0ustar Source: libbloom-filter-perl Section: perl Priority: optional Build-Depends: devscripts (>= 2.10.7~), perl, cdbs (>= 0.4.85~), debhelper (>= 7.0.1), dh-buildinfo Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libbloom-filter-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libbloom-filter-perl.git Homepage: http://search.cpan.org/dist/Bloom-Filter/ Package: libbloom-filter-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: Bloom filter implemented in Perl A Bloom filter is a probabilistic algorithm for doing existence tests in less memory than a full list of keys would require. The tradeoff to using Bloom filters is a certain configurable risk of false positives. . Bloom::Filter is a Perl library implementing a simple Bloom filter with configurable capacity and false positive rate. debian/source/0000755000000000000000000000000011462647673010506 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000153511563312052011042 0ustar libbloom-filter-perl (1.0-3) unstable; urgency=low * Add patch 1001 to use Digest::SHA instead of Digest::SHA1. * Stop (build-)depending on libdigest-sha1-perl. -- Jonas Smedegaard Fri, 13 May 2011 22:27:19 +0200 libbloom-filter-perl (1.0-2) unstable; urgency=low * Drop needlessly build-depending on libtest-simple-perl: Provided by perl itself. * Update copyright file: + Rewrite using draft 174 of DEP-5 format. + Fix use initial wildcard Files section. + Rewrap license fields at 72 chars, and shorten comments. * Bump policy compliance to standards-version 3.9.2. -- Jonas Smedegaard Sun, 08 May 2011 01:50:02 +0200 libbloom-filter-perl (1.0-1) unstable; urgency=low * Initial packaging release. Closes: bug#616513. -- Jonas Smedegaard Sat, 05 Mar 2011 06:44:32 +0100 debian/compat0000644000000000000000000000000211524363714010372 0ustar 7 debian/watch0000644000000000000000000000024111534343757010230 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Bloom-Filter/ .*/Bloom-Filter-([\d.]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000136411563311742012335 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST META.yml Makefile.PL debian/compat debian/control debian/control.in debian/gbp.conf debian/patches/README debian/patches/series debian/source/format debian/source/local-options debian/watch t/add.t t/check.t t/defaults.t Copyright: *No copyright* License: UNKNOWN FIXME Files: Copyright: License: FIXME Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL FIXME Files: README Copyright: 2004, A. U. Thor blah blah blah License: UNKNOWN FIXME Files: Filter.pm Copyright: 2004, Maciej Ceglowski License: UNKNOWN FIXME debian/copyright0000644000000000000000000000324511561354135011131 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: Bloom::Filter Upstream-Contact: Maciej Ceglowski Source: http://search.cpan.org/dist/Bloom-Filter/ Files: * Copyright: 2004, Maciej Ceglowski License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Jonas Smedegaard License: GPL-2+ License: Artistic or GPL-1+ This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8 or, at your option, any later version of Perl 5 you may have available. Comment: Perl 5 version 5.8 is licensed under either the Artistic license or the GNU General Public License, version 1 or later. . On Debian systems the Artistic License is located in '/usr/share/common-licenses/Artistic', and the GNU General Public License (GPL) version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-2+ 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 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the GNU General Public License (GPL) version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000216411563311724010254 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2011, Jonas Smedegaard # Description: Main Debian packaging script for Bloom::Filter # # 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 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Bloom-Filter DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Bloom DEB_UPSTREAM_TARBALL_MD5 = 977ec7f814b04a1b68d4c6390089f166 debian/control.in0000644000000000000000000000164111561354173011206 0ustar Source: libbloom-filter-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libbloom-filter-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libbloom-filter-perl.git Homepage: http://search.cpan.org/dist/Bloom-Filter/ Package: libbloom-filter-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: Bloom filter implemented in Perl A Bloom filter is a probabilistic algorithm for doing existence tests in less memory than a full list of keys would require. The tradeoff to using Bloom filters is a certain configurable risk of false positives. . Bloom::Filter is a Perl library implementing a simple Bloom filter with configurable capacity and false positive rate.