Source: libsoup3 Version: 3.1.1-1 Severity: important Tags: patch Hello,
libsoup-3.0-dev is not installable on non-linux ports because it depends on the linux-only libsysprof-4-dev package. The attached patch fixes that, could you apply it? Thanks, Samuel -- System Information: Debian Release: bookworm/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-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 5.19.0 (SMP w/8 CPU threads; PREEMPT) Kernel taint flags: 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 -- Samuel --- Pour une évaluation indépendante, transparente et rigoureuse ! Je soutiens la Commission d'Évaluation de l'Inria.
--- debian/control.original 2022-08-19 22:35:17.362614999 +0200 +++ debian/control 2022-08-19 22:35:43.262749927 +0200 @@ -50,7 +50,7 @@ libpsl-dev (>= 0.20), libsoup-3.0-0 (= ${binary:Version}), libsqlite3-dev, - libsysprof-4-dev, + libsysprof-4-dev [linux-any], zlib1g-dev, ${misc:Depends} Suggests: libsoup-3.0-doc --- debian/control.in.original 2022-08-19 22:35:22.542641982 +0200 +++ debian/control.in 2022-08-19 22:35:32.552694129 +0200 @@ -46,7 +46,7 @@ libpsl-dev (>= 0.20), libsoup-3.0-0 (= ${binary:Version}), libsqlite3-dev, - libsysprof-4-dev, + libsysprof-4-dev [linux-any], zlib1g-dev, ${misc:Depends} Suggests: libsoup-3.0-doc