diff options
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | libpkgconf.3-dev.pkg/control | 1 | ||||
-rw-r--r-- | libpkgconf.3.pkg/control | 1 | ||||
-rw-r--r-- | pkgconf-doc.pkg/control | 1 | ||||
-rw-r--r-- | pkgconf.pkg/control | 1 |
6 files changed, 6 insertions, 1 deletions
@@ -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 <patrick.mcdermott@libiquity.com> Mon, 21 Dec 2020 11:21:19 -0500 @@ -1,4 +1,4 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -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} |