|
Size: 1116
Comment:
|
Size: 1104
Comment: fix link
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 4: | Line 4: |
ToDo: merge with Java/Packaging/FAQ |
|
| Line 7: | Line 10: |
| http://ftp-master.debian.org/~twerner/jar-content.txt.bz2 (Comment: Unfortunately this link leads nowhere (404)) |
https://ftp-master.debian.org/users/twerner/jar-content.txt.gz |
Translation(s): English - ?español ~
ToDo: merge with Java/Packaging/FAQ
Some Dependency for my package is not in Debian
Are you sure it isn't? Torsten Werner has a script to create a list of all JAR files in all Debian packages with all classes. The file is available at:
https://ftp-master.debian.org/users/twerner/jar-content.txt.gz
Now if the JAR file indeed doesn't seem to be packaged yet there are different options:
- Check, whether somebody already filled an ITP or RFP bug for this package.
- Best Solution, if you've time: Fill ITPs for the packages providing this jars and package them.
- Sometimes there are alternative implementations for specific APIs that can be used instead. But handle with care! Java may not be as compatible as it wants to be.
- Maybe the missing JAR is not essential for your package and you can just disable some functionality and build your package without the JAR file.
- Go, cry and beat every Java Developer you can find!
