Markus Koschany pushed to branch master at Debian Java Maintainers / libapache-mod-jk
Commits: 3f1a0caf by Markus Koschany at 2023-02-18T19:15:03+01:00 Declare compliance with Debian Policy 4.6.2. - - - - - e1fa31fd by Markus Koschany at 2023-02-18T19:15:36+01:00 Suggest tomcat10 instead of tomcat9. - - - - - ba03d55f by Markus Koschany at 2023-02-18T19:17:07+01:00 Update copyright years and use https. - - - - - 199d3b0f by Markus Koschany at 2023-02-18T19:17:31+01:00 Update changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/copyright Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libapache-mod-jk (1:1.2.48-2) unstable; urgency=medium + + * Declare compliance with Debian Policy 4.6.2. + * Suggest tomcat10 instead of tomcat9. + + -- Markus Koschany <[email protected]> Sat, 18 Feb 2023 19:17:18 +0100 + libapache-mod-jk (1:1.2.48-1) unstable; urgency=medium * New upstream version 1.2.48. ===================================== debian/control ===================================== @@ -10,10 +10,10 @@ Build-Depends: debhelper-compat (= 13), default-jdk, libtool -Standards-Version: 4.5.0 +Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/libapache-mod-jk.git Vcs-Browser: https://salsa.debian.org/java-team/libapache-mod-jk -Homepage: http://tomcat.apache.org +Homepage: https://tomcat.apache.org Package: libapache2-mod-jk Architecture: any @@ -22,7 +22,7 @@ Depends: ${shlibs:Depends} Suggests: libapache-mod-jk-doc, - tomcat9 + tomcat10 Description: Apache 2 connector for the Tomcat Java servlet engine Apache Tomcat is the reference implementation for the Java Servlet and JavaServer Pages (JSP) specification from the Apache Jakarta project. ===================================== debian/copyright ===================================== @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Apache Tomcat JK Connector Upstream-Contact: <http://tomcat.apache.org/connectors-doc/> -Source: http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/ +Source: https://downloads.apache.org/tomcat/tomcat-connectors/jk/ Files: * Copyright: Copyright (c) 1999-2020 Apache Foundation @@ -53,7 +53,7 @@ Files: debian/* Copyright: 2003, Stefan Gybas <[email protected]> 2009, Michael Koch <[email protected]> 2011, Damien Raude-Morvan <[email protected]> - 2015-2020, Markus Koschany <[email protected]> + 2015-2023, Markus Koschany <[email protected]> License: Apache-2.0 License: Apache-2.0 View it on GitLab: https://salsa.debian.org/java-team/libapache-mod-jk/-/compare/4b5358ca84881b26f2717b2f857646e38f8aa367...199d3b0f7e7c606ac04943013fb8c53705e5cd0e -- View it on GitLab: https://salsa.debian.org/java-team/libapache-mod-jk/-/compare/4b5358ca84881b26f2717b2f857646e38f8aa367...199d3b0f7e7c606ac04943013fb8c53705e5cd0e 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

