blob: 46a43365bc2cf8b5e6547462bacea367aa42edfe [file] [log] [blame]
Alexander Afanasyevbcbbc952017-06-12 23:05:19 +00001Source: libchronosync
Davide Pesavento44c0a3a2022-04-23 16:41:31 -04002Section: libs
3Priority: optional
Alexander Afanasyevbcbbc952017-06-12 23:05:19 +00004Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
5Build-Depends: debhelper (>= 8.0.0),
Davide Pesavento97e35aa2022-04-23 15:45:26 -04006 python3 (>= 3.6.0),
Davide Pesavento981841f2022-04-24 15:31:51 -04007 pkg-config (>= 0.29),
8 libboost-all-dev (>= 1.65.1),
Davide Pesaventoc70a1952022-04-24 21:46:42 -04009 libndn-cxx-dev (>= 0.8.0),
Davide Pesavento97e35aa2022-04-23 15:45:26 -040010 python3-sphinx (>= 1.6.0),
Alexander Afanasyev0629ed32018-05-07 06:07:51 +000011 git
Alexander Afanasyevbcbbc952017-06-12 23:05:19 +000012Standards-Version: 3.9.2
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040013Homepage: https://github.com/named-data/ChronoSync
14Vcs-Browser: https://github.com/named-data/ChronoSync
15Vcs-Git: https://github.com/named-data/ChronoSync.git
Alexander Afanasyevbcbbc952017-06-12 23:05:19 +000016
17Package: libchronosync
Alexander Afanasyevbcbbc952017-06-12 23:05:19 +000018Architecture: i386 amd64 arm64 armel armhf ppc64el
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040019Section: libs
Alexander Afanasyevbcbbc952017-06-12 23:05:19 +000020Depends: ${shlibs:Depends}, ${misc:Depends}
21Description: Sync library for multiuser realtime applications for NDN
22
23Package: libchronosync-dev
Alexander Afanasyevbcbbc952017-06-12 23:05:19 +000024Architecture: i386 amd64 arm64 armel armhf ppc64el
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040025Section: libdevel
Davide Pesaventoc70a1952022-04-24 21:46:42 -040026Depends: libchronosync (= ${binary:Version}), ${misc:Depends},
Davide Pesavento981841f2022-04-24 15:31:51 -040027 libboost-dev (>= 1.65.1),
28 libboost-iostreams-dev (>= 1.65.1),
Davide Pesaventoc70a1952022-04-24 21:46:42 -040029 libndn-cxx-dev (>= 0.8.0)
Alexander Afanasyevbcbbc952017-06-12 23:05:19 +000030Description: Development headers and libraries of sync library for multiuser realtime applications for NDN
31
32Package: libchronosync-dbg
33Architecture: any
34Section: debug
Davide Pesaventoc70a1952022-04-24 21:46:42 -040035Depends: libchronosync (= ${binary:Version}), ${misc:Depends}
Alexander Afanasyevbcbbc952017-06-12 23:05:19 +000036Description: debugging symbols for libchronosync