File: changelog

package info (click to toggle)
omegat 3.6.0.10%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 63,728 kB
  • sloc: xml: 114,044; java: 74,758; sh: 174; javascript: 108; makefile: 22
file content (275 lines) | stat: -rw-r--r-- 9,507 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
omegat (3.6.0.10+dfsg-3) unstable; urgency=medium

  * Add an upstream patch from 3.6.0.11:
    - Correctly accept 3-letter lang code.
      Translations were not loaded when first 2 letters of 3-character
      language codes were the same.
      https://sourceforge.net/p/omegat/bugs/845/

 -- Andrej Shadura <andrewsh@debian.org>  Sun, 04 Oct 2020 13:27:14 +0200

omegat (3.6.0.10+dfsg-2) unstable; urgency=medium

  * Remove Tiago from Uploaders per his request.
  * Merge and sort Build-Depends and Build-Depends-Indep since we only build
    an arch: all package.
  * Relink duplicates using jdupes.

 -- Andrej Shadura <andrewsh@debian.org>  Thu, 24 Jan 2019 17:38:15 +0100

omegat (3.6.0.10+dfsg-1) unstable; urgency=medium

  * New maintainer (Closes: #878053).
  * New upstream release (Closes: #737369).
  * Refresh debian/copyright.
  * Add Files-Excluded.
  * Refresh patches:
    - Fix the hunspell patch
    - Remove old patches
    - Rename do-not-load-jmyspell.patch
    - Add a patch to add a missing dependency, bmsi.util.Diff.
    - Add a patch to load the changelog from the standard location.
    - Add a patch to update usage of DictZip.
  * Strip missing dependencies:
    - Disable Git and Subversion support
    - Disable SuperTMXMerge
    - Disable LanguageTool
    - Disable LuceneKoreanTokenizer
  * Update the JAR dependencies
  * Use the SVG in the desktop file, it looks much better.
  * Add debian/clean.
  * Simplify rules using debhelper 9.
  * Merge dirs and omegat.dirs
  * Document copyrights for Diff.java
  * Wrap and sort debian/control.
  * Add missing build dependencies.
  * Depend on java-runtime, not a specific version of it.
  * Generate things in debian, not in the source root.
  * Use javahelper to patch the JAR and generate Depends.
  * Update Vcs-* and Homepage.
  * Bump Standards-Version.

 -- Andrej Shadura <andrewsh@debian.org>  Fri, 04 Jan 2019 21:32:28 +0100

omegat (2.3.0.1+dfsg-4) unstable; urgency=medium

  [ Emmanuel Bourg ]
  * Team upload.
  * debian/control:
    - Use canonical URLs for the Vcs-* fields
    - Runtime dependency on java-runtime instead of openjdk-jre or sun-java-jre
      (Closes: #814179)
  * Swicth to debhelper level 9

  [ tony mancill ]
  * Bump Standards-Version updated to 3.9.6
  * Remove menu file; this package ships a desktop file.

 -- tony mancill <tmancill@debian.org>  Mon, 08 Feb 2016 21:19:14 -0800

omegat (2.3.0.1+dfsg-3) unstable; urgency=low

  * Team upload.
  * Update recommends for libhunspell-1.3-0 (Closes: #650968)
    - Thank you to Andreas Moog <amoog@ubuntu.com>.
  * Address lintian warning about braces in debian/omegat.install

 -- tony mancill <tmancill@debian.org>  Sun, 04 Dec 2011 11:29:17 -0800

omegat (2.3.0.1+dfsg-2) unstable; urgency=low

  * Team upload.
  * Switch to default-jdk. (Closes: #643540).

 -- Miguel Landaeta <miguel@miguel.cc>  Sat, 22 Oct 2011 16:19:49 -0430

omegat (2.3.0.1+dfsg-1) unstable; urgency=low

  * New upstream version.
  * Add build-arch and build-indep targets (thanks lintian).
  * Add plugins dir to omegat install path.
  * debian/watch: let's try again.

 -- Tiago Saboga <tiagosaboga@gmail.com>  Thu, 04 Aug 2011 16:20:28 -0300

omegat (2.2.3~beta4+dfsg-1) unstable; urgency=low

  * New upstream release (Closes: #558708).
  * Move jar files to /usr/share/omegat: they are not meant to be 
    used by other applications
  * Add debian/README.Debian-plugins file.
  * Move debian packaging to git.
  * State copyright for source file src/schemas/srx20.xsd.
  * Disable debian/watch: unable to follow upstream naming scheme.
  * Add openjdk-7-jre as runtime alternative.
  * javahelp-filters: Remove sun proprietary dtds.
  * Use openjdk swingworker.
  * Fix deprecated global warning (thanks Satoru Kurashiki).
  * Regenerate files under src/gen.
  * Remove debian/repack-source.sh: we are now importing upstream tarball
    with git-import-orig.
  * Bug fix: "startup script choose to use openjdk, ignoring
    alternatives.", thanks to Satoru KURASHIKI (Closes: #526239).
  * Bug fix: "debhelper but no ${misc:Depends}", thanks to lintian.
  * Change to quilt patching system.
  * Switch to dpkg-source 3.0 (quilt) format:
    - Remove debian/README.source: not needed any more.
  * Acknowledge NMU (thanks to Tony Mancill) (Closes: #602267).
  * debian/control: 
    - (Homepage): Point to main OmegaT page.
    - Package::omegat
      + Move libaccess-bridge-java-jni to Suggests.
      + Update long description.
  * Bump debian policy (no changes needed).

 -- Tiago Saboga <tiagosaboga@gmail.com>  Fri, 10 Jun 2011 12:27:21 -0300

omegat (1.8.1.2+dfsg-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/control
    - (Depends): Add ${misc:Depends}.
    - (Build-Depends): Update to openjdk-6-jdk.
    - (Homepage): Update to working URL.
    - (Standards-Version): Update to 3.9.1.
    - Package::omegat
      + (Depends): Remove unsupported sun-java5-jre. Add
        sun-java6-jre; thanks to Rolf Leggewie
        <debian-bugs@rolf.leggewie.biz> (important; Closes: #522655).
        Add libaccess-bridge-java-jni (Closes: #531416).
  * debian/README.source
    - New file.

 -- Jari Aalto <jari.aalto@cante.net>  Mon, 01 Nov 2010 16:04:25 +0200

omegat (1.8.1.2+dfsg-1) unstable; urgency=low

  [ Tiago Saboga ]
  * New upstream version.
  * Move to main.
  * Return to standard version number.
  * debian/repack-source.sh
    - Remove hunspell libraries.
  * Bump policy version (no changes needed).
  * Bump debhelper compatibility level.
  * Ship our own version of shell wrapper, instead of patching upstream.
  * debian/copyright - fix lintian warnings:
    - Point to GPL-2 instead of GPL.
    - Replace (C) by Copyright.
  * debian/rules
    - Install upstream changelog.

  [ Onkar Shinde <onkarshinde@ubuntu.com> ]
  * debian/control
    - Use openjdk-6-jdk as build dependency.
    - Use 'openjdk-6-jre | sun-java5-jre | sun-java6-jre' as runtime
      dependency.
  * debian/rules
    - Set JAVA_HOME corresponding to openjdk-6-jdk.
  * debian/ant.properties
    - Set default source and target values to 1.4.
  * debian/watch
    - Fix expression to match only release versions. Do not directly use
      specific sourceforge mirror.

 -- Tiago Saboga <tiagosaboga@gmail.com>  Tue, 10 Feb 2009 16:05:37 -0200

omegat (1.7.3.u2+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Fix doc-base section.

 -- Tiago Saboga <tiagosaboga@gmail.com>  Sat, 03 May 2008 16:16:49 -0300

omegat (1.7.3.u1+dfsg-1) unstable; urgency=low

  * Add Vcs-Svn and Vcs-Browser fields.
  * New upstream release.
  * Change numbering scheme to accommodate update releases and
    rewrite watch file accordingly.
  * Set Debian Java Team as maintainer and myself as uploader.
  * Remove get-orig-source from debian/rules; use uscan instead.
  * repack-source.sh deletes temporary files and dirs.

 -- Tiago Saboga <tiagosaboga@gmail.com>  Sat, 23 Feb 2008 15:41:00 -0300

omegat (1.7.3.dfsg0-2) unstable; urgency=low

  * Initial release (Closes: #448867).
  * Bump Standards-Version to 3.7.3 (no changes required).
  * Change Priority to optional.
  * Update copyright file: new copyright holders (Tiago Saboga, Zoltan
    Bartko), add copyright for docs (from docs/en/legalNotices.html),
  	remove reference to non-installed file.
  * Remove extra spaces from omegat.doc-base.
  * Add descriptions to patches.
  * Updated README.Debian.
  * Remove executable for other platform without source (see
    README.Debian).

 -- Tiago Saboga <tiagosaboga@gmail.com>  Sat, 05 Jan 2008 16:10:57 -0200

omegat (1.7.3.dfsg0-1) unstable; urgency=low

  * New upstream release.
  * Removed deprecated Encoding field from omegat.desktop.
  * Moved dependencies from Build-Depends to Build-Depends-Indep.
  * Moved Homepage pseudo-header to regular field in debian/control.
  * Corrected repack-source.sh.
  * Updated README.Debian.

 -- Tiago Saboga <tiagosaboga@gmail.com>  Thu, 29 Nov 2007 10:36:51 -0200

omegat (1.7.2.dfsg0-2) unstable; urgency=low

  * Added missing copyright holders and remove mentions to version in
    copyright file.

 -- Tiago Saboga <tiagosaboga@gmail.com>  Thu, 15 Nov 2007 16:50:20 -0200

omegat (1.7.2.dfsg0-1) unstable; urgency=low

  * Remove included binary-only jars (libraries).

 -- Tiago Saboga <tiagosaboga@gmail.com>  Thu, 08 Nov 2007 08:41:15 -0200

omegat (1.7.2-2) unstable; urgency=low

  * Corrected menu file; OmegaT now lies in Applications/Office.
  * Convert omegat icon to xpm.
  * Removed binary (jar) files from package.

 -- Tiago Saboga <tiagosaboga@gmail.com>  Thu, 01 Nov 2007 14:53:10 -0200

omegat (1.7.2-1) unstable; urgency=low

  * New upstream version.
  * Added watch file.
  * Added get-orig-source target to debian/rules.

 -- Tiago Saboga <tiagosaboga@gmail.com>  Wed, 17 Oct 2007 14:57:49 -0200

omegat (1.6.1.3-3) unstable; urgency=low

  * Add support to sun-java6.

 -- Tiago Saboga <tiagosaboga@gmail.com>  Thu, 15 Feb 2007 23:59:08 -0200

omegat (1.6.1.3-2) unstable; urgency=low

  * Add dependencies alternatives (thanks Andrius Aštrauskas).

 -- Tiago Saboga <tiagosaboga@gmail.com>  Fri,  2 Feb 2007 15:52:25 -0200

omegat (1.6.1.3-1) unstable; urgency=low

  * New upstream release.

 -- Tiago Saboga <tiagosaboga@gmail.com>  Mon, 22 Jan 2007 23:13:03 -0200

omegat (1.6.1.2-1) unstable; urgency=low

  * Initial release; for now it will not go into Debian (see readme).

 -- Tiago Saboga <tiagosaboga@gmail.com>  Sun, 10 Dec 2006 21:09:11 -0200