blob: 39c4e1043bf252309658ada1d73eeb8197e3c98e [file] [log] [blame]
Alexander Afanasyev6397d532014-05-07 19:25:04 -07001Source: ndn-cxx
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),
7 libssl-dev (>=1.0.1),
8 libsqlite3-dev (>= 3.7.9),
9 libcrypto++-dev (>= 5.6.1),
10 python-sphinx (>= 1.1.3),
11 libboost-all-dev (>= 1.48.0)
12Standards-Version: 3.9.2
13Section: libs
14Homepage: http://named-data.net/doc/ndn-cxx/
15Vcs-Git: git://github.com/named-data/ndn-cxx.git
16Vcs-Browser: http://github.com/named-data/ndn-cxx
17
18Package: ndn-cxx-dev
19Section: libdevel
20Architecture: i386 amd64
21Depends: python (>= 2.7.0),
22 pkg-config (>= 0.26),
23 libssl-dev (>=1.0.1),
24 libsqlite3-dev (>= 3.7.9),
25 libcrypto++-dev (>= 5.6.1),
26 libboost-all-dev (>= 1.48.0),
27 ndn-cxx (= ${binary:Version})
28Description: Development headers and libraries of NDN C++ library with eXperimental eXtensions
29
30Package: ndn-cxx
31Section: libs
32Architecture: i386 amd64
33Depends: ${shlibs:Depends}, ${misc:Depends}
34Description: NDN C++ library with eXperimental eXtensions and security tools
Alexander Afanasyev3cc93ff2015-03-03 22:34:50 -080035Conflicts: ndn.cxx-security-tools
Alexander Afanasyev71bdae72016-02-27 01:59:19 +000036
37Package: ndn-cxx-dbg
38Architecture: any
39Section: debug
40Priority: extra
41Depends:
42 ndn-cxx (= ${binary:Version}),
43 ${misc:Depends}
44Description: debugging symbols for ndn-cxx