blob: 8e1301a2107fb5032b3743c20230d9927b6d832d [file] [log] [blame]
Ashlesh Gawande64ad7302019-01-14 19:07:51 -06001Source: libpsync
2Priority: optional
3Maintainer: Ashlesh Gawande <agawande@memphis.edu>
4Build-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),
9 libndn-cxx-dev (>= 0.6.3),
10 git
11Standards-Version: 4.1.2
12Section: libs
13Homepage: https://named-data.net/doc/PSync/
14Vcs-Git: git://github.com/named-data/PSync.git
15Vcs-Browser: https://github.com/named-data/PSync
16
17Package: libpsync
18Section: libs
19Architecture: i386 amd64 arm64 armel armhf ppc64el
20Depends: ${shlibs:Depends}, ${misc:Depends}
21Description: Partial and Full Name Synchronization Library for NDN
22
23Package: libpsync-dev
24Section: libdevel
25Architecture: i386 amd64 arm64 armel armhf ppc64el
26Depends: libndn-cxx-dev (>= 0.6.3),
27 libpsync (= ${binary:Version})
28Description: Development headers and libraries of Partial and Full Name Synchronization Library for NDN
29
30Package: libpsync-dbg
31Architecture: any
32Section: debug
33Priority: extra
34Depends:
35 libpsync (= ${binary:Version}),
36 ${misc:Depends}
37Description: debugging symbols for libpsync