diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a3e555b..0e944f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rspamd (3.8.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Install systemd unit into /usr (DEP17 M2) (Closes: #1071914) + + -- Chris Hofstaedtler <zeha@debian.org> Tue, 11 Jun 2024 00:57:11 +0200 + rspamd (3.8.1-1) unstable; urgency=medium * New upstream version 3.8.1 diff --git a/debian/rules b/debian/rules index 4ada8a2..394b26c 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,7 @@ override_dh_auto_configure: -DSHAREDIR=/usr/share/rspamd \ -DLIBDIR=/usr/lib/rspamd \ -DINCLUDEDIR=/usr/include \ - -DSYSTEMDDIR=/lib/systemd/system \ + -DSYSTEMDDIR=/usr/lib/systemd/system \ -DNO_SHARED=ON \ -DDEBIAN_BUILD=1 \ -DENABLE_JEMALLOC=ON \ |