Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
3
Bump Standards-Version to 4.4.1
· 73336335
Tony Mancill
authored
Nov 03, 2019
73336335
Remove sunmin5 from arguments to find_java_runtime (Closes: #913216)
· 02310fb6
Tony Mancill
authored
Nov 03, 2019
02310fb6
prepare changelog for upload to unstable
· ce3d3134
Tony Mancill
authored
Nov 03, 2019
ce3d3134
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ce3d3134
checkstyle (8.26-1)
UNRELEASED
; urgency=medium
checkstyle (8.26-1)
unstable
; urgency=medium
* Team upload
* New upstream version 8.26
* New upstream version 8.26
(Closes: #924598)
* Refresh patches
* Add picocli to jars resolved by the wrapper script (Closes: #944065)
* Bump Standards-Version to 4.4.1
* Remove sunmin5 from arguments to find_java_runtime (Closes: #913216)
-- tony mancill <tmancill@debian.org> Sun, 03 Nov 2019 11:
2
6:
26
-0800
-- tony mancill <tmancill@debian.org> Sun, 03 Nov 2019 11:
5
6:
14
-0800
checkstyle (8.15-1) unstable; urgency=medium
...
...
debian/control
View file @
ce3d3134
...
...
@@ -25,7 +25,7 @@ Build-Depends:
libsaxonhe-java (>= 9.8.0.8~),
maven-debian-helper (>= 1.0),
maven-repo-helper (>= 1.1)
Standards-Version: 4.
2
.1
Standards-Version: 4.
4
.1
Vcs-Git: https://salsa.debian.org/java-team/checkstyle.git
Vcs-Browser: https://salsa.debian.org/java-team/checkstyle
Homepage: http://checkstyle.sourceforge.net
...
...
debian/wrappers/checkstyle
View file @
ce3d3134
...
...
@@ -3,7 +3,7 @@
# Include the wrappers utility script
.
/usr/lib/java-wrappers/java-wrappers.sh
find_java_runtime
default sunmin5
find_java_runtime
find_jars antlr4-runtime commons-lang3 commons-beanutils commons-collections3 guava commons-cli commons-logging picocli checkstyle
...
...