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
|
php-doctrine-instantiator (1.1.0-2) unstable; urgency=medium
* Team upload to unstable now that php7.2 is the default PHP version
* Move project repository to salsa.d.o
* Update Standards-Version to 4.1.3
-- David Prévot <taffit@debian.org> Mon, 05 Mar 2018 10:23:51 -1000
php-doctrine-instantiator (1.1.0-1) experimental; urgency=medium
* Team upload, to experimental since the package now depends on php7.1 that
is not yet the default PHP version.
[ Filippo Tessarotto ]
* [git] Add .gitattributes to remove unneeded files
[ Marco Pivetta ]
* #23 dropped PHP versions previous to 7.1
[ David Prévot ]
* d/control: Add a trivial get-orig-source target
* Drop testsuite removed upstream
* Update Standards-Version to 4.1.0
-- David Prévot <taffit@debian.org> Tue, 19 Sep 2017 01:36:02 -1000
php-doctrine-instantiator (1.0.5-2) unstable; urgency=medium
* Team upload
* Update Standards-Version to 3.9.7
* Rebuild with recent pkg-php-tools for the PHP 7.0 transition
-- David Prévot <taffit@debian.org> Sat, 19 Mar 2016 16:25:45 -0400
php-doctrine-instantiator (1.0.5-1) unstable; urgency=medium
* Team upload
[ Ciaran McNulty ]
* Don't use reflection if class is final + internal ancestors
[ David Prévot ]
* Actually test the local class at build time
-- David Prévot <taffit@debian.org> Mon, 29 Jun 2015 18:18:44 -0400
php-doctrine-instantiator (1.0.4-3) unstable; urgency=medium
* Fix autoload.php path
-- David Prévot <taffit@debian.org> Mon, 25 May 2015 10:30:54 -0400
php-doctrine-instantiator (1.0.4-2) unstable; urgency=medium
* Team upload to unstable since Jessie has been released
* Update homemade static autoload.php for tests
-- David Prévot <taffit@debian.org> Sat, 23 May 2015 13:49:55 -0400
php-doctrine-instantiator (1.0.4-1) experimental; urgency=medium
* Team upload to experimental to respect the freeze
[ Dave Marshall ]
* Check that a class isCloneable before cloning
[ Nikita Popov ]
* Change PHP version constraint to support PHP 7
[ David Prévot ]
* Handle patches with gbp pq
* Require PHP_Token_Stream autoloader for tests
* Add upstream changelog
* Bump standards version to 3.9.6
-- David Prévot <taffit@debian.org> Mon, 22 Dec 2014 14:41:54 -0400
php-doctrine-instantiator (1.0.2-1) unstable; urgency=low
* Initial Release (Closes: #761496)
-- Prach Pongpanich <prachpub@gmail.com> Sun, 14 Sep 2014 19:37:22 +0700
|