-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unpack tarballs for packages like openjdk-8 #80
Comments
I have a pending fix. We’ll need to figure out which packages to re-process, though. |
Here’s the list of affected orig tarballs. The list contains a few false positives (e.g. the ruby packages contain .tar.sig files), but no false negatives:
|
This is now live. See e.g. https://codesearch.debian.net/search?q=package+jdk.nashorn.tools+package%3Aopenjdk-8 If there’s any packages for which this doesn’t work, please provide an example and I can take a look. |
Reported by @cbiedl
See e.g. https://sources.debian.net/src/binutils-msp430/2.22~msp20120406-5.1/ or https://sources.debian.net/src/openjdk-8/8u131-b11-2/. The packages unpack during build, e.g. via the stamps/unpack make target.
As a heuristic, we could unpack all tarballs found in the root directory. There shouldn’t be any tarballs in the sources of projects, so this shouldn’t hurt others.
The text was updated successfully, but these errors were encountered: