File: changelog

package info (click to toggle)
surefire 2.22.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,872 kB
  • sloc: java: 65,603; xml: 16,675; jsp: 5; sh: 3; makefile: 2
file content (320 lines) | stat: -rw-r--r-- 10,523 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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
surefire (2.22.3-3) unstable; urgency=medium

  * Team upload.
  * No longer build maven-surefire-report-plugin
  * Removed the unused dependency on velocity
  * Standards-Version updated to 4.7.0

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 24 Oct 2024 14:27:13 +0200

surefire (2.22.3-2) unstable; urgency=medium

  * Team upload.
  * Fix FTBFS with maven-shared-utils 3.3.4. (Closes: #1013611)
  * Declare compliance with Debian Policy 4.6.1.

 -- Markus Koschany <apo@debian.org>  Fri, 24 Jun 2022 20:46:32 +0200

surefire (2.22.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * Fixed the build failure with OpenJDK 17 (Closes: #982004)
  * Standards-Version updated to 4.5.1
  * Switch to debhelper level 13

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 08 Feb 2021 00:48:01 +0100

surefire (2.22.2-2) unstable; urgency=medium

  * Team upload.
  * Enabled the junit-jupiter module
  * Standards-Version updated to 4.5.0
  * Switch to debhelper level 12

 -- Emmanuel Bourg <ebourg@apache.org>  Sat, 25 Apr 2020 14:46:24 +0200

surefire (2.22.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 12 Jul 2019 01:13:07 +0200

surefire (2.22.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Ignore the new test dependencies

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 23 Oct 2018 11:36:49 +0200

surefire (2.22.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Ignore the new surefire-junit-platform plugin

 -- Emmanuel Bourg <ebourg@apache.org>  Sat, 06 Oct 2018 23:00:07 +0200

surefire (2.21.0-3) unstable; urgency=medium

  * Team upload.
  * Rebuild with maven-debian-helper/2.3.2 to remove the ignore rules
    copied into the installed poms (Closes: #908542)

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 11 Sep 2018 21:16:42 +0200

surefire (2.21.0-2) unstable; urgency=medium

  * Team upload.
  * Fixed the compatibility with maven-shared-utils 3.2.1 (Closes: #906411)
  * Standards-Version updated to 4.2.1
  * Switch to debhelper level 11

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 05 Sep 2018 11:29:22 +0200

surefire (2.21.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Updated the Maven rules
    - New dependency on libplexus-languages-java
  * Depend on libcommons-lang3-java (>= 3.7) to ensure
    the compatibility with Java 10
  * Use salsa.debian.org Vcs-* URLs
  * Standards-Version updated to 4.1.4
  * Removed debian/orig-tar.sh
  * Converted debian/copyright to the Copyright Format 1.0

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 04 May 2018 11:20:54 +0200

surefire (2.20.1-3) unstable; urgency=medium

  * Team upload.
  * Fixed bypass-testng-version-check.patch to use the right TestNGConfigurator

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 26 Sep 2017 10:30:46 +0200

surefire (2.20.1-2) unstable; urgency=medium

  * Team upload.
  * Added a new dependency on procps (/bin/ps is required when forking is enabled
    since surefire 2.20.1, see SUREFIRE-1422)

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 22 Sep 2017 16:17:21 +0200

surefire (2.20.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Ignore the new test dependencies
    - Set the source encoding to UTF-8
    - Added a workaround for JDK-8186647

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 21 Sep 2017 10:12:21 +0200

surefire (2.20-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Build the new surefire-logger-api module
    - New build dependency on libbuild-helper-maven-plugin-java
    - Disabled the copy of the maven-shared-utils source files
  * Returned to a simple single pass build
  * Removed the build dependency on libmaven-install-plugin-java
  * Let maven-debian-helper resolve the package dependencies

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 15 Sep 2017 10:59:24 +0200

surefire (2.19.1-2) unstable; urgency=medium

  * Team upload.
  * Transition to Maven 3
  * Fixed the build failure caused by the Doxia upgrade (Closes: #871112)
  * Standards-Version updated to 4.1.0

 -- Emmanuel Bourg <ebourg@apache.org>  Sun, 03 Sep 2017 23:58:07 +0200

surefire (2.19.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - New dependency on libjcip-annotations-java
    - New build dependency on libmaven-dependency-plugin-java,
      libfest-assert-java and libmockito-java
    - Relocate the version 2.17 of the plugin to the current one
    - Fixed a compilation issue caused by Surefire 2.17 classes found
      on the classpath when compiling the plugin

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 20 Jul 2017 11:28:05 +0200

surefire (2.17-6) unstable; urgency=medium

  * Team upload.
  * Relocate the version 2.12.4 used by Maven 3.1.1+ to the current one

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 17 Jul 2017 14:40:53 +0200

surefire (2.17-5) unstable; urgency=medium

  * Team upload.
  * Restored the installation of the plugin

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 04 Jul 2017 00:39:18 +0200

surefire (2.17-4) unstable; urgency=medium

  * Team upload.
  * Build with maven-debian-helper instead of maven-ant-helper
  * Standards-Version updated to 4.0.0
  * Switch to debhelper level 10

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 03 Jul 2017 15:48:48 +0200

surefire (2.17-3) unstable; urgency=medium

  * Team upload.
  * Declare compliance with Debian Policy 3.9.8.
  * Vcs-fields: Use https.
  * Fix FTBFS by updating maven.rules and using the debian version of
    commons-lang3. Thanks to Santiago Vila for the report. (Closes: #834679)

 -- Markus Koschany <apo@debian.org>  Fri, 26 Aug 2016 17:12:59 +0200

surefire (2.17-2) unstable; urgency=medium

  * Team upload.
  * Added the missing runtime dependency on libmaven-plugin-tools-java

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 15 Jun 2015 23:43:19 +0200

surefire (2.17-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Build the new modules: common-junit48, common-java5, surefire-grouper
      and surefire-report-parser
    - New dependency on libcommons-io-java, libcommons-lang3-java,
      libjsr305-java and libmaven-shared-utils-java
  * debian/orig-tar.sh:
    - Use XZ compression for the upstream tarball
    - Reworked to pull the sources from the Apache Git repository
  * Build depend on libmaven-compiler-plugin-2.5-java
    instead of libmaven-compiler-plugin-java
  * debian/watch: Updated to watch the tags on the Github mirror
  * debian/control: Updated Standards-Version to 3.9.6 (no changes)
  * Switch to debhelper level 9
  * debian/rules: Unpatch the poms in the clean target
  * Moved the package to Git

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 10 Jun 2015 18:01:51 +0200

surefire (2.10-5) unstable; urgency=low

  * Team upload.
  * Don't check the version of TestNG to make the 'debian' version usable.
  * debian/control:
    - Use canonical URLs for the Vcs-* fields
    - Updated Standards-Version to 3.9.4 (no changes)

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 17 Oct 2013 22:54:43 +0200

surefire (2.10-4) unstable; urgency=low

  * Team upload.
  * Apply updated JUnit 4 detection patch.  (Closes: #665796)
    - Thanks to James Page.

 -- tony mancill <tmancill@debian.org>  Mon, 26 Mar 2012 11:27:25 -0700

surefire (2.10-3) unstable; urgency=low

  * Team upload.
  * Fix JUnit 4 detection during unit tests in build time.
    Thanks to James Page for the patch. (Closes: #664641).
  * Bump Standards-Version to 3.9.3. No changes were required.

 -- Miguel Landaeta <miguel@miguel.cc>  Thu, 22 Mar 2012 19:49:18 -0430

surefire (2.10-2) unstable; urgency=low

  [ Miguel Landaeta ]
  * Team upload.
  * Drop self Build-Depends on libsurefire-java. (Closes: #655011).
    Thanks to Daniel Schepler for the patch.

  [ Damien Raude-Morvan ]
  * Use Recommends: junit | junit4 | testng | libjmock-java instead of Depends
    as only one test framework is needed at a time. (Closes: #563710).

 -- Damien Raude-Morvan <drazzib@debian.org>  Sun, 08 Jan 2012 12:48:06 +0100

surefire (2.10-1) unstable; urgency=low

  * Team upload.
  * New upstream release.
  * Refresh and remove unneccesary patches.
  * Add Build-Depends on libsurefire-java and
    libmaven-common-artifact-filters-java.
  * Drop outdated Maven artifact surefire-junit.
  * Provide new Maven artifacts: surefire-junit3, maven-surefire-common,
    common-junit3, common-junit4, surefire-junit47 and surefire-testng-utils.
  * Fix clean target to allow "two in a row" builds.
  * Update Vcs-Browser field.

 -- Miguel Landaeta <miguel@miguel.cc>  Mon, 10 Oct 2011 20:42:16 -0430

surefire (2.4.3-5) unstable; urgency=low

  * Team upload.
  * Switch to default-jdk. (Closes: #641380).
  * Add mh_clean call in clean target to allow twice in row builds.
  * Bump Standards-Version to 3.9.2. No changes were required.

 -- Miguel Landaeta <miguel@miguel.cc>  Tue, 13 Sep 2011 07:27:04 -0430

surefire (2.4.3-4) unstable; urgency=low

  * Switch to source format 3.0.
  * Update debian/build.xml for newer maven-ant-helper. (Closes: #637824)
  * Switch to debhelper level 7.
  * Update Standards-Version: 3.9.1.

 -- Torsten Werner <twerner@debian.org>  Sun, 21 Aug 2011 21:54:11 +0200

surefire (2.4.3-3) unstable; urgency=low

  * Fix groupId for maven-plugin-testing-harness dependency
    in the Maven POM.

 -- Ludovic Claude <ludovic.claude@laposte.net>  Sun, 26 Jul 2009 16:11:15 +0100

surefire (2.4.3-2) experimental; urgency=low

  * Change section to java, bump up Standards-Version to 3.8.1
  * Bump up debhelper to 6
  * Migrate the build from cdbs-maven to cdbs-ant as Maven uses
    this plugin for its build.
  * Add a Build-Depends-Indep dependency on maven-repo-helper
  * Use mh_installpom and mh_installjar to install the POM and the jar to the
    Maven repository
  * Remove the patch for the POM as it's no longer needed, as well as
    the dependency on Quilt
  * Remove Depends on Java runtimes as it is a library

 -- Ludovic Claude <ludovic.claude@laposte.net>  Tue, 26 May 2009 21:03:39 +0100

surefire (2.4.3-1) unstable; urgency=low

  * Initial release. (Closes: #508829)

 -- Torsten Werner <twerner@debian.org>  Mon, 05 Jan 2009 23:46:52 +0100