Alexander Afanasyev | bcbbc95 | 2017-06-12 23:05:19 +0000 | [diff] [blame] | 1 | Source: libchronosync |
| 2 | Priority: extra |
| 3 | Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu> |
| 4 | Build-Depends: debhelper (>= 8.0.0), |
Alex Afanasyev | d746bcf | 2020-11-22 22:04:37 +0000 | [diff] [blame] | 5 | python3 (>= 3.5.0), |
Alexander Afanasyev | bcbbc95 | 2017-06-12 23:05:19 +0000 | [diff] [blame] | 6 | pkg-config (>= 0.26), |
Alex Afanasyev | d746bcf | 2020-11-22 22:04:37 +0000 | [diff] [blame] | 7 | python3-sphinx (>= 1.1.3), |
Alexander Afanasyev | bcbbc95 | 2017-06-12 23:05:19 +0000 | [diff] [blame] | 8 | libboost-all-dev (>= 1.53.0), |
Alexander Afanasyev | 953d31c | 2020-01-15 19:20:26 +0000 | [diff] [blame] | 9 | libndn-cxx-dev (>= 0.7.0), |
Alexander Afanasyev | 0629ed3 | 2018-05-07 06:07:51 +0000 | [diff] [blame] | 10 | git |
Alexander Afanasyev | bcbbc95 | 2017-06-12 23:05:19 +0000 | [diff] [blame] | 11 | Standards-Version: 3.9.2 |
| 12 | Section: libs |
| 13 | Homepage: http://named-data.net/doc/ChronoSync/ |
| 14 | Vcs-Git: git://github.com/named-data/ChronoSync.git |
| 15 | Vcs-Browser: http://github.com/named-data/ChronoSync |
| 16 | |
| 17 | Package: libchronosync |
| 18 | Section: libs |
| 19 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
| 20 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 21 | Description: Sync library for multiuser realtime applications for NDN |
| 22 | |
| 23 | Package: libchronosync-dev |
| 24 | Section: libdevel |
| 25 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Alexander Afanasyev | 953d31c | 2020-01-15 19:20:26 +0000 | [diff] [blame] | 26 | Depends: libndn-cxx-dev, |
Alexander Afanasyev | bcbbc95 | 2017-06-12 23:05:19 +0000 | [diff] [blame] | 27 | libchronosync (= ${binary:Version}) |
| 28 | Description: Development headers and libraries of sync library for multiuser realtime applications for NDN |
| 29 | |
| 30 | Package: libchronosync-dbg |
| 31 | Architecture: any |
| 32 | Section: debug |
| 33 | Priority: extra |
| 34 | Depends: |
| 35 | libchronosync (= ${binary:Version}), |
| 36 | ${misc:Depends} |
| 37 | Description: debugging symbols for libchronosync |