Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: ca...@packages.debian.org
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 <peyma...@posteo.net>  Mon, 17 Apr 2023 15:11:12 +0200
+
 caddy (2.6.2-4) unstable; urgency=medium
 
   * d/rules: enable CGO, use common hardening flags

Reply via email to