Junxiao Shi | bdc817e | 2020-08-08 17:16:34 -0600 | [diff] [blame] | 1 | Source: name-based-access-control |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame^] | 2 | Section: libs |
Junxiao Shi | bdc817e | 2020-08-08 17:16:34 -0600 | [diff] [blame] | 3 | Priority: optional |
| 4 | Maintainer: Junxiao Shi <deb@mail1.yoursunny.com> |
| 5 | Build-Depends: debhelper (>= 11.0.0), |
| 6 | python3 (>= 3.6.0), |
| 7 | pkg-config (>= 0.29), |
Junxiao Shi | bdc817e | 2020-08-08 17:16:34 -0600 | [diff] [blame] | 8 | libboost-all-dev (>= 1.65.0), |
| 9 | libndn-cxx-dev (>= 0.7.0), |
Davide Pesavento | 97e35aa | 2022-04-23 15:45:26 -0400 | [diff] [blame] | 10 | python3-sphinx (>= 1.6.0), |
Junxiao Shi | bdc817e | 2020-08-08 17:16:34 -0600 | [diff] [blame] | 11 | git |
| 12 | Standards-Version: 4.1.2 |
Junxiao Shi | bdc817e | 2020-08-08 17:16:34 -0600 | [diff] [blame] | 13 | Homepage: https://github.com/named-data/name-based-access-control |
Junxiao Shi | bdc817e | 2020-08-08 17:16:34 -0600 | [diff] [blame] | 14 | Vcs-Browser: https://github.com/named-data/name-based-access-control |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame^] | 15 | Vcs-Git: https://github.com/named-data/name-based-access-control.git |
Junxiao Shi | bdc817e | 2020-08-08 17:16:34 -0600 | [diff] [blame] | 16 | |
| 17 | Package: libndn-nac |
Junxiao Shi | bdc817e | 2020-08-08 17:16:34 -0600 | [diff] [blame] | 18 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame^] | 19 | Section: libs |
Junxiao Shi | bdc817e | 2020-08-08 17:16:34 -0600 | [diff] [blame] | 20 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 21 | Description: Named-Based Access Control Library for NDN |
| 22 | |
| 23 | Package: libndn-nac-dev |
Junxiao Shi | bdc817e | 2020-08-08 17:16:34 -0600 | [diff] [blame] | 24 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame^] | 25 | Section: libdevel |
Junxiao Shi | bdc817e | 2020-08-08 17:16:34 -0600 | [diff] [blame] | 26 | Depends: libndn-cxx-dev, |
| 27 | libndn-nac (= ${binary:Version}) |
| 28 | Description: Development headers and libraries of Named-Based Access Control Library for NDN |
| 29 | |
| 30 | Package: libndn-nac-dbg |
| 31 | Architecture: any |
| 32 | Section: debug |
Junxiao Shi | bdc817e | 2020-08-08 17:16:34 -0600 | [diff] [blame] | 33 | Depends: |
| 34 | libndn-nac (= ${binary:Version}), |
| 35 | ${misc:Depends} |
| 36 | Description: debugging symbols for libndn-nac |