JDK-8231282 : Revisit --linux-deb-copyright option
  • Type: Sub-task
  • Component: tools
  • Sub-Component: jpackage
  • Affected Version: internal
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: generic
  • Submitted: 2019-09-20
  • Updated: 2019-09-24
  • Resolved: 2019-09-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
internalFixed
Related Reports
Relates :  
Description
Probably we can get rid of this option as it duplicates functionality to replace the default license template with the custom one from resource directory.

Add jtreg test that should create license from custom template. If that would provide satisfactory results, just drop --linux-deb-copyright.
Comments
Review: http://cr.openjdk.java.net/~asemenyuk/8231282/webrev.00/
24-09-2019

The fix would revert part of JDK-8215381 fix that added support for --linux-deb-copyright option.
23-09-2019

Placing `copyright` in resource directory allows to use 100% custom copyright file with the package, so there is no point to keep --linux-deb-copyright option.
20-09-2019