blob: 74ab26416d9ab8ef0d8871f0ca66be4f58aa4842 [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),
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -08007 pkg-config (>= 0.26),
Alexander Afanasyevdc9b0c42019-03-08 00:03:44 +00008 libndn-cxx-dev (>= 0.6.5)
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -08009Standards-Version: 3.9.2
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040010Homepage: https://github.com/named-data/ndncert
11Vcs-Browser: https://github.com/named-data/ndncert
12Vcs-Git: https://github.com/named-data/ndncert.git
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080013
14Package: libndncert
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080015Architecture: i386 amd64 arm64 armel armhf ppc64el
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040016Section: libs
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080017Depends: ${shlibs:Depends}, ${misc:Depends}
18Description: NDN Certificate Management System
19 The library to support NDNCERT protocol and help
20 NDN entities to manage certificates.
21
22Package: libndncert-dev
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040023Architecture: i386 amd64 arm64 armel armhf ppc64el
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080024Section: libdevel
Alexander Afanasyevec709c42018-02-23 15:59:13 +000025Depends: libndncert (= ${binary:Version}), ${misc:Depends}, libndn-cxx-dev
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080026Description: NDN Certificate Management System
27 The library to support NDNCERT protocol and help
28 NDN entities to manage certificates.
29 .
30 This package contains the development files (headers and libraries)
31
32Package: libndncert-dbg
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080033Architecture: i386 amd64 arm64 armel armhf ppc64el
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040034Section: debug
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080035Depends: libndncert (= ${binary:Version}), ${misc:Depends}
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040036Description: NDN Certificate Management System (debugging symbols)
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080037 The library to support NDNCERT protocol and help
38 NDN entities to manage certificates.
39 .
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040040 This package contains the debugging symbols for the library.
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080041
42Package: ndncert
43Architecture: i386 amd64 arm64 armel armhf ppc64el
Alexander Afanasyevec709c42018-02-23 15:59:13 +000044Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx, ndnsec
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080045Description: NDN Certificate Management System
46 Tools to support NDNCERT protocol and help
47 NDN entities do certificate management.
48
49Package: ndncert-server
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080050Architecture: i386 amd64 arm64 armel armhf ppc64el
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040051Depends: ${shlibs:Depends}, ${misc:Depends}, ndncert, libndn-cxx, ndnsec, nfd
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -080052Description: NDN Certificate Management System
53 Daemon to support NDNCERT protocol and help
54 NDN entities do certificate management.