Junxiao Shi | bdc817e | 2020-08-08 17:16:34 -0600 | [diff] [blame] | 1 | Source: name-based-access-control |
| 2 | Priority: optional |
| 3 | Maintainer: Junxiao Shi <deb@mail1.yoursunny.com> |
| 4 | Build-Depends: debhelper (>= 11.0.0), |
| 5 | python3 (>= 3.6.0), |
| 6 | pkg-config (>= 0.29), |
| 7 | python3-sphinx (>= 1.6.7), |
| 8 | libboost-all-dev (>= 1.65.0), |
| 9 | libndn-cxx-dev (>= 0.7.0), |
| 10 | git |
| 11 | Standards-Version: 4.1.2 |
| 12 | Section: libs |
| 13 | Homepage: https://github.com/named-data/name-based-access-control |
| 14 | Vcs-Git: git://github.com/named-data/name-based-access-control.git |
| 15 | Vcs-Browser: https://github.com/named-data/name-based-access-control |
| 16 | |
| 17 | Package: libndn-nac |
| 18 | Section: libs |
| 19 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
| 20 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 21 | Description: Named-Based Access Control Library for NDN |
| 22 | |
| 23 | Package: libndn-nac-dev |
| 24 | Section: libdevel |
| 25 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
| 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 |
| 33 | Priority: extra |
| 34 | Depends: |
| 35 | libndn-nac (= ${binary:Version}), |
| 36 | ${misc:Depends} |
| 37 | Description: debugging symbols for libndn-nac |