From 8a76dd43546027ed7870b7abe623f50e28472822 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 21 Dec 2020 12:50:39 -0500 Subject: Organize packages into sections --- diff --git a/changelog b/changelog index 54993bd..842f62c 100644 --- a/changelog +++ b/changelog @@ -6,6 +6,7 @@ pkgconf.3 (1.7.3-1) trunk * Source package renamed to pkgconf.3. * pkgconf: Fix self-dependency. * Use automatic shared library dependencies. + * Organize packages into sections. -- Patrick McDermott Mon, 21 Dec 2020 11:21:19 -0500 diff --git a/control b/control index 0d3aa6a..af4cf5f 100644 --- a/control +++ b/control @@ -1,4 +1,4 @@ Maintainer: Patrick McDermott -Build-Depends: opkbuild (>= 4.0.0), busybox (>= 1.32.0-1), +Build-Depends: opkbuild (>= 4.2.0), busybox (>= 1.32.0-1), opkhelper-3.0 (>= 3.1.3) Homepage: http://pkgconf.org/ diff --git a/libpkgconf.3-dev.pkg/control b/libpkgconf.3-dev.pkg/control index b992c1b..9f644e9 100644 --- a/libpkgconf.3-dev.pkg/control +++ b/libpkgconf.3-dev.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all +Section: libdev Depends: libpkgconf.3 (= ${Binary-Version}) Description: Compiler and linker configuration library - development files ${Common-Description} diff --git a/libpkgconf.3.pkg/control b/libpkgconf.3.pkg/control index 57bacd0..0b311f1 100644 --- a/libpkgconf.3.pkg/control +++ b/libpkgconf.3.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all +Section: lib Depends: ${Shlib-Depends} Description: Compiler and linker configuration library - development files ${Common-Description} diff --git a/pkgconf-doc.pkg/control b/pkgconf-doc.pkg/control index 9f4948c..8afe89d 100644 --- a/pkgconf-doc.pkg/control +++ b/pkgconf-doc.pkg/control @@ -1,5 +1,6 @@ Architecture: all Platform: all +Section: dev Depends: pkgconf (>= ${Source-Version}) Description: Compiler and linker configuration utility - documentation ${Common-Description} diff --git a/pkgconf.pkg/control b/pkgconf.pkg/control index 151ba39..48f22b0 100644 --- a/pkgconf.pkg/control +++ b/pkgconf.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all +Section: dev Depends: ${Shlib-Depends} Description: Compiler and linker configuration utility ${Common-Description} -- cgit v0.9.1