ndnmap-data-collector: Update to ndn-cxx 0.5.1
Change-Id: Ie599d2eb34387282f929e452eca9b0852d8329d5
diff --git a/ndnmap-data-collector/Makefile b/ndnmap-data-collector/Makefile
index 3f4c3be..34d3ca6 100644
--- a/ndnmap-data-collector/Makefile
+++ b/ndnmap-data-collector/Makefile
@@ -11,6 +11,6 @@
VERSION=0.1.0-3-g66d2a5
# PPA version
-PPA_VERSION=1
+PPA_VERSION=2
include ../packaging.mk
diff --git a/ndnmap-data-collector/debian/changelog b/ndnmap-data-collector/debian/changelog
index d4738f9..ce28dbf 100644
--- a/ndnmap-data-collector/debian/changelog
+++ b/ndnmap-data-collector/debian/changelog
@@ -1,3 +1,10 @@
+ndnmap-data-collector (0.1.0-3-g66d2a5-ppa2~DISTRO) DISTRO; urgency=low
+
+ * New version based on 66d2a5b956b686e591d9b773bc1b8ad9331cf2e3
+ (https://github.com/WU-ARL/ndnmapDataCollector)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Thu, 26 Jan 2017 05:30:07 +0000
+
ndnmap-data-collector (0.1.0-3-g66d2a5-ppa1~DISTRO) DISTRO; urgency=low
* New version based on 66d2a5b956b686e591d9b773bc1b8ad9331cf2e3
diff --git a/ndnmap-data-collector/debian/control b/ndnmap-data-collector/debian/control
index 2613196..42ca71b 100644
--- a/ndnmap-data-collector/debian/control
+++ b/ndnmap-data-collector/debian/control
@@ -13,7 +13,7 @@
Vcs-Browser: http://github.com/WU-ARL/ndnmapDataCollector
Package: ndnmap-data-collector
-Architecture: i386 amd64
+Architecture: i386 amd64 arm64 armel armhf ppc64el
Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
Description: Data collector daemons for ndnmap.arl.wustl.edu
This tool is designed to generate ndn interests to each NDN Testbed node
diff --git a/ndnmap-data-collector/debian/rules b/ndnmap-data-collector/debian/rules
index ffe978c..97288fa 100755
--- a/ndnmap-data-collector/debian/rules
+++ b/ndnmap-data-collector/debian/rules
@@ -12,12 +12,13 @@
LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
CXXFLAGS += -std=c++11
+LIBDIR := /usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
dh $@ --parallel --with=systemd
override_dh_auto_configure:
- CXXFLAGS="$(CXXFLAGS)" LINKFLAGS="$(LDFLAGS)" ./waf configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ CXXFLAGS="$(CXXFLAGS)" LINKFLAGS="$(LDFLAGS)" ./waf configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --boost-libs="$(LIBDIR)"
override_dh_auto_build:
./waf build