Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 1 | Source: ndncert |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame] | 2 | Section: net |
| 3 | Priority: optional |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 4 | Maintainer: Zhiyi Zhang <zhiyi@cs.ucla.edu> |
| 5 | Build-Depends: debhelper (>= 8.0.0), |
Davide Pesavento | 97e35aa | 2022-04-23 15:45:26 -0400 | [diff] [blame] | 6 | python3 (>= 3.6.0), |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 7 | pkg-config (>= 0.26), |
Davide Pesavento | bdade91 | 2022-04-23 17:21:08 -0400 | [diff] [blame^] | 8 | libndn-cxx-dev (>= 0.6.5), |
| 9 | libsqlite3-dev (>= 3.22.0), |
| 10 | libssl-dev (>= 1.1.1) |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 11 | Standards-Version: 3.9.2 |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame] | 12 | Homepage: https://github.com/named-data/ndncert |
| 13 | Vcs-Browser: https://github.com/named-data/ndncert |
| 14 | Vcs-Git: https://github.com/named-data/ndncert.git |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 15 | |
| 16 | Package: libndncert |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 17 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame] | 18 | Section: libs |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 19 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 20 | Description: NDN Certificate Management System |
| 21 | The library to support NDNCERT protocol and help |
| 22 | NDN entities to manage certificates. |
| 23 | |
| 24 | Package: libndncert-dev |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame] | 25 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 26 | Section: libdevel |
Davide Pesavento | bdade91 | 2022-04-23 17:21:08 -0400 | [diff] [blame^] | 27 | Depends: libndncert (= ${binary:Version}), ${misc:Depends}, |
| 28 | libndn-cxx-dev, |
| 29 | libsqlite3-dev (>= 3.22.0), |
| 30 | libssl-dev (>= 1.1.1) |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 31 | Description: NDN Certificate Management System |
| 32 | The library to support NDNCERT protocol and help |
| 33 | NDN entities to manage certificates. |
| 34 | . |
| 35 | This package contains the development files (headers and libraries) |
| 36 | |
| 37 | Package: libndncert-dbg |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 38 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame] | 39 | Section: debug |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 40 | Depends: libndncert (= ${binary:Version}), ${misc:Depends} |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame] | 41 | Description: NDN Certificate Management System (debugging symbols) |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 42 | The library to support NDNCERT protocol and help |
| 43 | NDN entities to manage certificates. |
| 44 | . |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame] | 45 | This package contains the debugging symbols for the library. |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 46 | |
| 47 | Package: ndncert |
| 48 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Alexander Afanasyev | ec709c4 | 2018-02-23 15:59:13 +0000 | [diff] [blame] | 49 | Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx, ndnsec |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 50 | Description: NDN Certificate Management System |
| 51 | Tools to support NDNCERT protocol and help |
| 52 | NDN entities do certificate management. |
| 53 | |
| 54 | Package: ndncert-server |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 55 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame] | 56 | Depends: ${shlibs:Depends}, ${misc:Depends}, ndncert, libndn-cxx, ndnsec, nfd |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 57 | Description: NDN Certificate Management System |
| 58 | Daemon to support NDNCERT protocol and help |
| 59 | NDN entities do certificate management. |