From 4404a33ee8da30103ff08aec8f1c1177553c886f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 07 Jun 2019 11:56:28 -0400 Subject: libpci.3, pciutils: Use oh-shlibdeps --- diff --git a/build b/build index 2afc7c3..d6c22a3 100755 --- a/build +++ b/build @@ -30,3 +30,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps diff --git a/changelog b/changelog index 9b86070..b16bd45 100644 --- a/changelog +++ b/changelog @@ -4,6 +4,7 @@ pciutils (3.6.2-1) trunk * Update Maintainer and Homepage. * pciutils-doc: Remove /usr/share/man/man8/update-pciids.8 since update-pciids isn't included in pciutils. + * libpci.3, pciutils: Use automatic shared library dependencies. -- Patrick McDermott Thu, 06 Jun 2019 22:35:21 -0400 diff --git a/libpci.3.pkg/control b/libpci.3.pkg/control index afd4045..558de76 100644 --- a/libpci.3.pkg/control +++ b/libpci.3.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: libz.1, pciids-reduced | pciids +Depends: ${Shlib-Depends}, pciids-reduced | pciids Description: Library for accessing PCI devices ${Library-Description} diff --git a/pciutils.pkg/control b/pciutils.pkg/control index 9f37ec9..1f26bd2 100644 --- a/pciutils.pkg/control +++ b/pciutils.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: libpci.3 (= ${Binary-Version}) +Depends: libpci.3 (= ${Binary-Version}), ${Shlib-Depends} Description: PCI utilities ${Utilities-Description} -- cgit v0.9.1