From 945bdc52fbbf3a48dd3f7ae30dbafb3597fb8d7b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 02 Apr 2019 01:41:08 -0400 Subject: opkg-common: New binary pkg for intercepts and source pkg docs --- 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 -- cgit v0.9.1