summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opkg-gpg.pkg/control2
-rw-r--r--opkg.pkg/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/opkg-gpg.pkg/control b/opkg-gpg.pkg/control
index 80613a8..d14d076 100644
--- a/opkg-gpg.pkg/control
+++ b/opkg-gpg.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: opkg-common (= ${Binary-Version})
+Depends: opkg-common (= ${Binary-Version}), ${Shlib-Depends}
Description: Open PacKaGe Management with signature checking
${Common-Description}
.
diff --git a/opkg.pkg/control b/opkg.pkg/control
index 2f851a0..6e7502f 100644
--- a/opkg.pkg/control
+++ b/opkg.pkg/control
@@ -1,7 +1,7 @@
Architecture: any
Platform: all
Essential: yes
-Depends: opkg-common (= ${Binary-Version})
+Depends: opkg-common (= ${Binary-Version}), ${Shlib-Depends}
Description: Open PacKaGe Management
${Common-Description}
.