Skip to content
Commits on Source (6)
jsonld-java (0.12.5-1) UNRELEASED; urgency=medium
* Initial release (Closes: #nnnn) <nnnn is the bug number of your
ITP>
* Initial release (Closes: #942304)
-- Andrius Merkys <merkys@debian.org> Tue, 08 Oct 2019 01:56:13 -0400
......@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper (>= 11),
debhelper (>= 12),
default-jdk,
maven-debian-helper (>= 2.1),
Build-Depends-Indep:
......@@ -20,16 +20,19 @@ Build-Depends-Indep:
libmockito-java,
libslf4j-java (>= 1.7.25),
Standards-Version: 4.2.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/java-team/jsonld-java.git
Vcs-Browser: https://salsa.debian.org/java-team/jsonld-java
Homepage: http://github.com/jsonld-java/jsonld-java/
Homepage: https://github.com/jsonld-java/jsonld-java
Package: libjsonld-java
Architecture: all
Depends:
${maven:CompileDepends},
${maven:Depends},
${misc:Depends},
Suggests:
${maven:OptionalDepends},
Description: JSONLD Java :: Parent
Json-LD Java Parent POM
Description: Java implementation of JSON-LD 1.0 and JSON-LD-API 1.0 specifications
Java implementation of the JSON-LD 1.0 specification and the JSON-LD-API 1.0
specification
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: JSONLD Java
Source: http://github.com/jsonld-java/jsonld-java/
Source: https://github.com/jsonld-java/jsonld-java
Files: *
Copyright: 2012, Deutsche Forschungszentrum für Künstliche Intelligenz GmbH
......