debian/0000755000000000000000000000000012042470077007171 5ustar debian/rules0000755000000000000000000000003612042470077010250 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000267112042470077010602 0ustar Source: libcaptcha-recaptcha-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libwww-perl, libhtml-tiny-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Xavier Guimard Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/pkg-perl/packages/libcaptcha-recaptcha-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcaptcha-recaptcha-perl.git Homepage: http://search.cpan.org/dist/Captcha-reCAPTCHA/ Package: libcaptcha-recaptcha-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl, libhtml-tiny-perl Description: perl implementation of the reCAPTCHA API reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors who complete the captcha to assist in the digitization of books. From http://recaptcha.net/learnmore.html: . reCAPTCHA improves the process of digitizing books by sending words that cannot be read by computers to the Web in the form of CAPTCHAs for humans to decipher. More specifically, each word that cannot be read correctly by OCR is placed on an image and used as a CAPTCHA. This is possible because most OCR programs alert you when a word cannot be read correctly. . To use reCAPTCHA you need to register your site here: https://admin.recaptcha.net/recaptcha/createsite/ debian/source/0000755000000000000000000000000012042470077010471 5ustar debian/source/format0000644000000000000000000000001412042470077011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000322512042470077011045 0ustar libcaptcha-recaptcha-perl (0.97-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Xavier Guimard ] * New upstream version * Bump Standards-Version to 3.9.4 * Add myself to uploaders * Convert to CopyrightFormat 1.0 -- Xavier Guimard Fri, 26 Oct 2012 06:25:21 +0200 libcaptcha-recaptcha-perl (0.94-3) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (via IRC). * debian/control: Added: Vcs-Svn field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Gerfried Fuchs ). Changed: Vcs-Browser field (source stanza). * debian/watch: update to ignore development releases. * Switch to source format 3.0 (quilt). * debian/copyright: use DEP5 format. * Minimize debian/rules. * Don't install README anymore. * Bump debhelper compatibility level to 8. * Remove version from perl build dependency. * Set Standards-Version to 3.9.2 (no further changes). * Add /me to Uploaders. -- gregor herrmann Mon, 16 May 2011 21:43:03 +0200 libcaptcha-recaptcha-perl (0.94-1) unstable; urgency=low * New Upstream release. * Add Vcs-* control fields. * Bump debhelper compat to 7. * Relicense packaging under WTFPLv2. * Replace dh_clean -k with dh_prep. * Bump Standards-Version to 3.9.0. -- Gerfried Fuchs Fri, 16 Jul 2010 00:05:40 +0200 libcaptcha-recaptcha-perl (0.92-1) unstable; urgency=low * Initial Release (closes: #478516) -- Gerfried Fuchs Tue, 29 Apr 2008 16:19:22 +0200 debian/libcaptcha-recaptcha-perl.examples0000644000000000000000000000001312042470077015705 0ustar examples/* debian/compat0000644000000000000000000000000212042470077010367 0ustar 8 debian/copyright0000644000000000000000000000310012042470077011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Captcha-reCAPTCHA Upstream-Contact: Andy Armstrong Source: http://search.cpan.org/dist/Captcha-reCAPTCHA/ Files: * Copyright: 2007, Andy Armstrong License: Artistic or GPL-1+ Files: debian/* Copyright: 2008-2010, Gerfried Fuchs 2011, gregor herrmann 2012, Xavier Guimard License: WTFPLv2 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'. License: WTFPLv2 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 . Copyright (C) 2008-2010 Gerfried Fuchs . Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. . DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION . 0. You just DO WHAT THE FUCK YOU WANT TO. debian/watch0000644000000000000000000000036612042470077010227 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Captcha-reCAPTCHA/ .*/Captcha-reCAPTCHA-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$