Codebase list libcaptcha-recaptcha-perl / c4fba16
takeover, part 2 Gregor Herrmann 12 years ago
7 changed file(s) with 61 addition(s) and 108 deletion(s). Raw diff Collapse all Expand all
00 libcaptcha-recaptcha-perl (0.94-3) UNRELEASED; urgency=low
11
2 * NOT RELEASED YET
32 * Take over for the Debian Perl Group on maintainer's request (via
4 IRC)
3 IRC).
54 * debian/control: Added: Vcs-Svn field (source stanza). Changed:
65 Maintainer set to Debian Perl Group <pkg-perl-
76 maintainers@lists.alioth.debian.org> (was: Gerfried Fuchs
8 <rhonda@debian.at>); Gerfried Fuchs <rhonda@debian.at> moved to
9 Uploaders.
7 <rhonda@debian.at>)
108 * debian/watch: update to ignore development releases.
9 * Switch to source format 3.0 (quilt).
10 * debian/copyright: use DEP5 format.
11 * Minimize debian/rules.
12 * Don't install README anymore.
13 * Bump debhelper compatibility level to 8.
14 * Set Standards-Version to 3.9.2 (no changes).
15 * Add /me to Uploaders.
16 * Remove version from perl build dependency.
17 * debian/control: Added: Vcs-Browser field (source stanza).
1118
1219 -- gregor herrmann <gregoa@debian.org> Mon, 16 May 2011 21:23:06 +0200
1320
00 Source: libcaptcha-recaptcha-perl
11 Section: perl
22 Priority: optional
3 Build-Depends: debhelper (>= 7)
4 Build-Depends-Indep: perl (>= 5.6.10-12), libwww-perl, libhtml-tiny-perl,
3 Build-Depends: debhelper (>= 8)
4 Build-Depends-Indep: perl, libwww-perl, libhtml-tiny-perl,
55 libtest-pod-perl, libtest-pod-coverage-perl
66 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7 Uploaders: Gerfried Fuchs <rhonda@debian.at>
8 Standards-Version: 3.9.0
7 Uploaders: gregor herrmann <gregoa@debian.org>
8 Standards-Version: 3.9.2
99 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcaptcha-recaptcha-perl/
10 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcaptcha-recaptcha-perl/
1011 Homepage: http://search.cpan.org/dist/Captcha-reCAPTCHA/
11 Vcs-Browser: http://git.deb.at/w/pkg/libcaptcha-recaptcha-perl.git
12 Vcs-Git: git://git.deb.at/pkg/libcaptcha-recaptcha-perl.git
1312
1413 Package: libcaptcha-recaptcha-perl
1514 Architecture: all
16 Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl, libhtml-tiny-perl (>= 0.904)
15 Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl, libhtml-tiny-perl
1716 Description: perl implementation of the reCAPTCHA API
1817 reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors
1918 who complete the captcha to assist in the digitization of books.
0 This is the debian package for the Captcha-reCAPTCHA module.
1 It was created by Gerfried Fuchs <rhonda@debian.at> using dh-make-perl.
0 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
1 Maintainer: Andy Armstrong <andy@hexten.net>
2 Source: http://search.cpan.org/dist/Captcha-reCAPTCHA/
3 Name: Captcha-reCAPTCHA
24
3 It was downloaded from http://search.cpan.org/dist/Captcha-reCAPTCHA/
5 Files: *
6 Copyright: 2007, Andy Armstrong <andy@hexten.net>
7 License: Artistic or GPL-1+
48
5 The upstream author is: Andy Armstrong <andy@hexten.net>.
9 Files: debian/*
10 Copyright: 2008-2010, Gerfried Fuchs <rhonda@debian.at>
11 2011, gregor herrmann <gregoa@debian.org>
12 License: WTFPLv2
613
7 Copyright:
14 License: Artistic
15 This program is free software; you can redistribute it and/or modify
16 it under the terms of the Artistic License, which comes with Perl.
17 .
18 On Debian systems, the complete text of the Artistic License can be
19 found in `/usr/share/common-licenses/Artistic'.
820
9 Copyright (c) 2007, Andy Armstrong <andy@hexten.net>. All rights reserved.
21 License: GPL-1+
22 This program is free software; you can redistribute it and/or modify
23 it under the terms of the GNU General Public License as published by
24 the Free Software Foundation; either version 1, or (at your option)
25 any later version.
26 .
27 On Debian systems, the complete text of version 1 of the GNU General
28 Public License can be found in `/usr/share/common-licenses/GPL-1'.
1029
11 This module is free software; you can redistribute it and/or modify
12 it under the terms of either:
13
14 a) the GNU General Public License as published by the Free Software
15 Foundation; either version 1, or (at your option) any later
16 version, or
17
18 b) the "Artistic License" which comes with Perl.
19
20 On Debian GNU/Linux systems, the complete text of the GNU General
21 Public License version 2 can be found in `/usr/share/common-licenses/GPL-2',
22 newer versions can be found in the same directory. The Artistic Licence
23 is stored in `/usr/share/common-licenses/Artistic'.
24
25 The debianization of the package is licensed under the WTFPLv2:
26
27 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
28 Version 2, December 2004
29
30 Copyright (C) 2008-2010 Gerfried Fuchs
31
32 Everyone is permitted to copy and distribute verbatim or modified
33 copies of this license document, and changing it is allowed as long
34 as the name is changed.
35
36 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
37 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
38
39 0. You just DO WHAT THE FUCK YOU WANT TO.
30 License: WTFPLv2
31 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
32 Version 2, December 2004
33 .
34 Copyright (C) 2008-2010 Gerfried Fuchs
35 .
36 Everyone is permitted to copy and distribute verbatim or modified
37 copies of this license document, and changing it is allowed as long
38 as the name is changed.
39 .
40 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
41 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
42 .
43 0. You just DO WHAT THE FUCK YOU WANT TO.
00 #!/usr/bin/make -f
1 # debian/rules for libcaptcha-recaptcha-perl
2 # Copyright 2008-2010 by Gerfried Fuchs <rhonda@debian.at>
3 # Licenced under WTFPLv2
41
5 # Uncomment this to turn on verbose mode.
6 #export DH_VERBOSE=1
7
8 # If set to a true value then MakeMaker's prompt function will
9 # always return the default without waiting for user input.
10 export PERL_MM_USE_DEFAULT=1
11
12 PERL ?= /usr/bin/perl
13 PACKAGE = $(shell dh_listpackages)
14 TMP = $(CURDIR)/debian/$(PACKAGE)
15
16 build: build-stamp
17 build-stamp:
18 dh_testdir
19 # Add commands to compile the package here
20 $(PERL) Makefile.PL INSTALLDIRS=vendor
21 $(MAKE)
22 $(MAKE) test
23 touch $@
24
25 clean:
26 dh_testdir
27 dh_testroot
28 dh_clean build-stamp install-stamp
29 # Add commands to clean up after the build process here
30 [ ! -f Makefile ] || $(MAKE) realclean
31
32 install: install-stamp
33 install-stamp: build-stamp
34 dh_testdir
35 dh_testroot
36 dh_prep
37 # Add commands to install the package into $(TMP) here
38 $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
39 [ ! -d $(TMP)/usr/lib/perl5 ] || \
40 rmdir --ignore-fail-on-non-empty --parents --verbose \
41 $(TMP)/usr/lib/perl5
42 touch $@
43
44 binary-arch:
45 # We have nothing to do here for an architecture-independent package
46
47 binary-indep: build install
48 dh_testdir
49 dh_testroot
50 dh_installexamples examples/*
51 dh_installdocs README
52 dh_installchangelogs Changes
53 dh_perl
54 dh_compress
55 dh_fixperms
56 dh_installdeb
57 dh_gencontrol
58 dh_md5sums
59 dh_builddeb
60
61 binary: binary-indep binary-arch
62 .PHONY: build clean binary-indep binary-arch binary install
2 %:
3 dh $@
0 3.0 (quilt)