summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-07-10 18:53:49 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-07-10 18:53:49 (EDT)
commitd23643d05962abc42b413abc4c16fd5275114c02 (patch)
treeda1262743fa6bf72088ad052294cd81fce987d43
parent8cb2805f184e6c92f8a5759ac99a868e36143ba6 (diff)
Organize binary packages into section "dev"
-rw-r--r--changelog2
-rw-r--r--control2
-rw-r--r--libopkbuild.2.pkg/control1
-rw-r--r--opkbuild-doc.pkg/control1
-rw-r--r--opkbuild.pkg/control1
5 files changed, 6 insertions, 1 deletions
diff --git a/changelog b/changelog
index 8268934..9f0c528 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,8 @@ opkbuild (4.2.0-1) trunk
* New upstream version.
- Drop patch from upstream.
+ * Organize binary packages into section "dev".
+ - Bump build dependency on opkbuild to version 4.2.0.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 10 Jul 2020 18:48:40 -0400
diff --git a/control b/control
index d1b2ef3..83329e5 100644
--- a/control
+++ b/control
@@ -1,2 +1,2 @@
Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>
-Build-Depends: opkbuild (>= 4.1.4), opkhelper-3.0
+Build-Depends: opkbuild (>= 4.2.0), opkhelper-3.0
diff --git a/libopkbuild.2.pkg/control b/libopkbuild.2.pkg/control
index 3766846..43710c0 100644
--- a/libopkbuild.2.pkg/control
+++ b/libopkbuild.2.pkg/control
@@ -1,5 +1,6 @@
Architecture: all
Platform: all
+Section: dev
Replaces: libopkbuild.1
Description: OPK build system - library
${Common-Description}
diff --git a/opkbuild-doc.pkg/control b/opkbuild-doc.pkg/control
index cb1464a..6f43774 100644
--- a/opkbuild-doc.pkg/control
+++ b/opkbuild-doc.pkg/control
@@ -1,5 +1,6 @@
Architecture: all
Platform: all
+Section: dev
Description: OPK build system - documentation
${Common-Description}
.
diff --git a/opkbuild.pkg/control b/opkbuild.pkg/control
index fab3c77..174e966 100644
--- a/opkbuild.pkg/control
+++ b/opkbuild.pkg/control
@@ -1,5 +1,6 @@
Architecture: all
Platform: all
+Section: dev
Depends: libopkbuild.2 (>= ${Binary-Version})
Description: OPK build system
${Common-Description}