diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-09 12:17:37 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-09 12:17:37 (EDT) |
commit | 2702d748e6967fbf4e9e68da0f635241612d3a20 (patch) | |
tree | 1a914af9a6e3edde5d408ee2594f9a59bbe2650f | |
parent | 4801266e0ad0986f15c7ae7289da724852a9dc62 (diff) |
libopkg.1-dbg: Rename to opkg-dbg.
It also provides debugging symbols for /usr/bin/opkg (at least for now).
-rw-r--r-- | libopkg.1-dbg.pkg/control | 7 | ||||
-rw-r--r-- | opkg-dbg.pkg/control | 7 | ||||
-rw-r--r-- | opkg-dbg.pkg/files (renamed from libopkg.1-dbg.pkg/files) | 0 |
3 files changed, 7 insertions, 7 deletions
diff --git a/libopkg.1-dbg.pkg/control b/libopkg.1-dbg.pkg/control deleted file mode 100644 index d8313df..0000000 --- a/libopkg.1-dbg.pkg/control +++ /dev/null @@ -1,7 +0,0 @@ -Architecture: any -Platform: all -Depends: libopkg.1 (= ${Binary-Version}) -Description: Open PacKaGe Management - library debugging symbols - ${Common-Description} - . - This package provides debugging symbols for the opkg library. diff --git a/opkg-dbg.pkg/control b/opkg-dbg.pkg/control new file mode 100644 index 0000000..4bb1962 --- /dev/null +++ b/opkg-dbg.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: libopkg.1 (= ${Binary-Version}), opkg (= ${Binary-Version}) +Description: Open PacKaGe Management - debugging symbols + ${Common-Description} + . + This package provides debugging symbols for the opkg library and utility. diff --git a/libopkg.1-dbg.pkg/files b/opkg-dbg.pkg/files index 1acc2ff..1acc2ff 100644 --- a/libopkg.1-dbg.pkg/files +++ b/opkg-dbg.pkg/files |