blob: 9d49d09662779308eca3f2b738e1ef8d2be46542 [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
4Maintainer: Junxiao Shi <deb@mail1.yoursunny.com>
5Build-Depends: debhelper (>= 11.0.0),
6 python3 (>= 3.6.0),
7 pkg-config (>= 0.29),
Davide Pesavento981841f2022-04-24 15:31:51 -04008 libboost-all-dev (>= 1.65.1),
Junxiao Shibdc817e2020-08-08 17:16:34 -06009 libndn-cxx-dev (>= 0.7.0),
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 Pesavento981841f2022-04-24 15:31:51 -040026Depends:
27 libboost-dev (>= 1.65.1),
28 libndn-cxx-dev,
Junxiao Shibdc817e2020-08-08 17:16:34 -060029 libndn-nac (= ${binary:Version})
30Description: Development headers and libraries of Named-Based Access Control Library for NDN
31
32Package: libndn-nac-dbg
33Architecture: any
34Section: debug
Junxiao Shibdc817e2020-08-08 17:16:34 -060035Depends:
36 libndn-nac (= ${binary:Version}),
37 ${misc:Depends}
38Description: debugging symbols for libndn-nac