Updating packages to the latest canidate release versions
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