ndn-cxx, nfd: Package for initial public release (0.2.0)
Other updates:
- nlsr: Initial 0.1.0 release
- ndndump: Bump to version 0.5.1
- ndn-tlv-ping, repo-ng: Update to the latest version
- ndn-traffic-generator: Ensure package is rebuild against the latest ndn-cxx
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
index 4483eea..6ec19d0 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=aa21462413e56844ab7076ab267275cd257d2b90
+GIT_VERSION=ndn-cxx-0.2.0
# Package name
NAME=ndn-cxx
# Package version
-VERSION=0.2.0~rc2.2
+VERSION=0.2.0
# PPA version
PPA_VERSION=1
diff --git a/ndn-cxx/debian/changelog b/ndn-cxx/debian/changelog
index 9fb0941..8c4f9ad 100644
--- a/ndn-cxx/debian/changelog
+++ b/ndn-cxx/debian/changelog
@@ -1,3 +1,10 @@
+ndn-cxx (0.2.0-ppa1~DISTRO) DISTRO; urgency=low
+
+ * New version based on ndn-cxx-0.2.0 (https://github.com/named-
+ data/ndn-cxx.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Mon, 25 Aug 2014 11:30:22 -0700
+
ndn-cxx (0.2.0~rc2.2-ppa1~DISTRO) DISTRO; urgency=low
* New version based on aa21462413e56844ab7076ab267275cd257d2b90
diff --git a/ndn-cxx/debian/rules b/ndn-cxx/debian/rules
index 08cd289..4d78fc8 100755
--- a/ndn-cxx/debian/rules
+++ b/ndn-cxx/debian/rules
@@ -29,6 +29,7 @@
override_dh_clean:
dh_clean
./waf distclean
+ rm -f VERSION
rm -rf .waf-1*
rm -f .waf-tools/*.pyc
rm -f docs/*.pyc