summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-27 10:39:58 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-27 10:39:58 (EST)
commit5c92f929c2a43ccb892d3da7f898502dff5656fe (patch)
tree4ebbd076a8b7f1ec3840605219d527a8c8c38c26
parentd6b20fd814303e9f0fee4cbb33bb61e99dc27b1d (diff)
Organize packages into sections
-rw-r--r--changelog1
-rw-r--r--control2
-rw-r--r--curl-doc.pkg/control1
-rw-r--r--curl.pkg/control1
-rw-r--r--libcurl.4-dev.pkg/control1
-rw-r--r--libcurl.4.pkg/control1
6 files changed, 6 insertions, 1 deletions
diff --git a/changelog b/changelog
index 94c3cc1..c1dc889 100644
--- a/changelog
+++ b/changelog
@@ -3,6 +3,7 @@ curl (7.74.0-1) trunk
* New upstream version.
* Update maintainer and homepage.
* libcurl.4-dev: Remove static library.
+ * Organize packages into sections.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 26 Dec 2020 21:01:49 -0500
diff --git a/control b/control
index 88497d0..3139de3 100644
--- a/control
+++ b/control
@@ -1,5 +1,5 @@
Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>
-Build-Depends: opkbuild (>= 4.0.0), opkhelper-3.0, busybox (>= 1.32.0-1),
+Build-Depends: opkbuild (>= 4.2.0), opkhelper-3.0, busybox (>= 1.32.0-1),
gpg, dirmngr, gpgconf, gpg-agent,
libz.1-dev,
libwolfssl.24-dev, nss-certdata-server-auth,
diff --git a/curl-doc.pkg/control b/curl-doc.pkg/control
index 4be06f5..ee1075c 100644
--- a/curl-doc.pkg/control
+++ b/curl-doc.pkg/control
@@ -1,5 +1,6 @@
Architecture: all
Platform: all
+Section: doc
Depends: libcurl.4 (>= ${Source-Version})
Description: Documentation for the curl command line tool and library
curl is a command line tool and library for transferring data with URL syntax,
diff --git a/curl.pkg/control b/curl.pkg/control
index 9fac49c..82303b1 100644
--- a/curl.pkg/control
+++ b/curl.pkg/control
@@ -1,5 +1,6 @@
Architecture: any
Platform: all
+Section: util
Depends: libcurl.4 (= ${Binary-Version}), libz.1
Description: Command line tool for transferring data with URL syntax
curl is a command line tool for transferring data with URL syntax, supporting
diff --git a/libcurl.4-dev.pkg/control b/libcurl.4-dev.pkg/control
index 161bbea..8058936 100644
--- a/libcurl.4-dev.pkg/control
+++ b/libcurl.4-dev.pkg/control
@@ -1,5 +1,6 @@
Architecture: any
Platform: all
+Section: libdev
Depends: libcurl.4 (= ${Binary-Version})
Description: Multiprotocol file transfer library - development files
${Libcurl-Description}
diff --git a/libcurl.4.pkg/control b/libcurl.4.pkg/control
index c5a8e22..9a1183e 100644
--- a/libcurl.4.pkg/control
+++ b/libcurl.4.pkg/control
@@ -1,5 +1,6 @@
Architecture: any
Platform: all
+Section: lib
Depends: libz.1
Description: Multiprotocol file transfer library
${Libcurl-Description}