1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
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
-- William Desportes <williamdes@wdes.fr> Sat, 02 Jan 2021 20:21:12 +0100
google-recaptcha (1.2.4-2) unstable; urgency=medium
[ William Desportes ]
* Bump debhelper-compat to 13
* Install examples (lintian: package-does-not-install-examples)
* Remove a whitespace (lintian: file-contains-trailing-whitespace)
* Set debian branch to debian/latest (DEP-14)
* Adapt to recent version of PHPUnit (9) (Closes: #978381)
* Run "cme fix dpkg" and "wrap-and-sort"
* Update Standards-Version to 4.5.1
* Add myself to the uploaders
* Update d/copyright
* Add d/examples, d/clean and d/docs
* Add autoload generation
* Add a patch to fix examples/* autoload paths
[ David Prévot ]
* Generate static autoloader inside ReCaptcha/
* Install package in its proper (Class)path
-- William Desportes <williamdes@wdes.fr> Fri, 01 Jan 2021 22:51:16 +0100
google-recaptcha (1.2.4-1) unstable; urgency=medium
* New upstream version 1.2.4
* Add d/upstream/metadata
* Fix d/watch file template
* Bump Standards-Version to 4.5.0
* Add phpunit to build dependencies
* Bump debhelper from old 10 to 12.
* Support debian tests
* Add tests to debian rules
* Add commands to make tests compatible with next phpunit version
* Add php-curl to Build dependencies to improve testing coverage
-- William Desportes <williamdes@wdes.fr> Fri, 24 Apr 2020 08:13:33 +0200
google-recaptcha (1.2.3-1) unstable; urgency=medium
* New upstream version
-- Matthias Blümel <debian@blaimi.de> Tue, 29 Oct 2019 22:45:40 +0100
google-recaptcha (1.1.3-4) unstable; urgency=medium
[ William Desportes ]
* Fix Vcs-urls.
Signed-off-by: William Desportes <williamdes@wdes.fr>
* Add gitlab CI config file
[ Matthias Blümel ]
* lintian doesn't like long lines in debian/changelog
-- Felipe Sateler <fsateler@debian.org> Sat, 12 Oct 2019 12:52:15 -0300
google-recaptcha (1.1.3-3) unstable; urgency=medium
* Add comment clarifying the licensing status of the php files.
The header is the MIT blurb, but the license is BSD.
This will be fixed by upstream in the next release
-- Felipe Sateler <fsateler@debian.org> Thu, 15 Aug 2019 11:03:42 -0400
google-recaptcha (1.1.3-2) unstable; urgency=medium
[ Matthias Blümel ]
* use architecture all instead of any
-- Felipe Sateler <fsateler@debian.org> Sun, 16 Jun 2019 09:46:13 -0400
google-recaptcha (1.1.3-1) unstable; urgency=medium
* Initial release (Closes nothing)
-- Felipe Sateler <fsateler@debian.org> Tue, 01 May 2018 23:28:09 -0300
|