summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-08 10:12:42 (EST)
committer P. J. McDermott <pjm@nac.net>2014-03-08 10:12:42 (EST)
commita38062b1db2a8482ec7187fa5633c3fda3eb0f81 (patch)
tree29add9a5d819af410385bec8765ac016eacc710b
parentd82d01d999d72963fcb386ba959d5b9ef82b561a (diff)
Add missing binary package dependencies.
-rw-r--r--file-doc.pkg/control2
-rw-r--r--libmagic-dev.pkg/control1
-rw-r--r--libmagic-doc.pkg/control1
3 files changed, 3 insertions, 1 deletions
diff --git a/file-doc.pkg/control b/file-doc.pkg/control
index 8c5836a..8ee927a 100644
--- a/file-doc.pkg/control
+++ b/file-doc.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: file
+Depends: file (= ${Binary-Version}), libmagic.1 (= ${Binary-Version})
Description: tool that determines file type using magic numbers - documentation
${Tool-Common-Description}
.
diff --git a/libmagic-dev.pkg/control b/libmagic-dev.pkg/control
index f060169..8eb1559 100644
--- a/libmagic-dev.pkg/control
+++ b/libmagic-dev.pkg/control
@@ -1,5 +1,6 @@
Architecture: any
Platform: all
+Depends: libmagic.1 (= ${Binary-Version})
Description: library that determines file type - development
${Library-Common-Description}
.
diff --git a/libmagic-doc.pkg/control b/libmagic-doc.pkg/control
index 672bdcc..f726f2d 100644
--- a/libmagic-doc.pkg/control
+++ b/libmagic-doc.pkg/control
@@ -1,5 +1,6 @@
Architecture: any
Platform: all
+Depends: libmagic.1 (= ${Binary-Version})
Description: library that determines file type - documentation
${Library-Common-Description}
.