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), |
Alexander Afanasyev | dc9b0c4 | 2019-03-08 00:03:44 +0000 | [diff] [blame] | 8 | libndn-cxx-dev (>= 0.6.5) |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 9 | Standards-Version: 3.9.2 |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame^] | 10 | Homepage: https://github.com/named-data/ndncert |
| 11 | Vcs-Browser: https://github.com/named-data/ndncert |
| 12 | Vcs-Git: https://github.com/named-data/ndncert.git |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 13 | |
| 14 | Package: libndncert |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 15 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame^] | 16 | Section: libs |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 17 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 18 | Description: NDN Certificate Management System |
| 19 | The library to support NDNCERT protocol and help |
| 20 | NDN entities to manage certificates. |
| 21 | |
| 22 | Package: libndncert-dev |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame^] | 23 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 24 | Section: libdevel |
Alexander Afanasyev | ec709c4 | 2018-02-23 15:59:13 +0000 | [diff] [blame] | 25 | Depends: libndncert (= ${binary:Version}), ${misc:Depends}, libndn-cxx-dev |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 26 | Description: 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 | |
| 32 | Package: libndncert-dbg |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 33 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame^] | 34 | Section: debug |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 35 | Depends: libndncert (= ${binary:Version}), ${misc:Depends} |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame^] | 36 | Description: NDN Certificate Management System (debugging symbols) |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 37 | The library to support NDNCERT protocol and help |
| 38 | NDN entities to manage certificates. |
| 39 | . |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame^] | 40 | This package contains the debugging symbols for the library. |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 41 | |
| 42 | Package: ndncert |
| 43 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Alexander Afanasyev | ec709c4 | 2018-02-23 15:59:13 +0000 | [diff] [blame] | 44 | Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx, ndnsec |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 45 | Description: NDN Certificate Management System |
| 46 | Tools to support NDNCERT protocol and help |
| 47 | NDN entities do certificate management. |
| 48 | |
| 49 | Package: ndncert-server |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 50 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame^] | 51 | Depends: ${shlibs:Depends}, ${misc:Depends}, ndncert, libndn-cxx, ndnsec, nfd |
Zhiyi Zhang | 4f1cfbc | 2018-01-17 16:38:40 -0800 | [diff] [blame] | 52 | Description: NDN Certificate Management System |
| 53 | Daemon to support NDNCERT protocol and help |
| 54 | NDN entities do certificate management. |