blob: b15db0780e356de48e2484e16681617baf8e2656 [file] [log] [blame]
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -08001Source: ndncert
Davide Pesavento44c0a3a2022-04-23 16:41:31 -04002Section: net
3Priority: optional
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -08004Maintainer: Zhiyi Zhang <zhiyi@cs.ucla.edu>
5Build-Depends: debhelper (>= 8.0.0),
Davide Pesavento97e35aa2022-04-23 15:45:26 -04006 python3 (>= 3.6.0),
Davide Pesavento981841f2022-04-24 15:31:51 -04007 pkg-config (>= 0.29),
8 libboost-all-dev (>= 1.65.1),
Alex Afanasyev9f3a6672023-11-17 19:49:04 +00009 libndn-cxx-dev (>= 0.8.1),
Davide Pesaventobdade912022-04-23 17:21:08 -040010 libsqlite3-dev (>= 3.22.0),
11 libssl-dev (>= 1.1.1)
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080012Standards-Version: 3.9.2
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040013Homepage: https://github.com/named-data/ndncert
14Vcs-Browser: https://github.com/named-data/ndncert
15Vcs-Git: https://github.com/named-data/ndncert.git
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080016
17Package: libndncert
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080018Architecture: i386 amd64 arm64 armel armhf ppc64el
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040019Section: libs
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080020Depends: ${shlibs:Depends}, ${misc:Depends}
21Description: NDN Certificate Management System
22 The library to support NDNCERT protocol and help
23 NDN entities to manage certificates.
24
25Package: libndncert-dev
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040026Architecture: i386 amd64 arm64 armel armhf ppc64el
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080027Section: libdevel
Davide Pesaventobdade912022-04-23 17:21:08 -040028Depends: libndncert (= ${binary:Version}), ${misc:Depends},
Davide Pesavento981841f2022-04-24 15:31:51 -040029 libboost-dev (>= 1.65.1),
30 libboost-filesystem-dev (>= 1.65.1),
Davide Pesaventoc70a1952022-04-24 21:46:42 -040031 libndn-cxx-dev (>= 0.8.0),
Davide Pesaventobdade912022-04-23 17:21:08 -040032 libsqlite3-dev (>= 3.22.0),
33 libssl-dev (>= 1.1.1)
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080034Description: NDN Certificate Management System
35 The library to support NDNCERT protocol and help
36 NDN entities to manage certificates.
37 .
38 This package contains the development files (headers and libraries)
39
40Package: libndncert-dbg
Davide Pesaventoc70a1952022-04-24 21:46:42 -040041Architecture: any
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040042Section: debug
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080043Depends: libndncert (= ${binary:Version}), ${misc:Depends}
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040044Description: NDN Certificate Management System (debugging symbols)
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080045 The library to support NDNCERT protocol and help
46 NDN entities to manage certificates.
47 .
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040048 This package contains the debugging symbols for the library.
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080049
50Package: ndncert
51Architecture: i386 amd64 arm64 armel armhf ppc64el
Davide Pesaventod26dd882022-04-24 15:51:52 -040052Depends: ${shlibs:Depends}, ${misc:Depends}
53Recommends: ndnsec
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080054Description: NDN Certificate Management System
55 Tools to support NDNCERT protocol and help
56 NDN entities do certificate management.
57
58Package: ndncert-server
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080059Architecture: i386 amd64 arm64 armel armhf ppc64el
Davide Pesaventod26dd882022-04-24 15:51:52 -040060Depends: ${shlibs:Depends}, ${misc:Depends}
61Recommends: ndnsec
62Suggests: nfd
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080063Description: NDN Certificate Management System
64 Daemon to support NDNCERT protocol and help
65 NDN entities do certificate management.