From de8b9a4e0776a77a3329f613b8fafb6aa0e2c33e Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 31 May 2019 20:05:05 -0400 Subject: libfakeroot: New package --- diff --git a/changelog b/changelog index f541630..cc4512b 100644 --- a/changelog +++ b/changelog @@ -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 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 -- cgit v0.9.1