Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Bug#911943: openhft-compiler FTBFS: missing Build-Depends: libeasymock-java
· ad418ada
Tony Mancill
authored
Oct 27, 2018
ad418ada
Update Vcs- fields for salsa.debian.org
· 4bc25967
Tony Mancill
authored
Oct 27, 2018
4bc25967
Use debhelper 11
· fcb6c5d9
Tony Mancill
authored
Oct 27, 2018
fcb6c5d9
Bump Standards-Version to 4.2.1
· b484f383
Tony Mancill
authored
Oct 27, 2018
b484f383
prepare changelog for upload to unstable
· 657ebed7
Tony Mancill
authored
Oct 27, 2018
657ebed7
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
657ebed7
openhft-compiler (2.2.4-2) unstable; urgency=medium
* Team upload
* Add missing Build-Depends on libeasymock-java (Closes: #911943)
- Thank you to Helmut Grohne for the bug report
* Update Vcs- fields for salsa.debian.org
* Use debhelper 11
* Bump Standards-Version to 4.2.1
-- tony mancill <tmancill@debian.org> Sat, 27 Oct 2018 15:00:55 -0700
openhft-compiler (2.2.4-1) unstable; urgency=medium
* New upstream release
...
...
debian/compat
View file @
657ebed7
9
11
debian/control
View file @
657ebed7
...
...
@@ -3,16 +3,17 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>=
9
),
Build-Depends: debhelper (>=
11
),
default-jdk,
libeasymock-java,
libintellij-annotations-java,
libmaven-bundle-plugin-java,
libslf4j-java,
maven-debian-helper (>= 2.0),
zip
Standards-Version:
3.9.8
Vcs-Git: https://
anonscm
.debian.org/
git/pkg-java
/openhft-compiler.git
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-java
/openhft-compiler
.git
Standards-Version:
4.2.1
Vcs-Git: https://
salsa
.debian.org/
java-team
/openhft-compiler.git
Vcs-Browser: https://
salsa
.debian.org/
java-team
/openhft-compiler
Homepage: https://github.com/OpenHFT/Java-Runtime-Compiler
Package: libopenhft-compiler-java
...
...