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/nlsr/Makefile b/nlsr/Makefile
index 4119b5b..ffb67d0 100644
--- a/nlsr/Makefile
+++ b/nlsr/Makefile
@@ -2,15 +2,15 @@
GIT_URL=https://github.com/named-data/NLSR
# Tag name or commit hash for checkout
-GIT_VERSION=060d302bf2e4e50bbb8b8e9e4f17daec95d249df
+GIT_VERSION=NLSR-0.1.0
# Package name
NAME=nlsr
# Package version
-VERSION=0.1~rc0.4
+VERSION=0.1.0
# PPA version
-PPA_VERSION=2
+PPA_VERSION=1
include ../packaging.mk
diff --git a/nlsr/debian/changelog b/nlsr/debian/changelog
index 376b81a..5d60a31 100644
--- a/nlsr/debian/changelog
+++ b/nlsr/debian/changelog
@@ -1,3 +1,9 @@
+nlsr (0.1.0-ppa1~DISTRO) DISTRO; urgency=low
+
+ * New version based on NLSR-0.1.0 (https://github.com/named-data/NLSR)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Mon, 25 Aug 2014 12:11:33 -0700
+
nlsr (0.1~rc0.4-ppa2~DISTRO) DISTRO; urgency=low
* New version based on 060d302bf2e4e50bbb8b8e9e4f17daec95d249df
diff --git a/nlsr/debian/control b/nlsr/debian/control
index 8cf57cc..a66e951 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~rc2.2),
+ ndn-cxx-dev (>= 0.2.0),
liblog4cxx10-dev (>= 0.10.0),
libcrypto++-dev (>= 5.6.1),
protobuf-compiler (>= 2.4.0),
diff --git a/nlsr/debian/control.precise b/nlsr/debian/control.precise
index bf8dad2..c69e186 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~rc2.2),
+ ndn-cxx-dev (>= 0.2.0),
liblog4cxx10-dev (>= 0.10.0),
libcrypto++-dev (>= 5.6.1),
protobuf-compiler (>= 2.4.0),
diff --git a/nlsr/debian/rules b/nlsr/debian/rules
index dbce74b..44c87df 100755
--- a/nlsr/debian/rules
+++ b/nlsr/debian/rules
@@ -29,7 +29,9 @@
override_dh_clean:
dh_clean
./waf distclean
+ rm -f VERSION
rm -rf .waf-1*
rm -f .waf-tools/*.pyc
+ rm -f docs/*.pyc
override_dh_auto_test: