Markus Koschany pushed to branch master at Debian Java Maintainers / libokhttp-java
Commits: ee543119 by Markus Koschany at 2021-10-11T19:16:44+02:00 Enable okhttp-urlconnection module. - - - - - f8ed44e2 by Markus Koschany at 2021-10-11T19:17:51+02:00 Also enable okhttp-tls module. - - - - - 215e7a0c by Markus Koschany at 2021-10-11T19:20:47+02:00 Build-depend on libbcprov-java. - - - - - 44c1b1d5 by Markus Koschany at 2021-10-11T19:22:46+02:00 Ignore junit - - - - - fd937ac4 by Markus Koschany at 2021-10-11T19:23:50+02:00 Declare compliance with Debian Policy 4.6.0. - - - - - 403322b0 by Markus Koschany at 2021-10-11T19:24:43+02:00 Update changelog - - - - - 4 changed files: - debian/changelog - debian/control - debian/libokhttp-java.poms - debian/maven.ignoreRules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +libokhttp-java (3.13.1-3) unstable; urgency=medium + + * Enable okhttp-urlconnection and okhttp-tls module. + * Build-depend on libbcprov-java. + * Declare compliance with Debian Policy 4.6.0. + + -- Markus Koschany <[email protected]> Mon, 11 Oct 2021 19:24:16 +0200 + libokhttp-java (3.13.1-2) unstable; urgency=medium * Switch to debhelper-compat = 13. ===================================== debian/control ===================================== @@ -10,9 +10,10 @@ Build-Depends: default-jdk, javahelper, libanimal-sniffer-java, + libbcprov-java, libokio-java (>= 1.14.0), maven-debian-helper (>= 2.1) -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/java-team/libokhttp-java.git Vcs-Browser: https://salsa.debian.org/java-team/libokhttp-java Homepage: https://github.com/square/okhttp ===================================== debian/libokhttp-java.poms ===================================== @@ -31,9 +31,9 @@ okhttp-tests/pom.xml --ignore okhttp-android-support/pom.xml --ignore okhttp-apache/pom.xml --ignore okhttp-testing-support/pom.xml --ignore -okhttp-urlconnection/pom.xml --ignore +okhttp-urlconnection/pom.xml okhttp-logging-interceptor/pom.xml --ignore -okhttp-tls/pom.xml --ignore +okhttp-tls/pom.xml okhttp-dnsoverhttps/pom.xml --ignore okhttp-sse/pom.xml --ignore okcurl/pom.xml --ignore ===================================== debian/maven.ignoreRules ===================================== @@ -21,3 +21,4 @@ org.codehaus.plexus plexus-compiler-javac-errorprone * * * * com.google.errorprone error_prone_core * * * * org.conscrypt conscrypt-openjdk-uber * * * * com.android android * * * * +junit junit * * * * View it on GitLab: https://salsa.debian.org/java-team/libokhttp-java/-/compare/c00914798738d4c186d8cae71400fb98f6fd298f...403322b00a5ad19da09274200e2c205985c8ed72 -- View it on GitLab: https://salsa.debian.org/java-team/libokhttp-java/-/compare/c00914798738d4c186d8cae71400fb98f6fd298f...403322b00a5ad19da09274200e2c205985c8ed72 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

