ndn-cxx: Add additional architectures
Change-Id: Iab6aabe574eac3391f684f240934d6a975774a64
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
index ad553ab..cdad606 100644
--- a/ndn-cxx/Makefile
+++ b/ndn-cxx/Makefile
@@ -2,13 +2,13 @@
GIT_URL=https://github.com/named-data/ndn-cxx.git
# Tag name or commit hash for checkout
-GIT_VERSION=ndn-cxx-0.5.0
+GIT_VERSION=0669061ae857536d0f9538c29fabfb8212c597c1
# Package name
NAME=ndn-cxx
# Package version
-VERSION=0.5.0
+VERSION=0.5.0-27-g0669061a
# PPA version
PPA_VERSION=1
diff --git a/ndn-cxx/debian/changelog b/ndn-cxx/debian/changelog
index b7a664d..7bb5d16 100644
--- a/ndn-cxx/debian/changelog
+++ b/ndn-cxx/debian/changelog
@@ -1,3 +1,10 @@
+ndn-cxx (0.5.0-27-g0669061a-ppa1~DISTRO) DISTRO; urgency=low
+
+ * New version based on 0669061ae857536d0f9538c29fabfb8212c597c1
+ (https://github.com/named-data/ndn-cxx.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Thu, 29 Dec 2016 19:04:19 +0000
+
ndn-cxx (0.5.0-ppa1~DISTRO) DISTRO; urgency=low
* New version based on ndn-cxx-0.5.0 (https://github.com/named-
diff --git a/ndn-cxx/debian/control b/ndn-cxx/debian/control
index 0d14357..abb47c7 100644
--- a/ndn-cxx/debian/control
+++ b/ndn-cxx/debian/control
@@ -17,7 +17,7 @@
Package: ndn-cxx-dev
Section: libdevel
-Architecture: i386 amd64
+Architecture: i386 amd64 arm64 armel armhf ppc64el
Depends: python (>= 2.7.0),
pkg-config (>= 0.26),
libssl-dev (>=1.0.1),
@@ -29,7 +29,7 @@
Package: ndn-cxx
Section: libs
-Architecture: i386 amd64
+Architecture: i386 amd64 arm64 armel armhf ppc64el
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: NDN C++ library with eXperimental eXtensions and security tools
Conflicts: ndn.cxx-security-tools