libchronosync: Update to version 0.5.0
Change-Id: I381d9ad49e21ce4fa76cc1c0653372e50ef17cde
diff --git a/libchronosync/debian/changelog b/libchronosync/debian/changelog
index 91e645c..0f792f7 100644
--- a/libchronosync/debian/changelog
+++ b/libchronosync/debian/changelog
@@ -1,3 +1,29 @@
+libchronosync (0.5.0-ppa2~DISTRO) DISTRO; urgency=low
+
+ * Version based on 0.5.0 (https://github.com/cawka/ChronoSync.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Fri, 23 Feb 2018 15:08:07 +0000
+
+libchronosync (0.5.0-ppa1~DISTRO) DISTRO; urgency=low
+
+ * Version based on 0.5.0 (https://github.com/cawka/ChronoSync.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Fri, 23 Feb 2018 14:50:33 +0000
+
+libchronosync (0.4.0-10-gbf5bc6c-ppa1~DISTRO) DISTRO; urgency=low
+
+ * Version based on bf5bc6cb74c7d04ae825d8d0801f055df90691c9
+ (https://github.com/cawka/ChronoSync.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Mon, 19 Feb 2018 17:33:13 +0000
+
+libchronosync (0.4.0-9-gfcbf81d-ppa1~DISTRO) DISTRO; urgency=low
+
+ * Version based on fcbf81d234bf5f0d44e956f7f340ffb8e1ebc7fe
+ (https://github.com/cawka/ChronoSync.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Mon, 19 Feb 2018 15:29:40 +0000
+
libchronosync (0.4.0-8-g6ee98ff-ppa1~DISTRO) DISTRO; urgency=low
* **Breaking change** Use bzip2 compression of sync data
diff --git a/libchronosync/debian/control b/libchronosync/debian/control
index 1c89655..60412d8 100644
--- a/libchronosync/debian/control
+++ b/libchronosync/debian/control
@@ -6,7 +6,7 @@
pkg-config (>= 0.26),
python-sphinx (>= 1.1.3),
libboost-all-dev (>= 1.53.0),
- ndn-cxx-dev (>= 0.5.1-60)
+ libndn-cxx-dev (>= 0.6.1)
Standards-Version: 3.9.2
Section: libs
Homepage: http://named-data.net/doc/ChronoSync/
@@ -24,7 +24,7 @@
Architecture: i386 amd64 arm64 armel armhf ppc64el
Depends: python (>= 2.7.0),
pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.5.1-60),
+ libndn-cxx-dev (>= 0.6.1),
libchronosync (= ${binary:Version})
Description: Development headers and libraries of sync library for multiuser realtime applications for NDN
diff --git a/libchronosync/debian/libchronosync-dev.install b/libchronosync/debian/libchronosync-dev.install
index 9b90213..19403ad 100644
--- a/libchronosync/debian/libchronosync-dev.install
+++ b/libchronosync/debian/libchronosync-dev.install
@@ -1,2 +1,3 @@
usr/include/*
usr/lib*/*/pkgconfig/*
+usr/lib/*/*.so
\ No newline at end of file
diff --git a/libchronosync/debian/libchronosync.install b/libchronosync/debian/libchronosync.install
index b922ded..3de3b10 100644
--- a/libchronosync/debian/libchronosync.install
+++ b/libchronosync/debian/libchronosync.install
@@ -1 +1 @@
-usr/lib/*/*.so*
+usr/lib/*/*.so.*