blob: be45fec1639d36c74522952a65c10e783f5763c6 [file] [log] [blame]
Alexander Afanasyev469cbcd2014-05-08 01:25:11 -07001Source: nfd
2Priority: extra
3Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
4Build-Depends: debhelper (>= 8.0.0),
5 python (>= 2.7.0),
6 pkg-config (>= 0.26),
Alexander Afanasyev3a902892015-12-30 22:42:20 +00007 ndn-cxx-dev (>= 0.4.0),
Alexander Afanasyev469cbcd2014-05-08 01:25:11 -07008 python-sphinx,
9 libpcap-dev,
10 libboost1.48-all-dev (>= 1.48.0)
11Standards-Version: 3.9.2
12Section: net
13Homepage: http://named-data.net/doc/NFD/
14Vcs-Git: git://github.com/named-data/NFD.git
15Vcs-Browser: http://github.com/named-data/NFD
16
17Package: nfd
18Architecture: i386 amd64
Alexander Afanasyevfe73a302014-09-30 13:02:02 -070019Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx, sudo, procps
Alexander Afanasyev469cbcd2014-05-08 01:25:11 -070020Description: NFD - Named Data Networking Forwarding Daemon
21 NFD is a network forwarder that implements and evolves together with the Named Data
22 Networking (NDN) protocol.
Alexander Afanasyev2c3726b2014-05-26 06:29:36 -070023
24Package: nfd-status-http-server
25Architecture: i386 amd64
Alexander Afanasyev60eca6a2015-03-03 22:30:07 -080026Depends: nfd (= ${binary:Version}), ${misc:Depends}, python2.7-minimal
Alexander Afanasyev2c3726b2014-05-26 06:29:36 -070027Description: NFD HTTP status server
28
29Package: nfd-autoreg
30Architecture: i386 amd64
31Depends: nfd (= ${binary:Version}), ${misc:Depends}
32Description: NFD autoreg server
Alexander Afanasyeva2e423f2014-08-19 15:26:15 -050033
34Package: ndn-autoconfig-server
35Architecture: i386 amd64
36Depends: nfd (= ${binary:Version}), ${misc:Depends}
37Description: NDN autoconfig server
Alexander Afanasyevf4c49e62014-08-20 11:54:20 -070038
Alexander Afanasyev3a902892015-12-30 22:42:20 +000039Package: ndn-autoconfig-client
40Architecture: i386 amd64
41Depends: nfd (= ${binary:Version}), ${misc:Depends}
42Description: NDN autoconfig client
43
Alexander Afanasyevf4c49e62014-08-20 11:54:20 -070044Package: nfd-all
45Architecture: any
Alexander Afanasyev3a902892015-12-30 22:42:20 +000046Depends: ${misc:Depends}, nfd, nfd-status-http-server, nfd-autoreg, ndn-autoconfig-server, ndn-autoconfig-client
Alexander Afanasyevf4c49e62014-08-20 11:54:20 -070047Description: NFD and all related daemons
Alexander Afanasyeve70537f2016-02-27 00:39:40 +000048
49Package: nfd-dbg
50Architecture: any
51Section: debug
52Priority: extra
53Depends:
54 nfd (= ${binary:Version}),
55 ${misc:Depends}
56Description: debugging symbols for nfd