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
|
phpunit-exporter (3.1.0-2) unstable; urgency=medium
* Upload to unstable, with the rest of the latest PHPUnit stack
* Update Standards-Version to 4.1.1
-- David Prévot <taffit@debian.org> Sat, 25 Nov 2017 15:49:34 -1000
phpunit-exporter (3.1.0-1) experimental; urgency=medium
* Upload version only compatible with latest PHPUnit to experimental
[ Sebastian Bergmann ]
* Prepare release
[ David Prévot ]
* Update copyright (years)
* Don’t use default upstream build system
* Update Standards-Version to 4.1.0
-- David Prévot <taffit@debian.org> Tue, 22 Aug 2017 17:44:55 -1000
phpunit-exporter (1.2.2-1) unstable; urgency=medium
[ KUBO Atsuhiro ]
* Add "ext-mbstring" to "require-dev" in composer.json
[ Sebastian Bergmann ]
* Bump version
[ David Prévot ]
* Update Standards-Version to 3.9.8
* Use php-mbstring for tests
-- David Prévot <taffit@debian.org> Tue, 21 Jun 2016 12:40:36 -0400
phpunit-exporter (1.2.1-2) unstable; urgency=medium
* Update Standards-Version to 3.9.7
* Rebuild with latest pkg-php-tools for the PHP 7.0 transition
-- David Prévot <taffit@debian.org> Thu, 03 Mar 2016 20:44:15 -0400
phpunit-exporter (1.2.1-1) unstable; urgency=medium
[ Sebastian Bergmann ]
* Fix CS/WS issues
-- David Prévot <taffit@debian.org> Sun, 25 Oct 2015 12:05:41 -0400
phpunit-exporter (1.2.0-2) unstable; urgency=medium
* Upload to unstable since Jessie has been released
* Load RecursionContext from autoload
* Use homemade autoload.php for tests
-- David Prévot <taffit@debian.org> Thu, 14 May 2015 14:26:17 -0400
phpunit-exporter (1.2.0-1) experimental; urgency=medium
[ Sebastian Bergmann ]
* Use Context class from new separate package
[ David Prévot ]
* Fix source and homepage URLs
* Adapt packaging to Composer source
* Update copyright
* Bump standards version to 3.9.6
* Provide DEP-8 tests
* Upload to experimental to respect the freeze
-- David Prévot <taffit@debian.org> Sun, 08 Feb 2015 18:42:51 -0400
phpunit-exporter (1.0.0-1) unstable; urgency=low
* Initial Release (Closes: #745854)
-- David Prévot <taffit@debian.org> Fri, 25 Apr 2014 16:52:37 -0400
|