blob: f0ecdd6b07e53d1f301cec0204e5e2a12a2962ed [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),
Ashlesh Gawande64ad7302019-01-14 19:07:51 -06007 pkg-config (>= 0.26),
Ashlesh Gawande64ad7302019-01-14 19:07:51 -06008 libboost-all-dev (>= 1.53.0),
Alexander Afanasyevf036e2a2020-01-15 19:21:02 +00009 libndn-cxx-dev (>= 0.7.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
Alexander Afanasyevf036e2a2020-01-15 19:21:02 +000026Depends: libndn-cxx-dev,
Ashlesh Gawande64ad7302019-01-14 19:07:51 -060027 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
Ashlesh Gawande64ad7302019-01-14 19:07:51 -060033Depends:
34 libpsync (= ${binary:Version}),
35 ${misc:Depends}
Alexander Afanasyev596a0a42019-03-07 22:23:49 +000036Description: debugging symbols for libpsync