* Riku Voipio <[email protected]>, 2011-09-12, 12:14:
Conflicts: pciutils-dev Provides: pciutils-dev Replaces: pciutils-dev +Multi-Arch: same Description: Linux PCI Utilities (development files) This package contains the <pci/pci.h>, <pci/config.h> and <pci/header.h> header files, as well as the /usr/lib/libpci.a library.
This is incorrect, as /usr/include/pci/config.h differ accross architectures. Please see the attached diff.
-- Jakub Wilk
diff -urN libpci-dev_3.1.8-2_amd64/usr/include/pci/config.h libpci-dev_3.1.8-2_i386/usr/include/pci/config.h --- libpci-dev_3.1.8-2_amd64/usr/include/pci/config.h 2011-11-30 00:01:00.000000000 +0100 +++ libpci-dev_3.1.8-2_i386/usr/include/pci/config.h 2011-11-29 23:59:31.000000000 +0100 @@ -1,5 +1,5 @@ #define PCI_CONFIG_H -#define PCI_ARCH_X86_64 +#define PCI_ARCH_I386 #define PCI_OS_LINUX #define PCI_HAVE_PM_LINUX_SYSFS #define PCI_HAVE_PM_LINUX_PROC

