Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Bumping Standards-Version (no changes).
· 3d221c5b
Andrius Merkys
authored
Sep 12, 2019
3d221c5b
Adding ${maven:CompileDepends} to Depends of libjamm-java.
· da4f10b6
Andrius Merkys
authored
Sep 12, 2019
da4f10b6
Adding new changelog entry.
· f0f54e77
Andrius Merkys
authored
Sep 12, 2019
f0f54e77
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f0f54e77
jamm (0.3.3-2) unstable; urgency=medium
* Bumping Standards-Version (no changes).
* Adding ${maven:CompileDepends} to Depends of libjamm-java.
-- Andrius Merkys <merkys@debian.org> Thu, 12 Sep 2019 04:29:45 -0400
jamm (0.3.3-1) unstable; urgency=medium
* Initial release (Closes: #926226)
...
...
debian/control
View file @
f0f54e77
...
...
@@ -12,7 +12,7 @@ Build-Depends-Indep:
default-jdk-doc,
junit4 (>= 4.11),
libmaven-javadoc-plugin-java,
Standards-Version: 4.
3
.0
Standards-Version: 4.
4
.0
Vcs-Git: https://salsa.debian.org/java-team/jamm.git
Vcs-Browser: https://salsa.debian.org/java-team/jamm
Homepage: https://github.com/jbellis/jamm/
...
...
@@ -20,6 +20,7 @@ Homepage: https://github.com/jbellis/jamm/
Package: libjamm-java
Architecture: all
Depends:
${maven:CompileDepends},
${maven:Depends},
${misc:Depends},
Suggests:
...
...