Source: packagekit
Version: 1.1.11-1
Severity: important
Tags: patch ftbfs
Justification: fails to build from source
Hello,
It would be nice to fix the FTBFS on hurd-i386
The attached patch should fix this (not-tested)
Kind regards,
Laurent Bigonville
-- System Information:
Debian Release: bullseye/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1,
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 5.4.0-4-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8),
LANGUAGE=fr_BE:fr (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: SELinux: enabled - Mode: Permissive - Policy name: refpolicy
diff -Nru packagekit-1.1.13/debian/rules packagekit-1.1.13/debian/rules
--- packagekit-1.1.13/debian/rules 2020-01-08 21:58:22.000000000 +0100
+++ packagekit-1.1.13/debian/rules 2020-03-01 14:38:59.000000000 +0100
@@ -29,8 +29,8 @@
dh $@ --with gir
extrainstallfiles-stamp:
- grep -E -v
'lib/systemd|pk-offline-update|pk-trigger-offline-update|pk-clear-offline-update'
debian/packagekit.install > debian/packagekit.install.kfreebsd
- grep -E -v
'lib/systemd|pk-offline-update|pk-trigger-offline-update|pk-clear-offline-update'
debian/packagekit.install > debian/packagekit.install.hurd
+ grep -E -v 'lib/systemd|pk-offline-update|pk-debconf-helper'
debian/packagekit.install > debian/packagekit.install.kfreebsd
+ grep -E -v 'lib/systemd|pk-offline-update|pk-debconf-helper'
debian/packagekit.install > debian/packagekit.install.hurd
touch $@
override_dh_auto_configure: