Your message dated Wed, 19 Apr 2023 16:53:16 +0000
with message-id <[email protected]>
and subject line unblock caddy
has caused the Debian Bug report #1034576,
regarding unblock: caddy/2.6.2-5
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.)
--
1034576: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034576
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:caddy
Please unblock package caddy
[ Reason ]
Fixes RC bug in 2.6.2-4:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034221
[ Impact ]
Systemd service files shipped by the package might not be installed in
the correct location and not automatically enabled at boot. See
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034221 for details
[ Tests ]
Additional to the standard golang autopkgtest, caddy includes a simple
autopkgtest that verifies if the Caddy webserver is running and able to
deliver a simple html-page.
[ Risks ]
None, since the changes done in this revision are very small.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock caddy/2.6.2-5
diff -Nru caddy-2.6.2/debian/caddy.install caddy-2.6.2/debian/caddy.install
--- caddy-2.6.2/debian/caddy.install 2023-01-15 22:06:16.000000000 +0100
+++ caddy-2.6.2/debian/caddy.install 2023-04-17 15:11:12.000000000 +0200
@@ -1,6 +1,6 @@
dist/config/Caddyfile etc/caddy/
-dist/init/caddy.service usr/lib/systemd/system
-dist/init/caddy-api.service usr/lib/systemd/system
+dist/init/caddy.service lib/systemd/system
+dist/init/caddy-api.service lib/systemd/system
debian/missing-sources/caddy/welcome/index.html usr/share/caddy/
debian/generated/completions/caddy
usr/share/bash-completion/completions/
debian/generated/completions/_caddy
usr/share/zsh/vendor-completions/
diff -Nru caddy-2.6.2/debian/changelog caddy-2.6.2/debian/changelog
--- caddy-2.6.2/debian/changelog 2023-01-15 22:06:16.000000000 +0100
+++ caddy-2.6.2/debian/changelog 2023-04-17 15:11:12.000000000 +0200
@@ -1,3 +1,9 @@
+caddy (2.6.2-5) unstable; urgency=high
+
+ * d/caddy.install: Fix location for systemd files (Closes: #1034221)
+
+ -- Peymaneh <[email protected]> Mon, 17 Apr 2023 15:11:12 +0200
+
caddy (2.6.2-4) unstable; urgency=medium
* d/rules: enable CGO, use common hardening flags
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---