Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Drop build-dep on default-jdk-headless in favor of default-jdk
· 377468ff
Tony Mancill
authored
Sep 04, 2018
377468ff
Bump Standards-Version to 4.2.1
· fcf4a317
Tony Mancill
authored
Sep 04, 2018
fcf4a317
prepare changelog for upload
· 486374b5
Tony Mancill
authored
Sep 04, 2018
486374b5
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
486374b5
groovy (2.4.15-3) unstable; urgency=medium
* Team upload.
* Drop build-dep on default-jdk-headless | default-jdk in favor of
simply default-jdk to address FTBFS. (Closes: #904783)
* Bump Standards-Version to 4.2.1
-- tony mancill <tmancill@debian.org> Tue, 04 Sep 2018 21:00:55 -0700
groovy (2.4.15-2) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
486374b5
...
...
@@ -9,7 +9,7 @@ Build-Depends:
antlr,
bnd (>= 2.1.0),
debhelper (>= 11),
default-jdk-headless |
default-jdk,
default-jdk,
default-jdk-doc,
gradle-debian-helper,
ivy,
...
...
@@ -29,7 +29,7 @@ Build-Depends:
maven-repo-helper,
testng,
unzip
Standards-Version: 4.
1.4
Standards-Version: 4.
2.1
Vcs-Git: https://salsa.debian.org/java-team/groovy.git
Vcs-Browser: https://salsa.debian.org/java-team/groovy
Homepage: http://www.groovy-lang.org
...
...