blob: ffaeecfbdab27da8dcaa24e35968645e40a2f579 [file] [log] [blame]
Junxiao Shibdc817e2020-08-08 17:16:34 -06001Source: name-based-access-control
Davide Pesavento44c0a3a2022-04-23 16:41:31 -04002Section: libs
Junxiao Shibdc817e2020-08-08 17:16:34 -06003Priority: optional
Davide Pesaventoe52c5c92024-07-15 20:36:01 -04004Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
Junxiao Shibdc817e2020-08-08 17:16:34 -06005Build-Depends: debhelper (>= 11.0.0),
Davide Pesaventoeb6bd742024-07-15 20:25:26 -04006 python3 (>= 3.8),
Junxiao Shibdc817e2020-08-08 17:16:34 -06007 pkg-config (>= 0.29),
Davide Pesavento6a276102024-07-15 21:04:03 -04008 libboost-all-dev (>= 1.71.0),
Alex Afanasyev9f3a6672023-11-17 19:49:04 +00009 libndn-cxx-dev (>= 0.8.1),
Davide Pesavento97e35aa2022-04-23 15:45:26 -040010 python3-sphinx (>= 1.6.0),
Junxiao Shibdc817e2020-08-08 17:16:34 -060011 git
12Standards-Version: 4.1.2
Junxiao Shibdc817e2020-08-08 17:16:34 -060013Homepage: https://github.com/named-data/name-based-access-control
Junxiao Shibdc817e2020-08-08 17:16:34 -060014Vcs-Browser: https://github.com/named-data/name-based-access-control
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040015Vcs-Git: https://github.com/named-data/name-based-access-control.git
Junxiao Shibdc817e2020-08-08 17:16:34 -060016
17Package: libndn-nac
Junxiao Shibdc817e2020-08-08 17:16:34 -060018Architecture: i386 amd64 arm64 armel armhf ppc64el
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040019Section: libs
Junxiao Shibdc817e2020-08-08 17:16:34 -060020Depends: ${shlibs:Depends}, ${misc:Depends}
21Description: Named-Based Access Control Library for NDN
22
23Package: libndn-nac-dev
Junxiao Shibdc817e2020-08-08 17:16:34 -060024Architecture: i386 amd64 arm64 armel armhf ppc64el
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040025Section: libdevel
Davide Pesaventoc70a1952022-04-24 21:46:42 -040026Depends: libndn-nac (= ${binary:Version}), ${misc:Depends},
Davide Pesavento6a276102024-07-15 21:04:03 -040027 libboost-dev (>= 1.71.0),
Davide Pesaventoc70a1952022-04-24 21:46:42 -040028 libndn-cxx-dev (>= 0.8.0)
Junxiao Shibdc817e2020-08-08 17:16:34 -060029Description: Development headers and libraries of Named-Based Access Control Library for NDN
30
31Package: libndn-nac-dbg
32Architecture: any
33Section: debug
Davide Pesaventoc70a1952022-04-24 21:46:42 -040034Depends: libndn-nac (= ${binary:Version}), ${misc:Depends}
Junxiao Shibdc817e2020-08-08 17:16:34 -060035Description: debugging symbols for libndn-nac