ndn-cxx, nfd: Bumping version of 0.2.0-rc2
nlsr: Bumping to the latest release
ndn-tlv-ping, ndn-traffic-generator, ndndump, repo-ng: Bumping ppa version to
force rebuild against the latest version of the library.
diff --git a/nfd/Makefile b/nfd/Makefile
index 64174a7..7a17939 100644
--- a/nfd/Makefile
+++ b/nfd/Makefile
@@ -2,13 +2,13 @@
GIT_URL=https://github.com/named-data/NFD.git
# Tag name or commit hash for checkout
-GIT_VERSION=b609f00cbe94cd59c6a0162bb8fde84be3a5dd79
+GIT_VERSION=NFD-0.2.0-rc2
# Package name
NAME=nfd
# Package version
-VERSION=0.2.0~rc1.1
+VERSION=0.2.0~rc2
# PPA version
PPA_VERSION=1
diff --git a/nfd/debian/changelog b/nfd/debian/changelog
index a9833e1..e480006 100644
--- a/nfd/debian/changelog
+++ b/nfd/debian/changelog
@@ -1,3 +1,10 @@
+nfd (0.2.0~rc2-ppa1~DISTRO) DISTRO; urgency=low
+
+ * New version based on NFD-0.2.0-rc2 (https://github.com/named-
+ data/NFD.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Wed, 30 Jul 2014 12:31:17 -0700
+
nfd (0.2.0~rc1.1-ppa1~DISTRO) DISTRO; urgency=low
* New version based on b609f00cbe94cd59c6a0162bb8fde84be3a5dd79
diff --git a/nfd/debian/control b/nfd/debian/control
index 7627b10..ebee6f2 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.1),
+ ndn-cxx-dev (>= 0.2.0~rc2),
python-sphinx,
libpcap-dev,
libboost-all-dev (>= 1.48.0)
diff --git a/nfd/debian/control.precise b/nfd/debian/control.precise
index 6f410c7..850a172 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.1),
+ ndn-cxx-dev (>= 0.2.0~rc2),
python-sphinx,
libpcap-dev,
libboost1.48-all-dev (>= 1.48.0)
diff --git a/nfd/debian/nfd.upstart b/nfd/debian/nfd.upstart
index a0ccb96..6e393e8 100644
--- a/nfd/debian/nfd.upstart
+++ b/nfd/debian/nfd.upstart
@@ -15,4 +15,15 @@
export HOME
exec /usr/bin/nfd --config /etc/ndn/nfd.conf 2>> /var/log/ndn/nfd.log
+
+post-start script
+ if [ -f /etc/ndn/nfd-init.sh ]; then
+ sleep 2 # post-start is executed just after nfd process starts, but there is no guarantee
+ # that all initialization has been finished
+ . /etc/ndn/nfd-init.sh
+ fi
+end script
+
post-stop exec sleep 2
+
+reload signal SIGHUP