diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 01:41:08 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 01:41:08 (EDT) |
commit | 945bdc52fbbf3a48dd3f7ae30dbafb3597fb8d7b (patch) | |
tree | ff5d94f35f7f3192c63b5cec18b6b9d9f5923dca | |
parent | ac2eeba08e3948dd83e0eeb66ff6c765b4d6f525 (diff) |
opkg-common: New binary pkg for intercepts and source pkg docs
-rw-r--r-- | opkg-common.pkg/control | 7 | ||||
-rw-r--r-- | opkg-common.pkg/docs (renamed from opkg.pkg/docs) | 0 | ||||
-rw-r--r-- | opkg-common.pkg/files | 1 | ||||
-rw-r--r-- | opkg-dbg.pkg/control | 2 | ||||
-rw-r--r-- | opkg-doc.pkg/control | 2 | ||||
-rw-r--r-- | opkg.pkg/control | 2 | ||||
-rw-r--r-- | opkg.pkg/files | 1 |
7 files changed, 11 insertions, 4 deletions
diff --git a/opkg-common.pkg/control b/opkg-common.pkg/control new file mode 100644 index 0000000..3f62b8f --- /dev/null +++ b/opkg-common.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Description: Open PacKaGe Management - common files + ${Common-Description} + . + This package provides intercept scripts and source package documentation files + for the opkg utilities. diff --git a/opkg.pkg/docs b/opkg-common.pkg/docs index e69de29..e69de29 100644 --- a/opkg.pkg/docs +++ b/opkg-common.pkg/docs diff --git a/opkg-common.pkg/files b/opkg-common.pkg/files new file mode 100644 index 0000000..28ea280 --- /dev/null +++ b/opkg-common.pkg/files @@ -0,0 +1 @@ +/usr/share/opkg diff --git a/opkg-dbg.pkg/control b/opkg-dbg.pkg/control index 4bb1962..f29febe 100644 --- a/opkg-dbg.pkg/control +++ b/opkg-dbg.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libopkg.1 (= ${Binary-Version}), opkg (= ${Binary-Version}) +Depends: opkg-common (= ${Binary-Version}), opkg (= ${Binary-Version}) Description: Open PacKaGe Management - debugging symbols ${Common-Description} . diff --git a/opkg-doc.pkg/control b/opkg-doc.pkg/control index 264c8b2..c24f6d9 100644 --- a/opkg-doc.pkg/control +++ b/opkg-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: libopkg.1 (= ${Binary-Version}) +Depends: opkg-common (= ${Binary-Version}) Description: Open PacKaGe Management - documentation ${Common-Description} . diff --git a/opkg.pkg/control b/opkg.pkg/control index 81bcad1..3c8b13b 100644 --- a/opkg.pkg/control +++ b/opkg.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: all Essential: yes -Depends: libopkg.1 (= ${Binary-Version}) +Depends: opkg-common (= ${Binary-Version}) Description: Open PacKaGe Management ${Common-Description} . diff --git a/opkg.pkg/files b/opkg.pkg/files index 671b06b..03d9de7 100644 --- a/opkg.pkg/files +++ b/opkg.pkg/files @@ -1,3 +1,2 @@ /usr/bin -/usr/share/opkg /etc |