ndn-cxx: Release 0.7.1
Change-Id: Ib28d69dafb2d4eb97db941f982b978123cadb196
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
index d70140a..b39b026 100644
--- a/ndn-cxx/Makefile
+++ b/ndn-cxx/Makefile
@@ -2,13 +2,13 @@
GIT_URL=https://github.com/named-data/ndn-cxx.git
# Tag name or commit hash for checkout
-GIT_VERSION=ndn-cxx-0.7.0
+GIT_VERSION=ndn-cxx-0.7.1
# Package name
NAME=ndn-cxx
# Package version
-VERSION=0.7.0
+VERSION=0.7.1
# PPA version
PPA_VERSION=2
diff --git a/ndn-cxx/debian/changelog b/ndn-cxx/debian/changelog
index 873f180..ed8f853 100644
--- a/ndn-cxx/debian/changelog
+++ b/ndn-cxx/debian/changelog
@@ -1,3 +1,17 @@
+ndn-cxx (0.7.1-ppa2~DISTRO) DISTRO; urgency=low
+
+ * Version based on ndn-cxx-0.7.1 (https://github.com/named-data/ndn-
+ cxx.git)
+
+ -- Alex Afanasyev <aa@cs.fiu.edu> Fri, 20 Nov 2020 19:35:59 +0000
+
+ndn-cxx (0.7.1-ppa1~DISTRO) DISTRO; urgency=low
+
+ * Version based on ndn-cxx-0.7.1 (https://github.com/named-data/ndn-
+ cxx.git)
+
+ -- Alex Afanasyev <aa@cs.fiu.edu> Fri, 20 Nov 2020 19:29:06 +0000
+
ndn-cxx (0.7.0-ppa2~DISTRO) DISTRO; urgency=low
* Version based on ndn-cxx-0.7.0 (https://github.com/named-data/ndn-
diff --git a/ndn-cxx/debian/control b/ndn-cxx/debian/control
index 49ac548..069a697 100644
--- a/ndn-cxx/debian/control
+++ b/ndn-cxx/debian/control
@@ -2,11 +2,11 @@
Priority: extra
Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
Build-Depends: debhelper (>= 8.0.0),
- python (>= 2.7.0),
+ python3 (>= 3.5.0),
pkg-config (>= 0.26),
libssl-dev (>=1.0.1),
libsqlite3-dev (>= 3.7.9),
- python-sphinx (>= 1.1.3),
+ python3-sphinx (>= 1.3.6),
libboost-all-dev (>= 1.53.0),
git
Standards-Version: 3.9.2
diff --git a/ndn-cxx/debian/rules b/ndn-cxx/debian/rules
index 3028d3f..ee35589 100755
--- a/ndn-cxx/debian/rules
+++ b/ndn-cxx/debian/rules
@@ -35,6 +35,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: