File: changelog

package info (click to toggle)
php-doctrine-instantiator 2.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 336 kB
  • sloc: php: 624; makefile: 18; xml: 16
file content (210 lines) | stat: -rw-r--r-- 6,549 bytes parent folder | download
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
php-doctrine-instantiator (2.0.0-5) unstable; urgency=medium

  * Modernize PHPUnit syntax

 -- David Prévot <taffit@debian.org>  Mon, 17 Feb 2025 23:52:09 +0100

php-doctrine-instantiator (2.0.0-4) unstable; urgency=medium

  * Use --require-file instead of relying on the installed package
    (Closes: #1093349)

 -- David Prévot <taffit@debian.org>  Fri, 17 Jan 2025 22:29:47 +0100

php-doctrine-instantiator (2.0.0-3) unstable; urgency=medium

  * Make provider functions static (PHPUnit 11 fix) (Closes: #1070536)
  * Update Standards-Version to 4.7.0

 -- David Prévot <taffit@debian.org>  Sat, 18 May 2024 16:52:22 +0200

php-doctrine-instantiator (2.0.0-2) unstable; urgency=medium

  * Upload to unstable now that everything is in place

 -- David Prévot <taffit@debian.org>  Sun, 11 Jun 2023 16:48:31 +0200

php-doctrine-instantiator (2.0.0-1) experimental; urgency=medium

  * Upload new major to experimental

  [ Alexander M. Turek ]
  * Migrate codebase to PHP 8.1 (#94)

  [ David Prévot ]
  * Revert "Track version 1 for now (Bookworm?)"

 -- David Prévot <taffit@debian.org>  Sun, 01 Jan 2023 09:57:15 +0100

php-doctrine-instantiator (1.5.0-1) unstable; urgency=medium

  [ Alexander M. Turek ]
  * Fix tests on PHP 8.2 (#91)

  [ David Prévot ]
  * Track version 1 for now (Bookworm?)
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <taffit@debian.org>  Sun, 01 Jan 2023 09:47:23 +0100

php-doctrine-instantiator (1.4.1-2) unstable; urgency=medium

  * Fix tests on PHP 8.2

 -- David Prévot <taffit@debian.org>  Thu, 21 Jul 2022 12:22:58 +0200

php-doctrine-instantiator (1.4.1-1) unstable; urgency=medium

  * Fix d/watch to match updated GitHub URL
  * Simplify gbp import-orig
  * Use dh-sequence-phpcomposer instead of --with phpcomposer
  * Generate phpabtpl at build time
  * Mark package as Multi-Arch: foreign
  * Update Standards-Version to 4.6.1

 -- David Prévot <taffit@debian.org>  Mon, 20 Jun 2022 15:02:30 +0200

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