psync: Update to the latest version in git

Change-Id: I97024b94a8ae9e989009e71fb8baeee9c4bd5b1e
diff --git a/libpsync/Makefile b/libpsync/Makefile
index c904edf..a508550 100644
--- a/libpsync/Makefile
+++ b/libpsync/Makefile
@@ -2,13 +2,13 @@
 GIT_URL=https://github.com/named-data/PSync.git
 
 # Tag name or commit hash for checkout
-GIT_VERSION=0.2.0
+GIT_VERSION=8ab7572247a74b1a0e9315a736db313a09f4d041
 
 # Package name
 NAME=libpsync
 
 # Package version
-VERSION=0.2.0
+VERSION=0.2.0-11-g8ab7572
 
 # PPA version
 PPA_VERSION=1
diff --git a/libpsync/debian/changelog b/libpsync/debian/changelog
index 93214c5..e543588 100644
--- a/libpsync/debian/changelog
+++ b/libpsync/debian/changelog
@@ -1,3 +1,10 @@
+libpsync (0.2.0-11-g8ab7572-ppa1~DISTRO) DISTRO; urgency=low
+
+  * Version based on 8ab7572247a74b1a0e9315a736db313a09f4d041
+    (https://github.com/named-data/PSync.git)
+
+ -- Alex Afanasyev <aa@cs.fiu.edu>  Fri, 20 Nov 2020 20:00:57 +0000
+
 libpsync (0.2.0-ppa1~DISTRO) DISTRO; urgency=low
 
   * Version based on 0.2.0 (https://github.com/named-data/PSync.git)
diff --git a/libpsync/debian/control b/libpsync/debian/control
index 7670401..d7fce44 100644
--- a/libpsync/debian/control
+++ b/libpsync/debian/control
@@ -2,9 +2,9 @@
 Priority: optional
 Maintainer: Ashlesh Gawande <agawande@memphis.edu>
 Build-Depends: debhelper (>= 8.0.0),
- python (>= 2.7.0),
+ python3 (>= 3.5.0),
  pkg-config (>= 0.26),
- python-sphinx (>= 1.1.3),
+ python3-sphinx (>= 1.1.3),
  libboost-all-dev (>= 1.53.0),
  libndn-cxx-dev (>= 0.7.0),
  git
diff --git a/libpsync/debian/rules b/libpsync/debian/rules
index 4006ae8..9d9a9e4 100755
--- a/libpsync/debian/rules
+++ b/libpsync/debian/rules
@@ -30,6 +30,8 @@
 	rm -rf .waf-1*
 	rm -f .waf-tools/*.pyc
 	rm -f docs/*.pyc
+	rm -rf .waf-tools/__pycache__
+	rm -rf docs/__pycache__
 
 override_dh_auto_test: