From e291deee76c9e542c885ae4c8b8645d6dfccffa1 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 31 May 2019 20:12:21 -0400 Subject: fakeroot, libfakeroot: Use oh-shlibdeps --- diff --git a/build b/build index 37b6682..19f537f 100755 --- a/build +++ b/build @@ -17,3 +17,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps diff --git a/changelog b/changelog index cc4512b..74c2768 100644 --- a/changelog +++ b/changelog @@ -9,6 +9,7 @@ fakeroot (1.23-1) trunk build issue without libcap. * libfakeroot: New package containing the LD_PRELOAD library. * libfakeroot: Remove static library. + * fakeroot, libfakeroot: Use automatic shared library dependencies. -- Patrick McDermott Fri, 31 May 2019 17:59:56 -0400 diff --git a/control b/control index f42f8b1..676faa4 100644 --- a/control +++ b/control @@ -1,3 +1,3 @@ Maintainer: Patrick McDermott -Build-Depends: gpg, dirmngr, opkbuild (>= 4.0.0), opkhelper-3.0 +Build-Depends: gpg, dirmngr, opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2) Homepage: https://wiki.debian.org/FakeRoot diff --git a/fakeroot.pkg/control b/fakeroot.pkg/control index 59e6ea7..f2fc062 100644 --- a/fakeroot.pkg/control +++ b/fakeroot.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libfakeroot (= ${Binary-Version}) +Depends: libfakeroot (= ${Binary-Version}), ${Shlib-Depends} Description: Tool for simulating superuser privileges ${Common-Description} . diff --git a/libfakeroot.pkg/control b/libfakeroot.pkg/control index 45fbded..6628dee 100644 --- a/libfakeroot.pkg/control +++ b/libfakeroot.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libfakeroot (= ${Binary-Version}) +Depends: libfakeroot (= ${Binary-Version}), ${Shlib-Depends} Description: Tool for simulating superuser privileges - shared library ${Common-Description} . -- cgit v0.9.1