diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-10 21:06:11 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-10 21:06:11 (EDT) |
commit | 3bbdca81a7fca25bac44954de6fd22a7ac3fad84 (patch) | |
tree | b546a394e224d21237a96f50a0deb9decfa66b4b | |
parent | 86c929d5f4ff4c34d5c85d3b7d7cedb006c25cf6 (diff) |
Organize binary packages into section "dev"
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | opkhelper-3.0-doc.pkg/control | 1 | ||||
-rw-r--r-- | opkhelper-3.0.pkg/control | 1 |
4 files changed, 5 insertions, 1 deletions
@@ -2,6 +2,8 @@ opkhelper-3.0 (3.1.3-1) trunk * New upstream version. - opkhelper-3.0: Drop libc-bin dependency. + * Organize binary packages into section "dev". + - Add opkbuild 4.2.0 to build dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 10 Jul 2020 21:01:42 -0400 @@ -1,3 +1,3 @@ Maintainer: "P. J. McDermott" <pj@pehjota.net> -Build-Depends: opkhelper-3.0 +Build-Depends: opkbuild (>= 4.2.0), opkhelper-3.0 Homepage: http://www.proteanos.com/dev/opkhelper/ diff --git a/opkhelper-3.0-doc.pkg/control b/opkhelper-3.0-doc.pkg/control index 6e61c3b..b6326a3 100644 --- a/opkhelper-3.0-doc.pkg/control +++ b/opkhelper-3.0-doc.pkg/control @@ -1,5 +1,6 @@ Architecture: all Platform: all +Section: dev Depends: opkhelper-3.0 (= ${Binary-Version}) Description: Helper programs for building distribution packages - documentation ${Common-Description} diff --git a/opkhelper-3.0.pkg/control b/opkhelper-3.0.pkg/control index 75ef0e8..a729302 100644 --- a/opkhelper-3.0.pkg/control +++ b/opkhelper-3.0.pkg/control @@ -1,5 +1,6 @@ Architecture: all Platform: all +Section: dev Depends: file Description: Helper programs for building distribution packages ${Common-Description} |