summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild1
-rw-r--r--changelog1
-rw-r--r--control2
-rw-r--r--fakeroot.pkg/control2
-rw-r--r--libfakeroot.pkg/control2
5 files changed, 5 insertions, 3 deletions
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 <patrick.mcdermott@libiquity.com> 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 <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}
.