diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-19 21:19:24 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-19 21:23:28 (EST) |
commit | c938a0fef5617ae26c72d6f003e4f34f50df5388 (patch) | |
tree | 7a7f9846d68358ab457ab7443cf93fcf3cfa6413 | |
parent | 200406f4515a365cf8609704af33b97b6bb3deac (diff) |
Organize packages into section "share"
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | pciids-common.pkg/control | 1 | ||||
-rw-r--r-- | pciids-full.pkg/control | 1 | ||||
-rw-r--r-- | pciids-reduced.pkg/control | 1 |
5 files changed, 5 insertions, 1 deletions
@@ -2,6 +2,7 @@ pciids (2020.12.13-1) trunk * New upstream version. * Source file is now downloaded over HTTPS. + * Organize packages into section "share". -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 19 Dec 2020 21:16:47 -0500 @@ -1,3 +1,3 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: busybox (>= 1.32.0-1) +Build-Depends: busybox (>= 1.32.0-1), opkbuild (>= 4.2.0) Homepage: https://pci-ids.ucw.cz/ diff --git a/pciids-common.pkg/control b/pciids-common.pkg/control index 06c9ba4..ad1ff56 100644 --- a/pciids-common.pkg/control +++ b/pciids-common.pkg/control @@ -1,5 +1,6 @@ Architecture: all Platform: all +Section: share Description: PCI IDs repository - common files ${Common-Description} . diff --git a/pciids-full.pkg/control b/pciids-full.pkg/control index 6cef661..e344276 100644 --- a/pciids-full.pkg/control +++ b/pciids-full.pkg/control @@ -1,5 +1,6 @@ Architecture: all Platform: all +Section: share Depends: pciids-common (= ${Binary-Version}) Provides: pciids Description: PCI IDs repository - full version diff --git a/pciids-reduced.pkg/control b/pciids-reduced.pkg/control index 478e78b..40a0c09 100644 --- a/pciids-reduced.pkg/control +++ b/pciids-reduced.pkg/control @@ -1,5 +1,6 @@ Architecture: all Platform: all +Section: share Depends: pciids-common (= ${Binary-Version}) Provides: pciids Description: PCI IDs repository - reduced version |