| 12
 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
 38
 39
 
 | Source: libextractor-java
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 autotools-dev,
 debhelper-compat (= 13),
 default-jdk,
 libextractor-dev,
 sharutils,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://www.gnu.org/software/libextractor/
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/libextractor-java
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/libextractor-java
Package: libextractor-java-dev
Section: libdevel
Architecture: any
Depends:
 libextractor-java0 (= ${binary:Version}),
 ${misc:Depends},
Description: Java bindings for GNU libextractor (development)
 GNU libextractor provides developers of file-sharing networks, file managers,
 and WWW-indexing bots with a universal library to obtain meta-data about files.
 .
 This package contains the development files of the Java bindings.
Package: libextractor-java0
Section: libs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Java bindings for GNU libextractor
 GNU libextractor provides developers of file-sharing networks, file managers,
 and WWW-indexing bots with a universal library to obtain meta-data about files.
 .
 This package contains the Java bindings.
 |