summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fakeroot-doc.pkg/control8
-rw-r--r--fakeroot.pkg/control6
-rw-r--r--substvars6
3 files changed, 9 insertions, 11 deletions
diff --git a/fakeroot-doc.pkg/control b/fakeroot-doc.pkg/control
index 86537aa..6f6d9b7 100644
--- a/fakeroot-doc.pkg/control
+++ b/fakeroot-doc.pkg/control
@@ -1,11 +1,7 @@
Architecture: all
Platform: all
-Depends: fakeroot
+Depends: fakeroot (= ${Binary-Version})
Description: tool for simulating superuser privileges - documentation
- fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC
- (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other
- file-manipulation functions, so that unprivileged users can (for instance)
- populate .opk archives with root-owned files; various build tools use fakeroot
- for this by default.
+ ${Common-Description}
.
This package provides manual pages for the fakeroot tool.
diff --git a/fakeroot.pkg/control b/fakeroot.pkg/control
index f448d5b..8890dc7 100644
--- a/fakeroot.pkg/control
+++ b/fakeroot.pkg/control
@@ -1,10 +1,6 @@
Architecture: any
Platform: all
Description: tool for simulating superuser privileges
- fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC
- (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other
- file-manipulation functions, so that unprivileged users can (for instance)
- populate .opk archives with root-owned files; various build tools use fakeroot
- for this by default.
+ ${Common-Description}
.
This package provides the fakeroot tool.
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..e6f67fa
--- /dev/null
+++ b/substvars
@@ -0,0 +1,6 @@
+Common-Description:
+ fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC
+ (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other
+ file-manipulation functions, so that unprivileged users can (for instance)
+ populate .opk archives with root-owned files; various build tools use fakeroot
+ for this by default.