blob: 0d143579686d3ed8319d57b4af3804b3869cbf85 [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),
Alexander Afanasyevd0b9d232016-10-05 05:28:39 +000011 libboost-all-dev (>= 1.53.0)
Alexander Afanasyev6397d532014-05-07 19:25:04 -070012Standards-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),
Alexander Afanasyevd0b9d232016-10-05 05:28:39 +000026 libboost-all-dev (>= 1.53.0),
Alexander Afanasyev6397d532014-05-07 19:25:04 -070027 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