diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 20:12:21 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 20:12:21 (EDT) |
commit | e291deee76c9e542c885ae4c8b8645d6dfccffa1 (patch) | |
tree | 8247010845d2df00b88ac694bdefb47dbbdac6c3 | |
parent | de8b9a4e0776a77a3329f613b8fafb6aa0e2c33e (diff) |
fakeroot, libfakeroot: Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | fakeroot.pkg/control | 2 | ||||
-rw-r--r-- | libfakeroot.pkg/control | 2 |
5 files changed, 5 insertions, 3 deletions
@@ -17,3 +17,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -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 <patrick.mcdermott@libiquity.com> Fri, 31 May 2019 17:59:56 -0400 @@ -1,3 +1,3 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -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} . |