summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opkg-lede-dbg.pkg/control7
-rw-r--r--opkg-lede-dbg.pkg/files1
-rw-r--r--opkg-lede.pkg/control9
-rw-r--r--substvars7
4 files changed, 17 insertions, 7 deletions
diff --git a/opkg-lede-dbg.pkg/control b/opkg-lede-dbg.pkg/control
new file mode 100644
index 0000000..41f53a1
--- /dev/null
+++ b/opkg-lede-dbg.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: opkg-lede (= ${Binary-Version})
+Description: Lightweight package manager - LEDE/OpenWrt fork - debugging symbols
+ ${Common-Description}
+ .
+ This package provides debugging symbols for the opkg utility.
diff --git a/opkg-lede-dbg.pkg/files b/opkg-lede-dbg.pkg/files
new file mode 100644
index 0000000..1acc2ff
--- /dev/null
+++ b/opkg-lede-dbg.pkg/files
@@ -0,0 +1 @@
+/usr/lib/debug
diff --git a/opkg-lede.pkg/control b/opkg-lede.pkg/control
index c35a967..cca1258 100644
--- a/opkg-lede.pkg/control
+++ b/opkg-lede.pkg/control
@@ -2,10 +2,5 @@ Architecture: any
Platform: all
Depends: usign, ${Shlib-Depends}
Conflicts: opkg-common (<< 0.2.4-2)
-Description: Lightweight package management system - LEDE/OpenWrt fork
- The opkg package management system handles installation and removal of packages
- on a system. It can recursively follow dependencies and download all packages
- necessary to install a particular package.
- .
- This is the LEDE/OpenWrt fork of opkg, which aims to be more lightweight in its
- own code and its dependencies than the original.
+Description: Lightweight package manager - LEDE/OpenWrt fork
+ ${Common-Description}
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..5572c67
--- /dev/null
+++ b/substvars
@@ -0,0 +1,7 @@
+Common-Description:
+ The opkg package management system handles installation and removal of packages
+ on a system. It can recursively follow dependencies and download all packages
+ necessary to install a particular package.
+ .
+ This is the LEDE/OpenWrt fork of opkg, which aims to be more lightweight in its
+ own code and its dependencies than the original.