summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-21 12:50:39 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-21 12:50:39 (EST)
commit8a76dd43546027ed7870b7abe623f50e28472822 (patch)
tree15f8849c85dd5d8d7a4c2659bd98b0bedc343c0a
parentf3b52520da1570fcf085cdf55fdc1141dce61b6c (diff)
Organize packages into sections
-rw-r--r--changelog1
-rw-r--r--control2
-rw-r--r--libpkgconf.3-dev.pkg/control1
-rw-r--r--libpkgconf.3.pkg/control1
-rw-r--r--pkgconf-doc.pkg/control1
-rw-r--r--pkgconf.pkg/control1
6 files changed, 6 insertions, 1 deletions
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 <patrick.mcdermott@libiquity.com> 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 <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}