Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Fixing package descriptions.
· 0eddbdc4
Andrius Merkys
authored
Oct 14, 2019
0eddbdc4
Adding ITP bug number.
· 4be3c658
Andrius Merkys
authored
Oct 14, 2019
4be3c658
Adding ${maven:CompileDepends} to Depends.
· 9aaddd5b
Andrius Merkys
authored
Oct 14, 2019
9aaddd5b
HTTP -> HTTPS in homepage fields.
· f67f22b1
Andrius Merkys
authored
Oct 14, 2019
f67f22b1
Bumping debhelper compatibility level (no changes).
· 8dd97c92
Andrius Merkys
authored
Oct 14, 2019
8dd97c92
Adding Rules-Requires-Root: no.
· 4aaaf3c5
Andrius Merkys
authored
Oct 14, 2019
4aaaf3c5
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4aaaf3c5
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
debian/compat
View file @
4aaaf3c5
1
1
1
2
debian/control
View file @
4aaaf3c5
...
...
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper (>= 1
1
),
debhelper (>= 1
2
),
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: http
s
://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
debian/copyright
View file @
4aaaf3c5
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: http
s
://github.com/jsonld-java/jsonld-java
Files: *
Copyright: 2012, Deutsche Forschungszentrum für Künstliche Intelligenz GmbH
...
...