From a38062b1db2a8482ec7187fa5633c3fda3eb0f81 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 08 Mar 2014 10:12:42 -0500 Subject: Add missing binary package dependencies. --- 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} . -- cgit v0.9.1