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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
|
php-doctrine-instantiator (1.4.0-1) unstable; urgency=medium
* debian/watch: Update watch file format version to 4.
* debian/control:
+ Set Rules-Requires-Root: no.
+ Update Standards-Version to 4.5.1
+ Rename main branch to debian/latest (DEP-14)
-- David Prévot <taffit@debian.org> Sat, 05 Dec 2020 11:18:26 -0400
php-doctrine-instantiator (1.3.1-1) unstable; urgency=medium
[ Andreas Braun ]
* Test against PHP 8
[ David Prévot ]
* debian/gbp.conf: Update gbp import-ref usage
* debian/upstream/metadata: Set upstream metadata fields:
Bug-Database, Bug-Submit, Repository, Repository-Browse.
* debian/control:
+ Update standards version to 4.5.0, no changes needed.
+ Use debhelper-compat 13
* debian/rules: Simplify override_dh_auto_test
-- David Prévot <taffit@debian.org> Tue, 02 Jun 2020 17:19:26 -1000
php-doctrine-instantiator (1.3.0-1) unstable; urgency=medium
* Update gbp import-ref usage
* debian/upstream/metadata:
+ Set upstream metadata fields: Repository.
+ Remove obsolete fields Name, Contact
* debian/control:
+ Drop versioned dependency satisfied in (old)stable
+ Update standards version to 4.4.1, no changes needed.
* Make sure the local class takes precedence during build
-- David Prévot <taffit@debian.org> Sun, 10 Nov 2019 17:21:02 -1000
php-doctrine-instantiator (1.2.0-2) unstable; urgency=medium
* Upload to unstable now that buster has been released
* Update standards version, no changes needed.
* Set upstream metadata fields: Contact, Name.
* Add self to Uploaders
* Extend d/clean for PHPUnit 8
-- David Prévot <taffit@debian.org> Sun, 18 Aug 2019 08:09:35 -1000
php-doctrine-instantiator (1.2.0-1) experimental; urgency=medium
* Team upload, to experimental during the freeze
* Document gbp import-ref usage
* Restore testsuite
* Use debhelper-compat 12
* Update Homepage
* Use https in Format
* Drop get-orig-source target
* Update Standards-Version to 4.3.0
-- David Prévot <taffit@debian.org> Sun, 24 Mar 2019 17:59:28 -1000
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
|