Compare commits

...

2 Commits

Author SHA1 Message Date
Chris Hofstaedtler b1610643c5 Update changelog for 1:4.19.0-2 release 2026-01-06 02:38:53 +01:00
Chris Hofstaedtler 841a73e2a9 Disable logind integration on !linux 2026-01-06 02:38:22 +01:00
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
shadow (1:4.19.0-2) unstable; urgency=medium
* Disable logind integration on !linux
-- Chris Hofstaedtler <zeha@debian.org> Tue, 06 Jan 2026 02:38:50 +0100
shadow (1:4.19.0-1) unstable; urgency=medium
* New upstream version 4.19.0
+2
View File
@@ -30,6 +30,8 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
ifeq ($(DEB_HOST_ARCH_OS),linux)
DEB_CONFIGURE_EXTRA_FLAGS += --with-audit
DEB_CONFIGURE_EXTRA_FLAGS += --with-btrfs
else
DEB_CONFIGURE_EXTRA_FLAGS += --disable-logind
endif
ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)