Alexander Afanasyev | 6397d53 | 2014-05-07 19:25:04 -0700 | [diff] [blame^] | 1 | Source: ndn-cxx |
| 2 | Priority: extra |
| 3 | Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu> |
| 4 | Build-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) |
| 12 | Standards-Version: 3.9.2 |
| 13 | Section: libs |
| 14 | Homepage: http://named-data.net/doc/ndn-cxx/ |
| 15 | Vcs-Git: git://github.com/named-data/ndn-cxx.git |
| 16 | Vcs-Browser: http://github.com/named-data/ndn-cxx |
| 17 | |
| 18 | Package: ndn-cxx-dev |
| 19 | Section: libdevel |
| 20 | Architecture: i386 amd64 |
| 21 | Depends: 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}) |
| 28 | Description: Development headers and libraries of NDN C++ library with eXperimental eXtensions |
| 29 | |
| 30 | Package: ndn-cxx |
| 31 | Section: libs |
| 32 | Architecture: i386 amd64 |
| 33 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 34 | Description: NDN C++ library with eXperimental eXtensions and security tools |