1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: commons-vfs
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Damien Raude-Morvan <drazzib@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
junit4,
libcommons-collections4-java,
libcommons-compress-java,
libcommons-httpclient-java,
libcommons-logging-java,
libcommons-net-java,
libcommons-parent-java (>= 39),
libjackrabbit-java,
libjsch-java,
libmaven-antrun-plugin-java,
libmaven-bundle-plugin-java,
maven-debian-helper (>= 2.0.2~)
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/java-team/commons-vfs.git
Vcs-Browser: https://salsa.debian.org/java-team/commons-vfs
Homepage: https://commons.apache.org/proper/commons-vfs/
Package: libcommons-vfs-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Java API for accessing various filesystems
Commons VFS provides a single API for accessing various different file
systems. It presents a uniform view of the files from various different
sources, such as the files on local disk, on an HTTP server, or inside
a Zip archive.
.
This is a part of the Apache Commons Project.
|