Package: base-passwd
Version: 3.6.2
Severity: normal
Tags: patch

Hello,

Thanks for adding the --disable-selinux option for non-linux ports. To
properly support cross-builds, the condition however needs to be on
DEB_HOST_ARCH_OS rather than BUILD, as the attached patch fixes.

Samuel

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'unreleased'), 
(500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 
'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 
'oldoldstable-proposed-updates'), (500, 'oldoldstable'), (500, 
'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 6.5.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages base-passwd depends on:
ii  libc6              2.37-12+b1
ii  libdebconfclient0  0.271
ii  libselinux1        3.5-1

Versions of packages base-passwd recommends:
ii  cdebconf [debconf-2.0]  0.271
ii  debconf [debconf-2.0]   1.5.82

base-passwd suggests no packages.

-- debconf information excluded

-- 
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.
--- debian/rules.original       2023-11-28 23:06:15.392860494 +0100
+++ debian/rules        2023-11-28 23:06:25.336910903 +0100
@@ -11,7 +11,7 @@
 confflags += --disable-docs
 endif
 
-ifneq ($(DEB_BUILD_ARCH_OS),linux)
+ifneq ($(DEB_HOST_ARCH_OS),linux)
 confflags += --disable-selinux
 endif
 

Reply via email to