On Wed, Mar 15, 2017 at 05:08:53PM +0100, Emmanuel Bourg wrote: > If the stripping breaks jmap, I guess it might be better to disable it > completely. Is there a good reason to keep it?
Well the idea was to still accomodate people who value disk space over the usability of debugging related tools. I personally would also just go without stripping the binary files and value the usability of the tools over space. To add a bit of data, here is the size of the extracted packages stripped and unstripped: ~/oracle-jdk-deb-package$ du -hs extract-* 357M extract-no-strip 344M extract-stripped So from my point of view the difference in size is neglectable, so I'd be also fine with a fixed "override_dh-strip:" in the generated rules file. Sven __ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

