Ashlesh Gawande | 64ad730 | 2019-01-14 19:07:51 -0600 | [diff] [blame] | 1 | Source: libpsync |
| 2 | Priority: optional |
| 3 | Maintainer: Ashlesh Gawande <agawande@memphis.edu> |
| 4 | Build-Depends: debhelper (>= 8.0.0), |
| 5 | python (>= 2.7.0), |
| 6 | pkg-config (>= 0.26), |
| 7 | python-sphinx (>= 1.1.3), |
| 8 | libboost-all-dev (>= 1.53.0), |
Alexander Afanasyev | 596a0a4 | 2019-03-07 22:23:49 +0000 | [diff] [blame] | 9 | libndn-cxx-dev (>= 0.6.5), |
Ashlesh Gawande | 64ad730 | 2019-01-14 19:07:51 -0600 | [diff] [blame] | 10 | git |
| 11 | Standards-Version: 4.1.2 |
| 12 | Section: libs |
| 13 | Homepage: https://named-data.net/doc/PSync/ |
| 14 | Vcs-Git: git://github.com/named-data/PSync.git |
| 15 | Vcs-Browser: https://github.com/named-data/PSync |
| 16 | |
| 17 | Package: libpsync |
| 18 | Section: libs |
| 19 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
| 20 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 21 | Description: Partial and Full Name Synchronization Library for NDN |
| 22 | |
| 23 | Package: libpsync-dev |
| 24 | Section: libdevel |
| 25 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Alexander Afanasyev | 596a0a4 | 2019-03-07 22:23:49 +0000 | [diff] [blame] | 26 | Depends: libndn-cxx-dev (>= 0.6.5), |
Ashlesh Gawande | 64ad730 | 2019-01-14 19:07:51 -0600 | [diff] [blame] | 27 | libpsync (= ${binary:Version}) |
| 28 | Description: Development headers and libraries of Partial and Full Name Synchronization Library for NDN |
| 29 | |
| 30 | Package: libpsync-dbg |
| 31 | Architecture: any |
| 32 | Section: debug |
| 33 | Priority: extra |
| 34 | Depends: |
| 35 | libpsync (= ${binary:Version}), |
| 36 | ${misc:Depends} |
Alexander Afanasyev | 596a0a4 | 2019-03-07 22:23:49 +0000 | [diff] [blame] | 37 | Description: debugging symbols for libpsync |