Remove debian-config.patch

This is already handled with debian/mosquitto.conf
debian
Roger A. Light 5 years ago
parent 4beaaa8bc2
commit ec4fbf5ff7

7
debian/changelog vendored

@ -1,3 +1,10 @@
mosquitto (2.0.8-2) unstable; urgency=medium
* Remove debian-config.patch, this is already handled with
debian/mosquitto.conf
-- Roger A. Light <roger@atchoo.org> Sun, 28 Feb 2021 23:22:57 +0000
mosquitto (2.0.8-1) unstable; urgency=medium
* New upstream release.

@ -1,26 +0,0 @@
Description: Set local configuration.
Author: Roger Light <roger@atchoo.org>
Forwarded: not-needed
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,7 @@
endif
$(INSTALL) -d "${DESTDIR}/etc/mosquitto"
$(INSTALL) -m 644 mosquitto.conf "${DESTDIR}/etc/mosquitto/mosquitto.conf.example"
+ $(INSTALL) -m 644 debian.conf "${DESTDIR}/etc/mosquitto/mosquitto.conf"
$(INSTALL) -m 644 aclfile.example "${DESTDIR}/etc/mosquitto/aclfile.example"
$(INSTALL) -m 644 pwfile.example "${DESTDIR}/etc/mosquitto/pwfile.example"
$(INSTALL) -m 644 pskfile.example "${DESTDIR}/etc/mosquitto/pskfile.example"
--- /dev/null
+++ b/debian.conf
@@ -0,0 +1,10 @@
+# Place your local configuration in /etc/mosquitto/conf.d/
+
+pid_file /var/run/mosquitto.pid
+
+persistence true
+persistence_location /var/lib/mosquitto/
+
+log_dest file /var/log/mosquitto/mosquitto.log
+
+include_dir /etc/mosquitto/conf.d

@ -1,2 +1 @@
debian-config.patch
1571.patch

Loading…
Cancel
Save