diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 20:05:05 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 20:05:05 (EDT) |
commit | de8b9a4e0776a77a3329f613b8fafb6aa0e2c33e (patch) | |
tree | 0760cd9e005c535c47086c544d37d7b9e4941dc2 | |
parent | 436a76f3d0c029631ab1c8cd4ea7c94284ff2349 (diff) |
libfakeroot: New package
-rw-r--r-- | changelog | 3 | ||||
-rw-r--r-- | fakeroot-doc.pkg/control | 2 | ||||
-rw-r--r-- | fakeroot.pkg/control | 1 | ||||
-rw-r--r-- | fakeroot.pkg/files | 1 | ||||
-rw-r--r-- | libfakeroot.pkg/control | 7 | ||||
-rw-r--r-- | libfakeroot.pkg/docs (renamed from fakeroot.pkg/docs) | 0 | ||||
-rw-r--r-- | libfakeroot.pkg/files | 1 |
7 files changed, 12 insertions, 3 deletions
@@ -7,7 +7,8 @@ fakeroot (1.23-1) trunk issue (now changed upstream). * patches/01_fix-unconditional-use-of-libcap-types.patch: New patch to fix build issue without libcap. - * fakeroot: Remove static library. + * libfakeroot: New package containing the LD_PRELOAD library. + * libfakeroot: Remove static library. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 31 May 2019 17:59:56 -0400 diff --git a/fakeroot-doc.pkg/control b/fakeroot-doc.pkg/control index 99d8f8c..58cc36a 100644 --- a/fakeroot-doc.pkg/control +++ b/fakeroot-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: fakeroot (= ${Binary-Version}) +Depends: libfakeroot (= ${Binary-Version}) Description: Tool for simulating superuser privileges - documentation ${Common-Description} . diff --git a/fakeroot.pkg/control b/fakeroot.pkg/control index 308a51b..59e6ea7 100644 --- a/fakeroot.pkg/control +++ b/fakeroot.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all +Depends: libfakeroot (= ${Binary-Version}) Description: Tool for simulating superuser privileges ${Common-Description} . diff --git a/fakeroot.pkg/files b/fakeroot.pkg/files index 0324523..415f082 100644 --- a/fakeroot.pkg/files +++ b/fakeroot.pkg/files @@ -1,2 +1 @@ /usr/bin -/usr/lib diff --git a/libfakeroot.pkg/control b/libfakeroot.pkg/control new file mode 100644 index 0000000..45fbded --- /dev/null +++ b/libfakeroot.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: libfakeroot (= ${Binary-Version}) +Description: Tool for simulating superuser privileges - shared library + ${Common-Description} + . + This package provides the libfakeroot LD_PRELOAD library. diff --git a/fakeroot.pkg/docs b/libfakeroot.pkg/docs index e69de29..e69de29 100644 --- a/fakeroot.pkg/docs +++ b/libfakeroot.pkg/docs diff --git a/libfakeroot.pkg/files b/libfakeroot.pkg/files new file mode 100644 index 0000000..0bf940b --- /dev/null +++ b/libfakeroot.pkg/files @@ -0,0 +1 @@ +/usr/lib |