File: changelog

package info (click to toggle)
sqldeveloper-package 0.5.4
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, bullseye, buster, sid
  • size: 188 kB
  • sloc: sh: 2,783; makefile: 2
file content (361 lines) | stat: -rw-r--r-- 15,528 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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
sqldeveloper-package (0.5.4) unstable; urgency=low

  * Updated wrapper script copyright to include 2018

 -- Lazarus Long <lazarus.long@sapo.pt>  Thu, 11 Jan 2018 00:05:04 +0000

sqldeveloper-package (0.5.3) unstable; urgency=medium

  * Fixed LD_LIBRARY_PATH initialization, which was rendering the wrapper
    script unusable, thus breaking the package
  * Fixed QA "unsatisfiable Depends" alerts by disabling cross-building
  * Updated debhelper compat version to 11
  * Verified compliancy with Standards-Version: 4.1.3

 -- Lazarus Long <lazarus.long@sapo.pt>  Tue, 09 Jan 2018 00:05:03 +0000

sqldeveloper-package (0.5.2) unstable; urgency=low

  * Fixed wrapper script command line options invocation
  * Added environment variables ORACLE_PATH and SQLPATH initialization to
    wrapper script

 -- Lazarus Long <lazarus.long@sapo.pt>  Tue, 26 Dec 2017 00:05:02 +0000

sqldeveloper-package (0.5.1) unstable; urgency=low

  * Verified compliancy with Standards-Version: 4.1.2
  * Bumped version to reflect functionality

 -- Lazarus Long <lazarus.long@sapo.pt>  Fri, 15 Dec 2017 00:05:01 +0000

sqldeveloper-package (0.5.0) unstable; urgency=low

  * Since SQL Developer v4.1, Oracle has started to include i386 and amd64
    shared libraries in NetBeans Platform modules. Due to this, converted
    make-sqldeveloper-package to both generate multiple packages and to be
    Multi-Arch compatible:
    - Added Multi-Arch dependencies
    - Added cross-packaging functionality
    - Rewrote a large portion of make-sqldeveloper-package to deal with the
      additional logic
    - Rearranged the debian/* files to support multiple packages
    - Generated packages recommend each other (libraries and SQL Developer)
    - Added a new command line option "-s|--skip-libraries" to skip building
      the shared libraries package(s)
  * Multiple versions can now coexist, "sqldeveloper.[upstream version]" will
    invoke a specific version of Oracle SQL Developer while "sqldeveloper"
    takes advantage of Debian's alternatives system and, when left in auto
    mode, will always invoke the highest version installed
  * Exposed Oracle CLI for SQL Developer, a non-gui interface for scripting or
    headless control of Oracle SQL Developer. Following the multiple versions
    coexistence concept, "sdcli.[upstream version]" and "sdcli" will behave as
    described above
  * Since SQL Developer v4.2, Oracle started to bundle Oracle SQL Developer
    Command-Line (SQLcl) with Oracle SQL Developer. When available, and as an
    alternative to the standalone package (see "sqlcl-package"),
    make-sqldeveloper-package will expose it. Since there is a name conflict
    with content of package "parallel", the upstream binary "sql" will be
    renamed, and following the above multiple versions coexistence concept,
    "sql.[upstream version].bundled" will invoke a specific SQLcl version
    while "sqlcl.bundled" takes advantage of Debian's alternatives system and,
    when left in auto mode, will always invoke the highest bundled version
    installed, and "sqlcl" will invoke the highest version installed (either
    standalone or bundled, in this order)
  * Added a new command line option "-x|--extract-only" to prepare a build
    tree without building package(s) (this option implies "-k|--keep-dir")
  * Added descriptive header, detailed progress output and stdout/stderr
    selection according to the type of message
  * Added a new command line option "-q|--quiet" to suppress normal output
  * Fixed the long time broken command line option "-i|--install" which was
    not finding the correct package name
  * Synchronized code between sqldeveloper-package and sqlcl-package
  * Updated sqldeveloper package description to reflect Oracle's site
  * Fixed some small typos in the machine readable copyright file "License:"
    section creation
  * Fixed lintian warnings and errors:
    - possible-documentation-but-no-doc-base-registration
    - desktop-entry-lacks-keywords-entry
  * Silenced all lintian warnings and errors that are upstream originated and
    impossible to fix
  * Tested against v4.x and v17.x release families of SQL Developer
  * Bumped version to reflect functionality

 -- Lazarus Long <lazarus.long@sapo.pt>  Tue, 05 Dec 2017 00:05:00 +0000

sqldeveloper-package (0.4.4) unstable; urgency=low

  * Removed debian/watch script, it doesn't belong in a native package

 -- Lazarus Long <lazarus.long@sapo.pt>  Tue, 31 Oct 2017 09:04:05 +0000

sqldeveloper-package (0.4.3) unstable; urgency=low

  * Changed author/maintainer email address
  * Generated new GPG key
  * Added debian/watch script

 -- Lazarus Long <lazarus.long@sapo.pt>  Mon, 30 Oct 2017 17:10:01 +0000

sqldeveloper-package (0.4.2) unstable; urgency=low

  * Fixed lintian warning no-dep5-copyright
  * Clarified the JDK requirements for all SQL Developer version families

 -- Lazarus Long <lazarus.long@bigfoot.com>  Mon, 30 Oct 2017 04:13:57 +0000

sqldeveloper-package (0.4.1) unstable; urgency=high

  * Fixed a flaw in the added logic to remove a stale JVM path from
    configuration, the way the path is stored has changed from v4.x
    onward (Closes: #693798)
    (Reported by Steven Post)
  * Several small fixes and improvements:
    - Fixed the JDK requirements for SQL Developer v4.0
    - Added image thumbnails databases to the list of cruft to remove
  * Fixed lintian warning windows-thumbnail-database-in-package
  * (Re-)Tested against v3.x release family of SQL Developer

 -- Lazarus Long <lazarus.long@bigfoot.com>  Sun, 29 Oct 2017 21:38:19 +0000

sqldeveloper-package (0.4.0) unstable; urgency=high

  * Addressed all correctable issues and bugs:
    - Separated target from options and disabled check for original file in
      package build (Closes: #868673)
      (Reported and patch by Phil Morrell)
    - Added logic to wrapper script to remove a stale JVM path from
      configuration
      (Reported by Steven Post)
  * Fixed lintian warnings:
    - ancient-standards-version
    - package-uses-deprecated-debhelper-compat-version
    - spelling-error-in-description
  * Modified make-sqldeveloper-package to fix lintian warnings and errors:
    - command-in-menu-file-and-desktop-file
    - desktop-mime-but-no-exec-code
    - extra-license-file
    - new-package-should-close-itp-bug
    - priority-extra-is-replaced-by-priority-optional
  * Several small fixes and improvements:
    - Simplified debian/rules since dh_strip_nondeterminism was heavilly
      impacting build time by make-sqldeveloper-package
    - Added 64-bit foreign DLLs to the list of cruft to remove
    - Moved demo files to documentation structure
    - Introduced lintian overrides for warnings out of our control:
      - classpath-contains-relative-path
      - codeless-jar
  * New homepage for the package
  * Updated documentation regarding compatible JDKs
  * Tested against v4.x and v17.x release families of SQL Developer
  * Verified compliancy with Standards-Version: 4.1.1
  * Bumped version to reflect functionality

 -- Lazarus Long <lazarus.long@bigfoot.com>  Sun, 29 Oct 2017 14:41:27 +0000

sqldeveloper-package (0.3.0) unstable; urgency=low

  * Addressed all reported issues and bugs:
    - Included debhelper on the build dependency list (LP: #588458)
      (Reported by Seth Rosenblum)
    - Replaced dh options with overrides (LP: #998258)
      (Reported by Christian Loos)
  * Several small fixes and improvements:
    - Fixed an unknown parameter passed to trap when in debug mode
    - Strengthened trap exit handling
    - (Re-)Corrected an unescaped '$' in OTN license text introduced in the
      previous version
  * New homepage for the package
  * Updated documentation regarding compatible JDKs
  * Solved Debian QA warnings:
    - Converted source format to 3.0 (native)
    - Added Homepage to debian/control
  * Changed the source compression format to xz
  * Verified compliancy with Standards-Version: 3.9.3
  * Bumped version to reflect functionality

 -- Lazarus Long <lazarus.long@bigfoot.com>  Mon, 19 Nov 2012 18:58:16 +0000

sqldeveloper-package (0.2.4) unstable; urgency=high

  * Addressed bugs for inclusion in Wheezy's freeze:
    - Replaced dos2unix with tofrodos (LP: #560803,#626272) (Closes: #568982)
      (Reported by Seth Rosenblum)
    - Split grep for shell script (LP: #985810,#998610) (Closes: #692534)
      (Reported by Bruno Medeiros and patch by Brad Powell)
    - Download links updated (Closes: #618650)
      (Reported by Sergio Fernandez)
  * Fixed JDK dependencies for pre and post SQL Developer v2
  * Updated documentation regarding above changes
  * Updated OTN license information to current version
  * Tested against v2.x and v3.x release families of SQL Developer
  * Bumped version to reflect functionality

 -- Lazarus Long <lazarus.long@bigfoot.com>  Wed, 14 Nov 2012 11:05:12 +0000

sqldeveloper-package (0.2.3+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * Use "fromdos" in place of gone "dos2unix" for CRLF conversion
    management. Remove no longer needed alternative dep on "sysutils",
    which is gone too. Patch from Michael Musenbrock. (Closes: #568982)

 -- Stefano Zacchiroli <zack@debian.org>  Sun, 21 Feb 2010 18:28:56 +0100

sqldeveloper-package (0.2.3) unstable; urgency=low

  * Fixed the command line options "-m|--maintainer" option which was not
    getting the current login

 -- Lazarus Long <lazarus.long@bigfoot.com>  Sun, 05 Apr 2009 21:02:33 +0100

sqldeveloper-package (0.2.2) unstable; urgency=low

  * Modified make-sqldeveloper-package to not default to the author name and
    email for the Maintainer: field of the Debian package as follows: if
    command line options "-m|--maintainer" and/or "-e|--email" are set then
    use these, else if DEBFULLNAME and/or DEBEMAIL environment variables are
    set then use these, else default the Maintainer name to an empty string
    and/or generate the Maintainer email from the current login and hostname

 -- Lazarus Long <lazarus.long@bigfoot.com>  Sun, 05 Apr 2009 20:31:53 +0100

sqldeveloper-package (0.2.1) unstable; urgency=low

  * Rearranged make-sqldeveloper-package help output to fit without wrapping
    in 80 columns
  * Rewrote the sqldeveloper wrapper script fixing all issues reported by
    checkbashisms
  * Modified the versioning of the resulting Debian package to include the
    version of make-sqldeveloper-package used to build it
  * Changed the Priority: from optional to extra for the resulting Debian
    package
  * Modified the make-sqldeveloper-package to honor the DEBFULLNAME and
    DEBEMAIL environment variables for the Maintainer: field of the Debian
    package as follows: if command line options "-m|--maintainer" and/or
    "-e|--email" are set then use these, else if DEBFULLNAME and/or DEBEMAIL
    environment variables are set then use these, else default to the author
    name and email
  * Changed all negative exit and return values to positive integers

 -- Lazarus Long <lazarus.long@bigfoot.com>  Sun, 15 Mar 2009 23:32:21 +0000

sqldeveloper-package (0.2.0) unstable; urgency=low

  * Rewrote the make-sqldeveloper-package fixing all issues reported by
    checkbashisms (thanks to Nelson A. de Oliveira <naoliv@debian.org> who
    reported this)
  * Added support for long options to make-sqldeveloper-package
  * Tested against latest release of SQL Developer
  * Verified compliancy with Standards-Version: 3.8.1
  * Bumped version to reflect functionality

 -- Lazarus Long <lazarus.long@bigfoot.com>  Sun, 15 Mar 2009 01:37:00 +0000

sqldeveloper-package (0.1.6) unstable; urgency=low

  * Modified make-sqldeveloper-package to generate a cleaner package, fixing
    the following lintian info warning:
    - desktop-entry-contains-encoding-key
  * Fixed lintian pedantic:
    - copyright-refers-to-symlink-license

 -- Lazarus Long <lazarus.long@bigfoot.com>  Mon, 23 Feb 2009 02:16:59 +0000

sqldeveloper-package (0.1.5) unstable; urgency=low

  * Modified make-sqldeveloper-package to generate a clean package, fixing
    the following lintian warning:
    - copyright-refers-to-versionless-license-file
  * Fixed lintian warning:
    - debhelper-but-no-misc-depends
  * Corrected an unescaped '$' in Oracle license text
  * Silenced the build process of make-sqldeveloper-package

 -- Lazarus Long <lazarus.long@bigfoot.com>  Mon, 23 Feb 2009 00:54:09 +0000

sqldeveloper-package (0.1.4) unstable; urgency=low

  * Modified make-sqldeveloper-package to generate a clean package, fixing
    the following lintian warnings and errors:
    - binary-without-manpage
    - extra-license-file
    - package-contains-empty-directory
    - menu-icon-not-in-xpm-format
    - debian-revision-should-not-be-zero
    - virtual-package-depends-without-real-package-depends
    - new-package-should-close-itp-bug (Closes: #515233)
  * Modified the sqldeveloper wrapper script to pass command line parameters
    to the application
  * Added -help and -version switches to the sqldeveloper wrapper script

 -- Lazarus Long <lazarus.long@bigfoot.com>  Sun, 15 Feb 2009 04:03:57 +0000

sqldeveloper-package (0.1.3) unstable; urgency=low

  * Fixed a bug introduced with the replacement of dh_* scripts by dh calls
    where the wrapper script stopped being renamed

 -- Lazarus Long <lazarus.long@bigfoot.com>  Sat, 14 Feb 2009 19:21:37 +0000

sqldeveloper-package (0.1.2) unstable; urgency=low

  * Added the Debian Developer's Reference recommendation to auto close the
    ITP filled against WNPP (Closes: #514124)

 -- Lazarus Long <lazarus.long@bigfoot.com>  Sat, 14 Feb 2009 17:52:52 +0000

sqldeveloper-package (0.1.1) unstable; urgency=low

  * Modified the install path from /opt to /usr/share

 -- Lazarus Long <lazarus.long@bigfoot.com>  Sat, 14 Feb 2009 04:43:44 +0000

sqldeveloper-package (0.1.0) unstable; urgency=low

  * Tested against every release of SQL Developer published to date
  * Bumped version to reflect functionality

 -- Lazarus Long <lazarus.long@bigfoot.com>  Fri, 13 Feb 2009 01:18:27 +0000

sqldeveloper-package (0.0.5) unstable; urgency=low

  * Modified make-sqldeveloper-package to support version 1.0.0 of SQL
    Developer
  * Changed documentation to include instructions for earlier SQL Developer
    releases

 -- Lazarus Long <lazarus.long@bigfoot.com>  Wed, 11 Feb 2009 03:37:04 +0000

sqldeveloper-package (0.0.4) unstable; urgency=low

  * Fixed the make-sqldeveloper-package script to remove unused targets from
    the .PHONY line in the temporary debian/rules file.

 -- Lazarus Long <lazarus.long@bigfoot.com>  Wed, 04 Feb 2009 16:11:42 +0000

sqldeveloper-package (0.0.3) unstable; urgency=low

  * Filled ITP against WNPP (#514124)
  * Moved make-sqldeveloper-package.1 and README to the top level directory
  * Fixed lintian warnings:
    - dh-clean-k-is-deprecated
    - copyright-with-old-dh-make-debian-copyright
  * Replaced dh_* scripts with dh calls
  * Modified make-sqldeveloper-package to apply the above packaging changes
    when generating the sqldeveloper package

 -- Lazarus Long <lazarus.long@bigfoot.com>  Wed, 04 Feb 2009 14:10:10 +0000

sqldeveloper-package (0.0.2) unstable; urgency=low

  * Replaced xterm dependency to x-terminal-emulator on the sqldeveloper
    wrapper script.

 -- Lazarus Long <lazarus.long@bigfoot.com>  Tue, 03 Feb 2009 16:58:21 +0000

sqldeveloper-package (0.0.1) unstable; urgency=low

  * Initial Release.

 -- Lazarus Long <lazarus.long@bigfoot.com>  Sun, 01 Feb 2009 04:41:00 +0000