debian/0000755000000000000000000000000011706561204007170 5ustar debian/copyright0000644000000000000000000000257211706561204011131 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Benjamin Trott Source: http://search.cpan.org/dist/Digest-BubbleBabble/ Name: Digest-BubbleBabble Files: * Copyright: 2001, Benjamin Trott License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2005, Florian Ragwitz 2008, Mark Hymers 2009, Ansgar Burchardt 2011, 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/watch0000644000000000000000000000020211706561204010213 0ustar version=3 http://search.cpan.org/dist/Digest-BubbleBabble/ .+/Digest-BubbleBabble-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000267211706561204010602 0ustar Source: libdigest-bubblebabble-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , gregor herrmann Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Digest-BubbleBabble/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libdigest-bubblebabble-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdigest-bubblebabble-perl.git Package: libdigest-bubblebabble-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: perl module to create bubble-babble fingerprints Digest::BubbleBabble takes a message digest (generated by either of the MD5 or SHA-1 message digest algorithms) and creates a fingerprint of that digest in "bubble babble" format. Bubble babble is a method of representing a message digest as a string of "real" words, to make the fingerprint easier to remember. The "words" are not necessarily real words, but they look more like words than a string of hex characters. . Bubble babble fingerprinting is used by the SSH2 suite (and, consequently, by Net::SSH::Perl, the Perl SSH implementation) to display easy-to-remember key fingerprints. The key (a DSA or RSA key) is converted into a textual form, digested using Digest::SHA, and run through bubblebabble to create the key fingerprint. debian/changelog0000644000000000000000000000520611706561204011045 0ustar libdigest-bubblebabble-perl (0.02-2) unstable; urgency=low * Team upload. [ 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. * Add refer-to-Digest-SHA.patch patch. Refer to Digest::SHA instead of Digest::SHA1. * Update long description to refer to Digest::SHA. Refer to Digest::SHA instead of Digest::SHA1 as Digest::SHA is in Perl core since 5.9.3 (cf. #594273). -- Salvatore Bonaccorso Sat, 21 Jan 2012 16:59:36 +0100 libdigest-bubblebabble-perl (0.02-1) unstable; urgency=low [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org [ gregor herrmann ] * New upstream release. * Switch to source format 3.0 (quilt). * Bump debhelper compatibility level to 8. * Add /me to Uploaders. * Remove version from perl build dependency. * Set Standards-Version to 3.9.2 (no further changes). * debian/copyright: update formatting, add new third-party files. -- gregor herrmann Sat, 23 Apr 2011 19:22:13 +0200 libdigest-bubblebabble-perl (0.01-2) unstable; urgency=low [ gregor herrmann ] * Take over for the Debian Perl Group with maintainer's permission (http://lists.debian.org/debian-perl/2008/06/msg00039.html) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Florian Ragwitz ); Florian Ragwitz moved to Uploaders. * Add debian/watch. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Ryan Niebur ] * Remove Florian Ragwitz from Uploaders * Close ITA (Closes: #523130) [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * Refresh debian/rules for debhelper 7. * Add myself to Uploaders. * Convert debian/copyright to proposed machine-readable format. * Bump Standards Version to 3.8.2. -- Ansgar Burchardt Sun, 19 Jul 2009 19:35:06 +0200 libdigest-bubblebabble-perl (0.01-1.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #467754 -- Mark Hymers Sat, 05 Apr 2008 21:08:57 +0100 libdigest-bubblebabble-perl (0.01-1) unstable; urgency=low * Initial Release. -- Florian Ragwitz Wed, 2 Nov 2005 16:11:55 +0100 debian/rules0000755000000000000000000000003511706561204010246 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011706561204010470 5ustar debian/source/format0000644000000000000000000000001411706561204011676 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211706561204010366 0ustar 8 debian/patches/0000755000000000000000000000000011706561204010617 5ustar debian/patches/series0000644000000000000000000000003211706561204012027 0ustar refer-to-Digest-SHA.patch debian/patches/refer-to-Digest-SHA.patch0000644000000000000000000000276411706561204015222 0ustar Description: Refer to Digest::SHA instead of Digest::SHA1 as Digest::SHA is in perl core since 5.9.3. Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=74213 Forwarded: yes Author: Salvatore Bonaccorso Last-Update: 2012-01-21 --- a/lib/Digest/BubbleBabble.pm +++ b/lib/Digest/BubbleBabble.pm @@ -60,7 +60,7 @@ my $fingerprint = bubblebabble( Digest => "Pineapple" ); # Create a fingerprint of a SHA-1 hash. - use Digest::SHA1 qw( sha1 ); + use Digest::SHA qw( sha1 ); $fingerprint = bubblebabble( Digest => sha1("hello") ); =head1 DESCRIPTION @@ -77,7 +77,7 @@ (and, consequently, by I, the Perl SSH implementation) to display easy-to-remember key fingerprints. The key (a DSA or RSA key) is converted into a textual form, -digested using I, and run through I +digested using I, and run through I to create the key fingerprint. =head1 USAGE @@ -93,7 +93,7 @@ Currently takes only one pair of arguments, the key of which must be I, the value of which is the actual message digest I<$digest>. You should generate this message -digest yourself using either I of I. +digest yourself using either I of I. Returns the bubble babble form of the digest. @@ -114,4 +114,4 @@ Except where otherwise noted, Digest::BubbleBabble is Copyright 2001 Benjamin Trott. All rights reserved. -=cut \ No newline at end of file +=cut