Releases: lazarusllong/sqlcl-package
Releases · lazarusllong/sqlcl-package
Version 0.1.1
- Fixed
lintian
warnings - Updated
debhelper
compat version to 11 - Verified compliancy with Standards-Version: 4.1.3
Version 0.1.0
- Initial Release (Closes: #882113, #882115)
- This is a specialized application debianization tool which turns Oracle SQL Developer Command-Line (SQLcl) into a Debian package, the same way as similar packages like
sqldeveloper-package
,googleearth-package
,sapgui-package
,java-package
andwebserver-package
, all native packages, do for other applications. - Due to a conflicting name with content of package
parallel
the upstream binarysql
will be renamed. Multiple versions can coexist sosql.[
upstream version
]
will invoke a specific version of Oracle SQL Developer Command-Line,sql.[upstram version]
will invoke either the standalone or bundled Oracle SQL Developer Command-Line version (in this order), whilesqlcl
(the recommended way) andsqlcl.standalone
take advantage of Debian'salternatives
system and, when left in auto mode, will always invoke the highest version installed.