ndn-traffic-generator: Update for ndn-cxx 0.5.1

Change-Id: I441885f895b06bef51c0ccd150f624c6f548352a
diff --git a/ndn-traffic-generator/Makefile b/ndn-traffic-generator/Makefile
index da84ca7..8fcd984 100644
--- a/ndn-traffic-generator/Makefile
+++ b/ndn-traffic-generator/Makefile
@@ -8,9 +8,9 @@
 NAME=ndn-traffic-generator
 
 # Package version
-VERSION=0.0.6-g6f33e
+VERSION=0.0.6-g6f33e0
 
 # PPA version
-PPA_VERSION=1
+PPA_VERSION=2
 
 include ../packaging.mk
diff --git a/ndn-traffic-generator/debian/changelog b/ndn-traffic-generator/debian/changelog
index 8843e00..fa4b594 100644
--- a/ndn-traffic-generator/debian/changelog
+++ b/ndn-traffic-generator/debian/changelog
@@ -1,3 +1,10 @@
+ndn-traffic-generator (0.0.6-g6f33e-ppa2~DISTRO) DISTRO; urgency=low
+
+  * New version based on 6f33e0ffca38158700413eba663f558960abc2df
+    (https://github.com/named-data/ndn-traffic-generator)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Thu, 26 Jan 2017 05:27:19 +0000
+
 ndn-traffic-generator (0.0.6-g6f33e-ppa1~DISTRO) DISTRO; urgency=low
 
   * New version based on 6f33e0ffca38158700413eba663f558960abc2df
diff --git a/ndn-traffic-generator/debian/control b/ndn-traffic-generator/debian/control
index 89ec8ed..d1d34d1 100644
--- a/ndn-traffic-generator/debian/control
+++ b/ndn-traffic-generator/debian/control
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.5.0)
+ ndn-cxx-dev (>= 0.5.1)
 Standards-Version: 3.9.2
 Section: net
 Homepage: http://github.com/named-data/ndn-tlv-ping
@@ -12,7 +12,7 @@
 Vcs-Browser: http://github.com/named-data/ndn-tlv-ping
 
 Package: ndn-traffic-generator
-Architecture: i386 amd64
+Architecture: i386 amd64 arm64 armel armhf ppc64el
 Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
 Description: Traffic Generator For NDN
  This tool is designed to generate Interest and Data traffic in an NDN network.  The client
diff --git a/ndn-traffic-generator/debian/rules b/ndn-traffic-generator/debian/rules
index 0d3817e..0d95da2 100755
--- a/ndn-traffic-generator/debian/rules
+++ b/ndn-traffic-generator/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
 
 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