summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 18:41:14 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 18:41:14 (EDT)
commitbe10641f8cb2fb7108248fc53d6ec6cdb9d0b994 (patch)
tree46f8b4885b513972f7e7726b60b68d2c234c6a22
parent1becdc6a15941f3cf572fec8650212e6d9e3bc2f (diff)
opkg: Update description
-rw-r--r--opkg.pkg/control6
-rw-r--r--substvars8
2 files changed, 2 insertions, 12 deletions
diff --git a/opkg.pkg/control b/opkg.pkg/control
index 4774a8b..aa8a70a 100644
--- a/opkg.pkg/control
+++ b/opkg.pkg/control
@@ -1,7 +1,5 @@
Architecture: any
Platform: all
Depends: opkg-lede
-Description: Open PacKaGe Management
- ${Common-Description}
- .
- This package provides the opkg utility.
+Description: Open PacKaGe Management - transitional package
+ This is a transitional package. It can safely be removed.
diff --git a/substvars b/substvars
deleted file mode 100644
index 5d8b972..0000000
--- a/substvars
+++ /dev/null
@@ -1,8 +0,0 @@
-Common-Description:
- opkg is a lightweight package management system. It is written in C and
- resembles APT/dpkg in operation. It is intended for use on embedded
- Linux-based devices and is used in this capacity in the OpenEmbedded and
- OpenWrt projects.
- .
- As best it can, opkg maintains backwards compatibility with ipkg and conforms
- to a subset of Debian's policy manual regarding control files.