From 3bbdca81a7fca25bac44954de6fd22a7ac3fad84 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 10 Jul 2020 21:06:11 -0400 Subject: Organize binary packages into section "dev" --- diff --git a/changelog b/changelog index c80008e..69508d2 100644 --- a/changelog +++ b/changelog @@ -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 Fri, 10 Jul 2020 21:01:42 -0400 diff --git a/control b/control index afe6c5a..917cc43 100644 --- a/control +++ b/control @@ -1,3 +1,3 @@ Maintainer: "P. J. McDermott" -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} -- cgit v0.9.1