[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#962227: buster-pu: package libapache-mod-jk/1:1.2.46-1



Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian.org@packages.debian.org
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 <apo@debian.org>  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

Reply to: