diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-10 21:02:15 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-10 21:05:09 (EDT) |
commit | 86c929d5f4ff4c34d5c85d3b7d7cedb006c25cf6 (patch) | |
tree | eb85f3494821c26589d68ecae115857932f8f1b5 | |
parent | e5a46e0a7fb242a68579dab90017ccb4fd23f571 (diff) |
changelog: New upstream version
-rw-r--r-- | changelog | 7 | ||||
-rw-r--r-- | opkhelper-3.0.pkg/control | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +opkhelper-3.0 (3.1.3-1) trunk + + * New upstream version. + - opkhelper-3.0: Drop libc-bin dependency. + + -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 10 Jul 2020 21:01:42 -0400 + opkhelper-3.0 (3.1.2-2) trunk * opkhelper-3.0: Depend on libc-bin for glibc's ldconfig (other C library diff --git a/opkhelper-3.0.pkg/control b/opkhelper-3.0.pkg/control index 53a3c94..75ef0e8 100644 --- a/opkhelper-3.0.pkg/control +++ b/opkhelper-3.0.pkg/control @@ -1,5 +1,5 @@ Architecture: all Platform: all -Depends: file, libc-bin +Depends: file Description: Helper programs for building distribution packages ${Common-Description} |