nfd: 22.02 release
Change-Id: I2899dc6ed1ae24f4ac31d1cf36f2b9340ae8c9ef
diff --git a/nfd/Makefile b/nfd/Makefile
index f051a80..67439b6 100644
--- a/nfd/Makefile
+++ b/nfd/Makefile
@@ -2,13 +2,13 @@
GIT_URL=https://github.com/named-data/NFD.git
# Tag name or commit hash for checkout
-GIT_VERSION=NFD-0.7.1
+GIT_VERSION=NFD-22.02
# Package name
NAME=nfd
# Package version
-VERSION=0.7.1
+VERSION=22.02
# PPA version
PPA_VERSION=1
diff --git a/nfd/debian/changelog b/nfd/debian/changelog
index fc11713..4bd02b3 100644
--- a/nfd/debian/changelog
+++ b/nfd/debian/changelog
@@ -1,3 +1,9 @@
+nfd (22.02-ppa1~DISTRO) DISTRO; urgency=low
+
+ * Version based on NFD-22.02 (https://github.com/named-data/NFD.git)
+
+ -- Alex Afanasyev <aa@cs.fiu.edu> Thu, 17 Feb 2022 21:12:23 +0000
+
nfd (0.7.1-ppa1~DISTRO) DISTRO; urgency=low
* Version based on NFD-0.7.1 (https://github.com/named-data/NFD.git)
diff --git a/nfd/debian/control b/nfd/debian/control
index 02a2cd7..badd4f3 100644
--- a/nfd/debian/control
+++ b/nfd/debian/control
@@ -5,7 +5,7 @@
dh-systemd (>= 1.5),
python3 (>= 3.5.0),
pkg-config (>= 0.26),
- libndn-cxx-dev (>= 0.7.1),
+ libndn-cxx-dev (>= 0.8.0),
python3-sphinx,
libpcap-dev (>= 1.5.3),
libboost-all-dev (>= 1.58.0),