@Heinrich

I think that the patch would rather be:

diff --git a/debian/rules b/debian/rules
index 47934ec..0c35feb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ PACKAGE = libpciaccess0
 override_dh_auto_configure:
        dh_auto_configure -- \
                -Ddefault_library=both \
-               -Dpci-ids=\$${prefix}/share/misc \
+               -Dpci-ids=misc \
                -Dzlib=enabled
 
 override_dh_makeshlibs:

meson defines the path to pci-ids file as:

config.set_quoted(                                                              
                                                                                
                        
  'PCIIDS_PATH',                                                                
                                                                                
                        
  join_paths(get_option('prefix'), get_option('datadir'), 
get_option('pci-ids'))                                                          
                                              
)

prefix = /usr
datadir = share/
pci-ids should be misc instead of the full path


** Changed in: virt-manager (Ubuntu)
     Assignee: Hector CAO (hectorcao) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2145797

Title:
  [Ubuntu26.04] PCI device descriptions missing in virt-manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpciaccess/+bug/2145797/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to