ndn-cxx: Old updates
Change-Id: I74c7a135c60ed5184b665baf3b131851558fb5bb
diff --git a/ndn-cxx/debian/changelog b/ndn-cxx/debian/changelog
index 0bdff29..7c61caa 100644
--- a/ndn-cxx/debian/changelog
+++ b/ndn-cxx/debian/changelog
@@ -1,3 +1,17 @@
+ndn-cxx (0.5.1-60-gb555b00c-ppa5~DISTRO) DISTRO; urgency=low
+
+ * New version based on b555b00c280b9c9ed46f24a1fbebc73b720601af
+ (https://github.com/named-data/ndn-cxx.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Wed, 14 Jun 2017 21:16:29 +0000
+
+ndn-cxx (0.5.1-60-gb555b00c-ppa4~DISTRO) DISTRO; urgency=low
+
+ * New version based on b555b00c280b9c9ed46f24a1fbebc73b720601af
+ (https://github.com/named-data/ndn-cxx.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Wed, 14 Jun 2017 21:10:51 +0000
+
ndn-cxx (0.5.1-60-gb555b00c-ppa3~DISTRO) DISTRO; urgency=low
* New version based on b555b00c280b9c9ed46f24a1fbebc73b720601af
diff --git a/ndn-cxx/debian/rules b/ndn-cxx/debian/rules
index 060cb26..bdaa08c 100755
--- a/ndn-cxx/debian/rules
+++ b/ndn-cxx/debian/rules
@@ -21,7 +21,7 @@
./waf configure --without-pch --prefix=/usr --sysconfdir=/etc --libdir="$(LIBDIR)" --localstatedir=/var --disable-static --enable-shared --boost-libs="$(LIBDIR)"
override_dh_auto_build:
- ./waf build -j1
+ ./waf build
override_dh_auto_install:
./waf install --destdir=debian/tmp