libpsync: add PSync and update NLSR dependency
refs: #4827
Change-Id: I83df4c0532258f490b855335bf94600cc71d7a65
diff --git a/libpsync/debian/control b/libpsync/debian/control
new file mode 100644
index 0000000..8e1301a
--- /dev/null
+++ b/libpsync/debian/control
@@ -0,0 +1,37 @@
+Source: libpsync
+Priority: optional
+Maintainer: Ashlesh Gawande <agawande@memphis.edu>
+Build-Depends: debhelper (>= 8.0.0),
+ python (>= 2.7.0),
+ pkg-config (>= 0.26),
+ python-sphinx (>= 1.1.3),
+ libboost-all-dev (>= 1.53.0),
+ libndn-cxx-dev (>= 0.6.3),
+ git
+Standards-Version: 4.1.2
+Section: libs
+Homepage: https://named-data.net/doc/PSync/
+Vcs-Git: git://github.com/named-data/PSync.git
+Vcs-Browser: https://github.com/named-data/PSync
+
+Package: libpsync
+Section: libs
+Architecture: i386 amd64 arm64 armel armhf ppc64el
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Partial and Full Name Synchronization Library for NDN
+
+Package: libpsync-dev
+Section: libdevel
+Architecture: i386 amd64 arm64 armel armhf ppc64el
+Depends: libndn-cxx-dev (>= 0.6.3),
+ libpsync (= ${binary:Version})
+Description: Development headers and libraries of Partial and Full Name Synchronization Library for NDN
+
+Package: libpsync-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends:
+ libpsync (= ${binary:Version}),
+ ${misc:Depends}
+Description: debugging symbols for libpsync
\ No newline at end of file