summaryrefslogtreecommitdiffstats
path: root/fakeroot-doc.pkg
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-27 19:04:31 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-27 19:04:31 (EDT)
commit170a30e75a26d4a00bbe3b0c887cf40bcf46679b (patch)
tree6914d20c48bf39a755843afd4b6b007514a86420 /fakeroot-doc.pkg
parent805d68d3d6aac85fef3a2f832c0e9b48479ea7f1 (diff)
Use substitution variables.
Diffstat (limited to 'fakeroot-doc.pkg')
-rw-r--r--fakeroot-doc.pkg/control8
1 files changed, 2 insertions, 6 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.