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), |
| 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 | 75660e6 | 2018-02-23 14:52:30 +0000 | [diff] [blame^] | 9 | libndn-cxx-dev (>= 0.6.1) |
Alexander Afanasyev | bcbbc95 | 2017-06-12 23:05:19 +0000 | [diff] [blame] | 10 | Standards-Version: 3.9.2 |
| 11 | Section: libs |
| 12 | Homepage: http://named-data.net/doc/ChronoSync/ |
| 13 | Vcs-Git: git://github.com/named-data/ChronoSync.git |
| 14 | Vcs-Browser: http://github.com/named-data/ChronoSync |
| 15 | |
| 16 | Package: libchronosync |
| 17 | Section: libs |
| 18 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
| 19 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 20 | Description: Sync library for multiuser realtime applications for NDN |
| 21 | |
| 22 | Package: libchronosync-dev |
| 23 | Section: libdevel |
| 24 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
| 25 | Depends: python (>= 2.7.0), |
| 26 | pkg-config (>= 0.26), |
Alexander Afanasyev | 75660e6 | 2018-02-23 14:52:30 +0000 | [diff] [blame^] | 27 | libndn-cxx-dev (>= 0.6.1), |
Alexander Afanasyev | bcbbc95 | 2017-06-12 23:05:19 +0000 | [diff] [blame] | 28 | libchronosync (= ${binary:Version}) |
| 29 | Description: Development headers and libraries of sync library for multiuser realtime applications for NDN |
| 30 | |
| 31 | Package: libchronosync-dbg |
| 32 | Architecture: any |
| 33 | Section: debug |
| 34 | Priority: extra |
| 35 | Depends: |
| 36 | libchronosync (= ${binary:Version}), |
| 37 | ${misc:Depends} |
| 38 | Description: debugging symbols for libchronosync |