diff -Nru google-recaptcha-1.2.4/debian/autoloaders/google-recaptcha google-recaptcha-1.2.4/debian/autoloaders/google-recaptcha --- google-recaptcha-1.2.4/debian/autoloaders/google-recaptcha 1970-01-01 00:00:00.000000000 +0000 +++ google-recaptcha-1.2.4/debian/autoloaders/google-recaptcha 2023-04-26 13:05:11.000000000 +0000 @@ -0,0 +1 @@ +google recaptcha ReCaptcha/autoload.php diff -Nru google-recaptcha-1.2.4/debian/autoload-test.php.tpl google-recaptcha-1.2.4/debian/autoload-test.php.tpl --- google-recaptcha-1.2.4/debian/autoload-test.php.tpl 2021-01-14 16:35:42.000000000 +0000 +++ google-recaptcha-1.2.4/debian/autoload-test.php.tpl 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ - Tue, 19 Jan 2021 13:41:25 +0100 + -- William Desportes Wed, 26 Apr 2023 15:08:04 +0200 + +google-recaptcha (1.2.4-5) unstable; urgency=medium + + * Set PHP PEAR Team as Maintainer of google-recaptcha + * Move this package to php-team/pear + * Bump Standards-Version to 4.6.2 + + -- William Desportes Fri, 23 Dec 2022 14:40:59 +0400 + +google-recaptcha (1.2.4-4) unstable; urgency=medium + + * Remove unused autoload test file + * Bump Standards-Version to 4.6.1 + * Depend on dh-sequence-phpcomposer + * Update d/copyright for Debian files + * Relieve Matthias and Felipe from the "Uploaders" field of d/control + * Install usr/share/pkg-php-tools overrides + * Mark the package as "Multi-Arch: foreign" + * Add php-curl to test dependencies + + -- William Desportes Sun, 15 May 2022 15:46:51 +0200 google-recaptcha (1.2.4-3) unstable; urgency=medium * remove DEB_BUILD_OPTIONS because debhelper 13 handles it * Add a Debian patch for phpunit type hints * Remove sed calls before and after tests - * Remove phpab tests autloader for autopkgtests + * Remove phpab tests autoloader for autopkgtests -- William Desportes Sat, 02 Jan 2021 20:21:12 +0100 diff -Nru google-recaptcha-1.2.4/debian/control google-recaptcha-1.2.4/debian/control --- google-recaptcha-1.2.4/debian/control 2021-01-19 12:41:06.000000000 +0000 +++ google-recaptcha-1.2.4/debian/control 2023-04-26 13:07:36.000000000 +0000 @@ -1,19 +1,22 @@ Source: google-recaptcha -Maintainer: phpMyAdmin Team -Uploaders: Felipe Sateler , - Matthias Blümel , - William Desportes +Maintainer: Debian PHP PEAR Maintainers +Uploaders: William Desportes Section: php Priority: optional -Build-Depends: debhelper-compat (= 12), php-curl, phpab, phpunit, pkg-php-tools -Standards-Version: 4.5.1 -Vcs-Browser: https://salsa.debian.org/phpmyadmin-team/google-recaptcha -Vcs-Git: https://salsa.debian.org/phpmyadmin-team/google-recaptcha.git -b debian/latest +Build-Depends: debhelper-compat (= 12), + pkg-php-tools, + php-curl, + phpab, + phpunit +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/php-team/pear/google-recaptcha +Vcs-Git: https://salsa.debian.org/php-team/pear/google-recaptcha.git -b debian/latest Homepage: https://github.com/google/recaptcha Rules-Requires-Root: no Package: php-google-recaptcha Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, ${phpcomposer:Debian-require} Recommends: ${phpcomposer:Debian-recommend} Suggests: ${phpcomposer:Debian-suggest} diff -Nru google-recaptcha-1.2.4/debian/copyright google-recaptcha-1.2.4/debian/copyright --- google-recaptcha-1.2.4/debian/copyright 2021-01-14 16:35:42.000000000 +0000 +++ google-recaptcha-1.2.4/debian/copyright 2023-04-26 13:05:11.000000000 +0000 @@ -7,7 +7,8 @@ License: BSD-3-Clause Files: debian/* -Copyright: 2018 Felipe Sateler +Copyright: 2018-2019 Felipe Sateler + 2020-2022 William Desportes License: BSD-3-Clause License: BSD-3-Clause diff -Nru google-recaptcha-1.2.4/debian/install google-recaptcha-1.2.4/debian/install --- google-recaptcha-1.2.4/debian/install 2021-01-14 16:35:42.000000000 +0000 +++ google-recaptcha-1.2.4/debian/install 2023-04-26 13:05:11.000000000 +0000 @@ -1 +1,3 @@ +debian/autoloaders usr/share/pkg-php-tools +debian/overrides usr/share/pkg-php-tools src/ReCaptcha/* usr/share/php/ReCaptcha/ diff -Nru google-recaptcha-1.2.4/debian/overrides/google-recaptcha google-recaptcha-1.2.4/debian/overrides/google-recaptcha --- google-recaptcha-1.2.4/debian/overrides/google-recaptcha 1970-01-01 00:00:00.000000000 +0000 +++ google-recaptcha-1.2.4/debian/overrides/google-recaptcha 2023-04-26 13:05:11.000000000 +0000 @@ -0,0 +1 @@ +google recaptcha php-google-recaptcha \ No newline at end of file diff -Nru google-recaptcha-1.2.4/debian/tests/control google-recaptcha-1.2.4/debian/tests/control --- google-recaptcha-1.2.4/debian/tests/control 2021-01-14 16:35:42.000000000 +0000 +++ google-recaptcha-1.2.4/debian/tests/control 2023-04-26 13:05:11.000000000 +0000 @@ -1,2 +1,2 @@ Test-Command: phpunit --no-coverage --bootstrap /usr/share/php/ReCaptcha/autoload.php -Depends: phpunit, @ +Depends: php-curl, phpunit, @