Rebuild packages against the latest ndn-cxx
This commit includes updates to
- ndn-traffic-generator
- ndncert
- ndnmap-data-collector
- repo-ng
Change-Id: Iea22ff057295079be2e483859d593ea8a097f11f
diff --git a/ndnmap-data-collector/Makefile b/ndnmap-data-collector/Makefile
index 460d011..b055964 100644
--- a/ndnmap-data-collector/Makefile
+++ b/ndnmap-data-collector/Makefile
@@ -11,6 +11,6 @@
VERSION=0.1.0-12-gaff60ff
# PPA version
-PPA_VERSION=2
+PPA_VERSION=3
include ../packaging.mk
diff --git a/ndnmap-data-collector/debian/changelog b/ndnmap-data-collector/debian/changelog
index 5ccfe04..96897e6 100644
--- a/ndnmap-data-collector/debian/changelog
+++ b/ndnmap-data-collector/debian/changelog
@@ -1,3 +1,10 @@
+ndnmap-data-collector (0.1.0-12-gaff60ff-ppa3~DISTRO) DISTRO; urgency=low
+
+ * Version based on aff60ff4d524c013d051e2d2229fab9f6d0ca0c4
+ (https://github.com/cawka/ndnmapDataCollector)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Fri, 23 Feb 2018 15:19:08 +0000
+
ndnmap-data-collector (0.1.0-12-gaff60ff-ppa2~DISTRO) DISTRO; urgency=low
* New version based on aff60ff4d524c013d051e2d2229fab9f6d0ca0c4
diff --git a/ndnmap-data-collector/debian/control b/ndnmap-data-collector/debian/control
index 6a2df92..8d163d5 100644
--- a/ndnmap-data-collector/debian/control
+++ b/ndnmap-data-collector/debian/control
@@ -5,7 +5,7 @@
dh-systemd (>= 1.5),
python (>= 2.7.0),
pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.6.0)
+ libndn-cxx-dev (>= 0.6.1)
Standards-Version: 3.9.2
Section: net
Homepage: https://github.com/WU-ARL/ndnmapDataCollector
@@ -14,7 +14,7 @@
Package: ndnmap-data-collector
Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
+Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx, ndnsec
Description: Data collector daemons for ndnmap.arl.wustl.edu
This tool is designed to generate ndn interests to each NDN Testbed node
to collect link usage data for display on the ndnmap.arl.wustl.edu web page.