From 5c92f929c2a43ccb892d3da7f898502dff5656fe Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 27 Dec 2020 10:39:58 -0500 Subject: Organize packages into sections --- 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 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 -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} -- cgit v0.9.1