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/ndncert/debian/changelog b/ndncert/debian/changelog
index 611be39..f4038cc 100644
--- a/ndncert/debian/changelog
+++ b/ndncert/debian/changelog
@@ -1,3 +1,10 @@
+ndncert (0.0.2-1-g443a860-ppa3~DISTRO) DISTRO; urgency=low
+
+ * Version based on 443a8609e87b10bc19fcd3cf06cf706693ceb11f
+ (https://github.com/named-data/ndncert)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Fri, 23 Feb 2018 15:15:56 +0000
+
ndncert (0.0.2-1-g443a860-ppa2~DISTRO) DISTRO; urgency=low
* New version based on 443a8609e87b10bc19fcd3cf06cf706693ceb11f
diff --git a/ndncert/debian/control b/ndncert/debian/control
index 0dc5f98..48bf003 100644
--- a/ndncert/debian/control
+++ b/ndncert/debian/control
@@ -4,7 +4,7 @@
Build-Depends: debhelper (>= 8.0.0),
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: http://github.com/named-data/ndncert
@@ -21,7 +21,7 @@
Package: libndncert-dev
Section: libdevel
-Depends: libndncert (= ${binary:Version}), ${misc:Depends}, ndn-cxx-dev
+Depends: libndncert (= ${binary:Version}), ${misc:Depends}, libndn-cxx-dev
Architecture: i386 amd64 arm64 armel armhf ppc64el
Description: NDN Certificate Management System
The library to support NDNCERT protocol and help
@@ -43,13 +43,13 @@
Package: ndncert
Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
+Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx, ndnsec
Description: NDN Certificate Management System
Tools to support NDNCERT protocol and help
NDN entities do certificate management.
Package: ndncert-server
-Depends: ${shlibs:Depends}, ${misc:Depends}, ndncert, ndn-cxx, nfd
+Depends: ${shlibs:Depends}, ${misc:Depends}, ndncert, libndn-cxx, ndnsec, nfd
Architecture: i386 amd64 arm64 armel armhf ppc64el
Description: NDN Certificate Management System
Daemon to support NDNCERT protocol and help