Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Adding Suggests section.
· 2893f90c
Andrius Merkys
authored
May 22, 2019
2893f90c
Adding maven:CompileDepends.
· c339ce10
Andrius Merkys
authored
May 22, 2019
c339ce10
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
c339ce10
...
...
@@ -16,8 +16,11 @@ Vcs-Git: https://salsa.debian.org/java-team/jarchivelib.git
Package: libjarchivelib-java
Architecture: all
Depends:
${maven:CompileDepends},
${maven:Depends},
${misc:Depends},
Suggests:
${maven:OptionalDepends},
Description: simple archiving and compression library for Java
A simple archiving and compression library for Java that provides a thin and
easy-to-use API layer on top of the powerful and feature-rich
...
...