blob: 0dc5f98167086d8b14bc16857ee3d1cd62757383 [file] [log] [blame]
Zhiyi Zhang4f1cfbc2018-01-17 16:38:40 -08001Source: ndncert
2Priority: extra
3Maintainer: Zhiyi Zhang <zhiyi@cs.ucla.edu>
4Build-Depends: debhelper (>= 8.0.0),
5 python (>= 2.7.0),
6 pkg-config (>= 0.26),
7 ndn-cxx-dev (>= 0.6.0)
8Standards-Version: 3.9.2
9Section: net
10Homepage: http://github.com/named-data/ndncert
11Vcs-Git: git://github.com/named-data/ndncert
12Vcs-Browser: http://github.com/named-data/ndncert
13
14Package: libndncert
15Section: libs
16Architecture: i386 amd64 arm64 armel armhf ppc64el
17Depends: ${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
23Section: libdevel
24Depends: libndncert (= ${binary:Version}), ${misc:Depends}, ndn-cxx-dev
25Architecture: i386 amd64 arm64 armel armhf ppc64el
26Description: 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
33Section: debug
34Architecture: i386 amd64 arm64 armel armhf ppc64el
35Priority: extra
36Depends: libndncert (= ${binary:Version}), ${misc:Depends}
37Multi-Arch: foreign
38Description: NDN Certificate Management System
39 The library to support NDNCERT protocol and help
40 NDN entities to manage certificates.
41 .
42 This package contains the debugging symbols for the libraries.
43
44Package: ndncert
45Architecture: i386 amd64 arm64 armel armhf ppc64el
46Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
47Description: NDN Certificate Management System
48 Tools to support NDNCERT protocol and help
49 NDN entities do certificate management.
50
51Package: ndncert-server
52Depends: ${shlibs:Depends}, ${misc:Depends}, ndncert, ndn-cxx, nfd
53Architecture: i386 amd64 arm64 armel armhf ppc64el
54Description: NDN Certificate Management System
55 Daemon to support NDNCERT protocol and help
56 NDN entities do certificate management.