diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-02 18:45:13 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-02 18:45:13 (EST) |
commit | ce13d41aaeac746f194679019397920df2954284 (patch) | |
tree | 218782ae728b4031d06858652d8c853a3fb7a4be | |
parent | 32f3b6bef92353607284a624ccf957594291e4d5 (diff) |
opkhelper-3.0: Depends: libopkbuild.2
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | opkhelper-3.0.pkg/control | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ opkhelper-3.0 (3.1.4-1) trunk * New upstream version. + - opkhelper-3.0: Add libopkbuild.2 dependency. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 02 Jan 2021 18:44:08 -0500 diff --git a/opkhelper-3.0.pkg/control b/opkhelper-3.0.pkg/control index a729302..9ef8f35 100644 --- a/opkhelper-3.0.pkg/control +++ b/opkhelper-3.0.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all Section: dev -Depends: file +Depends: libopkbuild.2, file Description: Helper programs for building distribution packages ${Common-Description} |