Updating packages to the latest canidate release versions
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
index 051388a..4df5af4 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.2.0-rc1
+GIT_VERSION=db4affc05e941e5f033b16b6e60b96f74d131ed8
 
 # Package name
 NAME=ndn-cxx
 
 # Package version
-VERSION=0.2.0~rc1
+VERSION=0.2.0~rc1.1
 
 # PPA version
 PPA_VERSION=1
diff --git a/ndn-cxx/debian/changelog b/ndn-cxx/debian/changelog
index 9f4d62d..db6080f 100644
--- a/ndn-cxx/debian/changelog
+++ b/ndn-cxx/debian/changelog
@@ -1,3 +1,10 @@
+ndn-cxx (0.2.0~rc1.1-ppa1~DISTRO) DISTRO; urgency=low
+
+  * New version based on db4affc05e941e5f033b16b6e60b96f74d131ed8
+    (https://github.com/named-data/ndn-cxx.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Tue, 22 Jul 2014 10:49:03 -0700
+
 ndn-cxx (0.2.0~rc1-ppa1~DISTRO) DISTRO; urgency=low
 
   * New version based on ndn-cxx-0.2.0-rc1 (https://github.com/named-
diff --git a/ndn-tlv-ping/Makefile b/ndn-tlv-ping/Makefile
index ff631eb..c500404 100644
--- a/ndn-tlv-ping/Makefile
+++ b/ndn-tlv-ping/Makefile
@@ -11,6 +11,6 @@
 VERSION=0.1.0
 
 # PPA version
-PPA_VERSION=3
+PPA_VERSION=4
 
 include ../packaging.mk
diff --git a/ndn-tlv-ping/debian/changelog b/ndn-tlv-ping/debian/changelog
index 511d95f..54cc90e 100644
--- a/ndn-tlv-ping/debian/changelog
+++ b/ndn-tlv-ping/debian/changelog
@@ -1,3 +1,10 @@
+ndn-tlv-ping (0.1.0-ppa4~DISTRO) DISTRO; urgency=low
+
+  * New version based on ndn-tlv-ping-0.1.0 (https://github.com/named-
+    data/ndn-tlv-ping)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Tue, 22 Jul 2014 10:53:23 -0700
+
 ndn-tlv-ping (0.1.0-ppa3~DISTRO) DISTRO; urgency=low
 
   * New version based on ndn-tlv-ping-0.1.0 (https://github.com/named-
diff --git a/ndn-tlv-ping/debian/control b/ndn-tlv-ping/debian/control
index 2171b45..4fd183c 100644
--- a/ndn-tlv-ping/debian/control
+++ b/ndn-tlv-ping/debian/control
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.2.0~rc1)
+ ndn-cxx-dev (>= 0.2.0~rc1.1)
 Standards-Version: 3.9.2
 Section: net
 Homepage: http://github.com/named-data/ndn-tlv-ping
diff --git a/ndn-traffic-generator/Makefile b/ndn-traffic-generator/Makefile
index 474f5c7..0d6021a 100644
--- a/ndn-traffic-generator/Makefile
+++ b/ndn-traffic-generator/Makefile
@@ -11,6 +11,6 @@
 VERSION=0.0.1
 
 # 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 3abe0d4..9c4df55 100644
--- a/ndn-traffic-generator/debian/changelog
+++ b/ndn-traffic-generator/debian/changelog
@@ -1,3 +1,10 @@
+ndn-traffic-generator (0.0.1-ppa2~DISTRO) DISTRO; urgency=low
+
+  * New version based on 976c3972c738ba027a7ada551d4204869aefcd34
+    (https://github.com/named-data/ndn-traffic-generator)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Tue, 22 Jul 2014 10:53:55 -0700
+
 ndn-traffic-generator (0.0.1-ppa1~DISTRO) DISTRO; urgency=low
 
   * New version based on 976c3972c738ba027a7ada551d4204869aefcd34
diff --git a/ndn-traffic-generator/debian/control b/ndn-traffic-generator/debian/control
index c88b653..f24cbcd 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.2.0~rc1)
+ ndn-cxx-dev (>= 0.2.0~rc1.1)
 Standards-Version: 3.9.2
 Section: net
 Homepage: http://github.com/named-data/ndn-tlv-ping
diff --git a/ndndump/debian/control b/ndndump/debian/control
index ed0e2b5..4caf713 100644
--- a/ndndump/debian/control
+++ b/ndndump/debian/control
@@ -5,7 +5,7 @@
  python (>= 2.7.0),
  pkg-config (>= 0.26),
  libpcap-dev,
- ndn-cxx-dev (>= 0.2.0~rc1)
+ ndn-cxx-dev (>= 0.2.0~rc1.1)
 Standards-Version: 3.9.2
 Section: net
 Homepage: http://github.com/named-data/ndndump
diff --git a/nfd/Makefile b/nfd/Makefile
index 597ed7a..64174a7 100644
--- a/nfd/Makefile
+++ b/nfd/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/NFD.git
 
 # Tag name or commit hash for checkout
-GIT_VERSION=NFD-0.2.0-rc1
+GIT_VERSION=b609f00cbe94cd59c6a0162bb8fde84be3a5dd79
 
 # Package name
 NAME=nfd
 
 # Package version
-VERSION=0.2.0~rc1
+VERSION=0.2.0~rc1.1
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=1
 
 include ../packaging.mk
diff --git a/nfd/debian/changelog b/nfd/debian/changelog
index 485ddf3..a9833e1 100644
--- a/nfd/debian/changelog
+++ b/nfd/debian/changelog
@@ -1,3 +1,10 @@
+nfd (0.2.0~rc1.1-ppa1~DISTRO) DISTRO; urgency=low
+
+  * New version based on b609f00cbe94cd59c6a0162bb8fde84be3a5dd79
+    (https://github.com/named-data/NFD.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Tue, 22 Jul 2014 10:52:33 -0700
+
 nfd (0.2.0~rc1-ppa2~DISTRO) DISTRO; urgency=low
 
   * New version based on NFD-0.2.0-rc1 (https://github.com/named-
diff --git a/nfd/debian/control b/nfd/debian/control
index d18a3b3..7627b10 100644
--- a/nfd/debian/control
+++ b/nfd/debian/control
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.2.0~rc1),
+ ndn-cxx-dev (>= 0.2.0~rc1.1),
  python-sphinx,
  libpcap-dev,
  libboost-all-dev (>= 1.48.0)
diff --git a/nfd/debian/control.precise b/nfd/debian/control.precise
index 11ac9d4..6f410c7 100644
--- a/nfd/debian/control.precise
+++ b/nfd/debian/control.precise
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.2.0~rc1),
+ ndn-cxx-dev (>= 0.2.0~rc1.1),
  python-sphinx,
  libpcap-dev,
  libboost1.48-all-dev (>= 1.48.0)
diff --git a/nlsr/Makefile b/nlsr/Makefile
index 9ca7ad4..1e39d32 100644
--- a/nlsr/Makefile
+++ b/nlsr/Makefile
@@ -2,13 +2,13 @@
 GIT_URL=https://github.com/named-data/NLSR
 
 # Tag name or commit hash for checkout
-GIT_VERSION=3d06e79119cd84e2269b0c70be0cfe9d34c9d832
+GIT_VERSION=bf11c5f1aa51bdeb7b8ecded11445fadf26f8fb5
 
 # Package name
 NAME=nlsr
 
 # Package version
-VERSION=0.1~rc0
+VERSION=0.1~rc0.1
 
 # PPA version
 PPA_VERSION=1
diff --git a/nlsr/debian/changelog b/nlsr/debian/changelog
index 73ed23c..5198514 100644
--- a/nlsr/debian/changelog
+++ b/nlsr/debian/changelog
@@ -1,3 +1,10 @@
+nlsr (0.1~rc0.1-ppa1~DISTRO) DISTRO; urgency=low
+
+  * New version based on bf11c5f1aa51bdeb7b8ecded11445fadf26f8fb5
+    (https://github.com/named-data/NLSR)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Tue, 22 Jul 2014 10:54:26 -0700
+
 nlsr (0.0~rc0-ppa0~DISTRO) DISTRO; urgency=low
 
   * Initial release
diff --git a/nlsr/debian/control b/nlsr/debian/control
index 7a97bb6..26fe895 100644
--- a/nlsr/debian/control
+++ b/nlsr/debian/control
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.2.0~rc0.1), 
+ ndn-cxx-dev (>= 0.2.0~rc1.1), 
  liblog4cxx10-dev (>= 0.10.0),
  libcrypto++-dev (>= 5.6.1),
  protobuf-compiler (>= 2.5.0),
diff --git a/nlsr/debian/control.precise b/nlsr/debian/control.precise
index 6ba45aa..1f2c526 100644
--- a/nlsr/debian/control.precise
+++ b/nlsr/debian/control.precise
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.2.0~rc0.1),
+ ndn-cxx-dev (>= 0.2.0~rc1.1),
  liblog4cxx10-dev (>= 0.10.0),
  libcrypto++-dev (>= 5.6.1),
  protobuf-compiler (>= 2.5.0),
diff --git a/packaging.mk b/packaging.mk
index 0368151..d43b309 100644
--- a/packaging.mk
+++ b/packaging.mk
@@ -2,7 +2,7 @@
 PPA=ppa:named-data/ppa-dev
 
 # List of target distributions
-DISTROS=precise saucy trusty
+DISTROS=precise trusty
 
 DEBUILD=debuild -S
 
@@ -27,7 +27,7 @@
 	$(MAKE) _build DEBUILD="debuild -S -sa"
 
 build:
-	$(MAKE) _build DEBUILD=debuild DISTROS=precise
+	$(MAKE) _build DEBUILD=debuild DISTROS=trusty
 
 install: build
 	sudo dpkg -i work/*.deb
diff --git a/repo-ng/Makefile b/repo-ng/Makefile
index 8dac504..9f8b6c9 100644
--- a/repo-ng/Makefile
+++ b/repo-ng/Makefile
@@ -2,13 +2,13 @@
 GIT_URL=https://github.com/named-data/repo-ng
 
 # Tag name or commit hash for checkout
-GIT_VERSION=91fb4f2e5067d2fd6a591d885353a449bc65b399
+GIT_VERSION=28a90fbc7a4be6d609946d07db6cce5b54a8a134
 
 # Package name
 NAME=repo-ng
 
 # Package version
-VERSION=0.0.0
+VERSION=0.0.1
 
 # PPA version
 PPA_VERSION=2
diff --git a/repo-ng/debian/changelog b/repo-ng/debian/changelog
index 43b5f11..f572fc2 100644
--- a/repo-ng/debian/changelog
+++ b/repo-ng/debian/changelog
@@ -1,3 +1,10 @@
+repo-ng (0.0.1-ppa2~DISTRO) DISTRO; urgency=low
+
+  * New version based on 28a90fbc7a4be6d609946d07db6cce5b54a8a134
+    (https://github.com/named-data/repo-ng)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Tue, 22 Jul 2014 10:54:54 -0700
+
 repo-ng (0.0.0-ppa2~DISTRO) DISTRO; urgency=low
 
   * New version based on 91fb4f2e5067d2fd6a591d885353a449bc65b399
diff --git a/repo-ng/debian/control b/repo-ng/debian/control
index 5960c3e..0073662 100644
--- a/repo-ng/debian/control
+++ b/repo-ng/debian/control
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.2.0~rc1)
+ ndn-cxx-dev (>= 0.2.0~rc1.1)
 Standards-Version: 3.9.2
 Section: net
 Homepage: http://github.com/named-data/repo-ng