diff options
author | Patrick 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) |
commit | 5c92f929c2a43ccb892d3da7f898502dff5656fe (patch) | |
tree | 4ebbd076a8b7f1ec3840605219d527a8c8c38c26 | |
parent | d6b20fd814303e9f0fee4cbb33bb61e99dc27b1d (diff) |
Organize packages into sections
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | curl-doc.pkg/control | 1 | ||||
-rw-r--r-- | curl.pkg/control | 1 | ||||
-rw-r--r-- | libcurl.4-dev.pkg/control | 1 | ||||
-rw-r--r-- | libcurl.4.pkg/control | 1 |
6 files changed, 6 insertions, 1 deletions
@@ -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 @@ -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} |