blob: f65c4d2359f4141e88ae634a4a006a83e34469fe [file] [log] [blame]
Ashlesh Gawande64ad7302019-01-14 19:07:51 -06001Source: libpsync
Davide Pesavento44c0a3a2022-04-23 16:41:31 -04002Section: libs
Ashlesh Gawande64ad7302019-01-14 19:07:51 -06003Priority: optional
4Maintainer: Ashlesh Gawande <agawande@memphis.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),
Ashlesh Gawande64ad7302019-01-14 19:07:51 -060011 git
12Standards-Version: 4.1.2
Ashlesh Gawande64ad7302019-01-14 19:07:51 -060013Homepage: https://named-data.net/doc/PSync/
Ashlesh Gawande64ad7302019-01-14 19:07:51 -060014Vcs-Browser: https://github.com/named-data/PSync
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040015Vcs-Git: https://github.com/named-data/PSync.git
Ashlesh Gawande64ad7302019-01-14 19:07:51 -060016
17Package: libpsync
Ashlesh Gawande64ad7302019-01-14 19:07:51 -060018Architecture: i386 amd64 arm64 armel armhf ppc64el
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040019Section: libs
Ashlesh Gawande64ad7302019-01-14 19:07:51 -060020Depends: ${shlibs:Depends}, ${misc:Depends}
21Description: Partial and Full Name Synchronization Library for NDN
22
23Package: libpsync-dev
Ashlesh Gawande64ad7302019-01-14 19:07:51 -060024Architecture: i386 amd64 arm64 armel armhf ppc64el
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040025Section: libdevel
Davide Pesaventoc70a1952022-04-24 21:46:42 -040026Depends: libpsync (= ${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)
Ashlesh Gawande64ad7302019-01-14 19:07:51 -060030Description: Development headers and libraries of Partial and Full Name Synchronization Library for NDN
31
32Package: libpsync-dbg
33Architecture: any
34Section: debug
Davide Pesaventoc70a1952022-04-24 21:46:42 -040035Depends: libpsync (= ${binary:Version}), ${misc:Depends}
Alexander Afanasyev596a0a42019-03-07 22:23:49 +000036Description: debugging symbols for libpsync