File: changelog

package info (click to toggle)
aspectj 1.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 43,412 kB
  • sloc: java: 558,715; xml: 26,625; sh: 540; makefile: 43
file content (317 lines) | stat: -rw-r--r-- 10,237 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
aspectj (1.9.2-2) unstable; urgency=medium

  * Team upload.
  * Improved the reproducibility by using an UTC timestamp in Version.java
  * Track and download the new releases from GitHub
  * Removed the -java-doc package
  * Standards-Version updated to 4.5.1
  * Switch to debhelper level 13
  * Converted debian/copyright to the Copyright Format 1.0

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 07 Jan 2021 17:08:44 +0100

aspectj (1.9.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Updated the symlinks for ASM in debian/rules

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 11 Jan 2019 13:08:13 +0100

aspectj (1.9.2~rc2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release (Closes: #909251)
    - Refreshed the patches

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 03 Oct 2018 18:07:20 +0200

aspectj (1.9.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Build depend on libaspectj-java (>= 1.9.0~beta5-1)
    - Build depend on libasm-java (>= 6.1)
    - Build with default-jdk (Closes: #873213)
  * Replaced Damien Raude-Morvan as uploader

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 20 Sep 2018 12:31:17 +0200

aspectj (1.9.0~beta5-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Depend on the updated Eclipse packages
    - Modified debian/orig-tar.sh to ignore org.eclipse.jdt.core/src/
    - Updated the symlinks for ASM in debian/rules
  * Temporarily build with openjdk-8-jdk
  * Build with the DH sequencer instead of CDBS
  * Standards-Version updated to 4.2.1
  * Switch to debhelper level 11
  * Use salsa.debian.org Vcs-* URLs

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 20 Sep 2018 01:41:41 +0200

aspectj (1.8.9-2) unstable; urgency=medium

  * Team upload.
  * Depend on libasm-java (>= 5.0) instead of libasm4-java
  * Standards-Version updated to 3.9.8

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 27 Sep 2016 13:37:58 +0200

aspectj (1.8.9-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Standards-Version updated to 3.9.7 (no changes)
  * Use secure Vcs-* URLs

 -- Emmanuel Bourg <ebourg@apache.org>  Sun, 27 Mar 2016 01:11:44 +0100

aspectj (1.8.8-1) unstable; urgency=medium

  * Team upload.
  * New upstream release:
    - Build with source/target set to 1.7
    - Updated the link to asm.jar in debian/rules

 -- Emmanuel Bourg <ebourg@apache.org>  Sun, 31 Jan 2016 21:51:05 +0100

aspectj (1.8.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Removed the Java 8 compatibility patch (fixed upstream)
  * Improved the reproducibility by using the date of the changelog
    in Version.java

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 29 Apr 2015 22:14:32 +0200

aspectj (1.8.3-2) unstable; urgency=medium

  * Team upload.
  * Fixed the build failure with Java 8 (Closes: #757484)

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 24 Oct 2014 23:06:58 +0200

aspectj (1.8.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * debian/control:
    - Use libasm4-java instead of libasm3-java
    - Standards-Version updated to 3.9.6 (no changes)
    - Use canonical URLs for the Vcs-* fields
  * Switch to debhelper level 9
  * debian/watch: Watch the Git tags and download the real source tarball
  * Renamed debian/cvs-get.sh to debian/orig-tar.sh and made it work with uscan
  * Use XZ compression for the upstream tarball
  * Keep the bcel-builder module and remove the bcel source archive
    in the upstream tarball
  * Expand the jdt sources in the upstream tarball
  * Modified debian/bootstrap.xml to work on the expanded sources
  * Moved the package to Git

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 24 Oct 2014 14:57:56 +0200

aspectj (1.6.12+dfsg-3) unstable; urgency=low

  * Add a published Maven rule to help packagers (Closes: #654318).
  * Drop Michael Koch from Uploaders. Thanks for all you work !
    (Closes: #653990).

 -- Damien Raude-Morvan <drazzib@debian.org>  Thu, 05 Jan 2012 00:40:57 +0100

aspectj (1.6.12+dfsg-2) unstable; urgency=low

  [ tony mancill ]
  * Team upload.
  * Apply JDK7 FTBFS patch (Closes: #651238)

 -- tony mancill <tmancill@debian.org>  Sun, 11 Dec 2011 22:23:10 -0800

aspectj (1.6.12+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Updated Standards-Version to 3.9.2: no changes needed.

 -- Damien Raude-Morvan <drazzib@debian.org>  Sat, 03 Dec 2011 02:43:45 +0100

aspectj (1.6.11+dfsg-2) unstable; urgency=low

  * Readd B-D on itself (libaspectj-java) since the bootstrap phase still
    need part of iajc ant task to build everything (Closes: #628322).

 -- Damien Raude-Morvan <drazzib@debian.org>  Sat, 28 May 2011 22:08:47 +0200

aspectj (1.6.11+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Updated Standards-Version to 3.9.1 (no changes needed).
  * Fix local Javadoc links:
    - d/patches/07_javadoc_links.diff: Use locally installed
     javadoc packages and hyperlink with them.
    - d/control: Add B-D on default-java-doc and libasm3-java-doc.
  * d/control: Drop B-D on itself (our new bootstrap infrastructure doesn't need
    that anymore).
  * Split packages into :
    - aspectj: only contains CLI tools.
    - libaspectj-java: JAR librairies for /usr/share/java.
    - libaspectj-java-doc: 4 API's Javadoc.
    - aspectj-doc: Programming Guides and SDK Documentation.

 -- Damien Raude-Morvan <drazzib@debian.org>  Tue, 15 Mar 2011 23:54:31 +0100

aspectj (1.6.9+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Updated Standards-Version to 3.9.0 (no changes needed).

 -- Damien Raude-Morvan <drazzib@debian.org>  Wed, 07 Jul 2010 00:34:32 +0200

aspectj (1.6.6+dfsg-4) unstable; urgency=low

  [ Torsten Werner ]
  * Remove Thomas Girard from Uploaders.
  * Change maintainers into Maintainers.

  [ Damien Raude-Morvan ]
  * Upload to unstable (fix FTBFS)
  * Drop usage of gjdoc (use default-jdk javadoc tool)

 -- Damien Raude-Morvan <drazzib@debian.org>  Tue, 13 Apr 2010 20:21:51 +0200

aspectj (1.6.6+dfsg-3) unstable; urgency=low

  * Add Maven support:
    - debian/control: Build-Depends on maven-repo-helper
    - debian/rules: Use mh_installpoms and mh_installjar
    - Remove debian/aspectj.install
  * debian/README.source: Remove stuff about quilt

 -- Damien Raude-Morvan <drazzib@debian.org>  Sun, 21 Mar 2010 00:18:12 +0100

aspectj (1.6.6+dfsg-2) unstable; urgency=low

  * Fix FTBFS (fix ant.lib.path declaration):
    - New ant_0_8_fix.diff patch (Closes: #571341).
  * Updated Standards-Version to 3.8.4 (no changes needed).
  * Use 3.0 (quilt) source format.

 -- Damien Raude-Morvan <drazzib@debian.org>  Sat, 27 Feb 2010 14:24:57 +0100

aspectj (1.6.6+dfsg-1) unstable; urgency=low

  * New upstream release.
    - Update 02_use_gjdoc.diff patch
  * Update my email address

 -- Damien Raude-Morvan <drazzib@debian.org>  Sun, 04 Oct 2009 16:37:23 +0200

aspectj (1.6.5+dfsg-1) unstable; urgency=low

  [ Thomas Girard ]
  * Move to main. Closes: #480132.
  * Build-Depend on default-jdk.

  [ Damien Raude-Morvan ]
  * Add myself to Uploaders
  * Updated Standards-Version to 3.8.3:
    - Describe quilt patch system in README.source
    - Move "aspectj" package to "java" section
  * Switch to quilt to manage patches:
    - Use patchsys-quilt.mk in debian/rules
    - Build-Depends on quilt
    - Refresh all patches
  * Extends bootstrap.xml script:
    - Rebuild jdtcore-for-aspectj.jar from jdtcore-for-aspectj-src.zip
      Build-Depends on eclipse-platform
    - Bootstrap using aspectj itself for modules/lib/aspectj/lib/*.jar
      Build-Depends on aspectj
    - Rebuild and overwrite build.jar
  * New 05_build_classpath patch to build AJDT
  * Add Build-Depends on libasm3-java, eclipse-platform, gjdoc and html2text
  * Create a DFSG orig tarballs:
    - Describe removed bits in debian/README.source
    - Describe embedded code copies in debian/copyright
  * debian/watch: mangle debian version to remove "+dfsg"
  * Complete review of debian/copyright
  * Use debhelper >= 7
  * Register documentations using doc-base

 -- Damien Raude-Morvan <drazzib@drazzib.com>  Tue, 18 Aug 2009 20:48:47 +0200

aspectj (1.5.4-1) unstable; urgency=low

  [ Michael Koch ]
  * New upstream version. Closes: #459363
  * Updated Standards-Version to 3.7.3.
  * Added myself to Uploaders.

  [ Thomas Girard ]
  * Add Homepage: control field, and convert XS-Vcs-* to Vcs-*.

  [ Mark Howard ]
  * debian/watch: added.

 -- Michael Koch <konqueror@gmx.de>  Sat, 05 Jan 2008 23:31:47 -0100

aspectj (1.5.3-1) unstable; urgency=low

  * New maintainer. Closes: #352521.
  * New upstream release. Closes: #286087.
  * AspectJ 5 builds cleanly with gcj. Closes: #397559.
  * Bump debhelper level to 5.
  * Convert debian/rules to cdbs.
  * Build manpages from the DocBook documentation.
  * Install wrapper scripts for ajdoc, aj, and aj5.
  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.
  * Update debian/copyright.

 -- Thomas Girard <thomas.g.girard@free.fr>  Sun, 19 Aug 2007 12:16:17 +0200

aspectj (1.1.1-2) unstable; urgency=low

  * QA upload orphaning the package.
  * Use debhelper 4.
  * Bump Standards-Version (no change).

 -- Christoph Berg <myon@debian.org>  Sat, 17 Jun 2006 12:43:40 +0200

aspectj (1.1.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Allow building with blackdown-j2sdk1.4 and ibm-j2sdk1.4
    (Closes: #306661, #274833).
  * Fix maintainer address (Closes: #330744).
  * Fix description typos (Closes: #249592).

 -- Christoph Berg <myon@debian.org>  Sun, 12 Feb 2006 14:45:25 +0100

aspectj (1.1.1-1) unstable; urgency=low

  * New upstream release.

 -- Takashi Okamoto <tora@debian.org>  Mon,  3 May 2004 18:51:19 +0900

aspectj (1.0.6-2) unstable; urgency=low

  * Recompile to fix breakage.
  * New maintainer.

 -- James LewisMoss <dres@debian.org>  Mon, 19 Aug 2002 10:37:21 -0400

aspectj (1.0.6-1) unstable; urgency=low

  * New upstream release

 -- Takashi Okamoto <tora@debian.org>  Sat, 27 Jul 2002 14:17:29 +0900

aspectj (1.0.4-1) unstable; urgency=low

  * Initial Release.

 -- Takashi Okamoto <tora@debian.org>  Fri, 21 Jun 2002 16:38:31 +0900