diff options
-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} |