Skip to content

Commit c601a5b

Browse files
committed
Fix #49
Fixes unwanted service startup after installation when the systemd service unit is disabled by a systemd preset. With compat 12 `--skip-systemd-native` is now passed to invoke-rc.d. Removed `--with systemd` since it was removed since compat 11 - see https://manpages.debian.org/bookworm/debhelper/debhelper-compat-upgrade-checklist.7.en.html Tested by building the package on Debian 12 with debhelper version 13.11.4. Should theoretically work with debhelper 11.4 or later, according to debhelper changelog at https://launchpad.net/debian/+source/debhelper/11.4
1 parent 4a9eb04 commit c601a5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debs/Debian/debian/compat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9
1+
12

debs/Debian/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RABBITMQ_GROUP ?= rabbitmq
1111
unexport DEPS_DIR
1212

1313
%:
14-
dh $@ --parallel --with systemd
14+
dh $@ --parallel
1515

1616
override_dh_auto_clean:
1717
$(MAKE) clean clean-unpacked-source-dist distclean-manpages

0 commit comments

Comments
 (0)