Your message dated Sat, 01 Aug 2020 12:51:28 +0100
with message-id
<43535efb498a168cf81452ca0c326f004f46adc6.ca...@adam-barratt.org.uk>
and subject line Closing bugs for fixes included in 10.5 point release
has caused the Debian Bug report #962227,
regarding buster-pu: package libapache-mod-jk/1:1.2.46-1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
962227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962227
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: [email protected]
Usertags: pu
Dear release team,
I would like to fix Debian bug #928813 in Buster. Stretch is not
affected. Due to wrong file naming the configuration file for
libapache-mod-jk was not installed into the mods-enabled directory of
Apache 2 when a2enmod was used. Please find attached the debdiff.
Regards,
Markus
diff -Nru libapache-mod-jk-1.2.46/debian/changelog
libapache-mod-jk-1.2.46/debian/changelog
--- libapache-mod-jk-1.2.46/debian/changelog 2018-10-14 12:26:05.000000000
+0200
+++ libapache-mod-jk-1.2.46/debian/changelog 2020-06-04 21:18:07.000000000
+0200
@@ -1,3 +1,10 @@
+libapache-mod-jk (1:1.2.46-1+deb10u1) buster; urgency=medium
+
+ * Rename httpd-jk.conf to jk.conf to restore compatibility with Debian's
Apache
+ helpers a2enmod and a2dismod. (Closes: #928813)
+
+ -- Markus Koschany <[email protected]> Thu, 04 Jun 2020 21:18:07 +0200
+
libapache-mod-jk (1:1.2.46-1) unstable; urgency=medium
* New upstream version 1.2.46.
diff -Nru libapache-mod-jk-1.2.46/debian/libapache2-mod-jk.install
libapache-mod-jk-1.2.46/debian/libapache2-mod-jk.install
--- libapache-mod-jk-1.2.46/debian/libapache2-mod-jk.install 2018-10-14
12:26:05.000000000 +0200
+++ libapache-mod-jk-1.2.46/debian/libapache2-mod-jk.install 2020-06-04
21:18:07.000000000 +0200
@@ -1,4 +1,4 @@
-conf/httpd-jk.conf /etc/apache2/mods-available/
+conf/jk.conf /etc/apache2/mods-available/
debian/jk.load /etc/apache2/mods-available/
debian/workers.properties /etc/libapache2-mod-jk/
native/apache-2.0/mod_jk.so /usr/lib/apache2/modules/
diff -Nru libapache-mod-jk-1.2.46/debian/libapache2-mod-jk.links
libapache-mod-jk-1.2.46/debian/libapache2-mod-jk.links
--- libapache-mod-jk-1.2.46/debian/libapache2-mod-jk.links 2018-10-14
12:26:05.000000000 +0200
+++ libapache-mod-jk-1.2.46/debian/libapache2-mod-jk.links 2020-06-04
21:18:07.000000000 +0200
@@ -1 +1 @@
-/etc/apache2/mods-available/httpd-jk.conf /etc/libapache2-mod-jk/httpd-jk.conf
+/etc/apache2/mods-available/jk.conf /etc/libapache2-mod-jk/httpd-jk.conf
diff -Nru libapache-mod-jk-1.2.46/debian/rules
libapache-mod-jk-1.2.46/debian/rules
--- libapache-mod-jk-1.2.46/debian/rules 2018-10-14 12:26:05.000000000
+0200
+++ libapache-mod-jk-1.2.46/debian/rules 2020-06-04 21:18:07.000000000
+0200
@@ -24,5 +24,9 @@
# No check target
override_dh_auto_test:
+override_dh_install:
+ mv $(CURDIR)/conf/httpd-jk.conf $(CURDIR)/conf/jk.conf
+ dh_install
+
get-orig-source:
uscan --verbose --download-current-version --force-download
--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.5
Hi,
Each of these bugs relates to an update that was included in today's
stable point release.
Regards,
Adam
--- End Message ---