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), |
Davide Pesavento | 97e35aa | 2022-04-23 15:45:26 -0400 | [diff] [blame^] | 5 | python3 (>= 3.6.0), |
Ashlesh Gawande | 64ad730 | 2019-01-14 19:07:51 -0600 | [diff] [blame] | 6 | pkg-config (>= 0.26), |
Ashlesh Gawande | 64ad730 | 2019-01-14 19:07:51 -0600 | [diff] [blame] | 7 | libboost-all-dev (>= 1.53.0), |
Alexander Afanasyev | f036e2a | 2020-01-15 19:21:02 +0000 | [diff] [blame] | 8 | libndn-cxx-dev (>= 0.7.0), |
Davide Pesavento | 97e35aa | 2022-04-23 15:45:26 -0400 | [diff] [blame^] | 9 | python3-sphinx (>= 1.6.0), |
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 | f036e2a | 2020-01-15 19:21:02 +0000 | [diff] [blame] | 26 | Depends: libndn-cxx-dev, |
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 |