nfd: Add missing dependencies

Refs: #2013 (http://redmine.named-data.net/issues/2013)
diff --git a/nfd/debian/changelog b/nfd/debian/changelog
index e37c0b1..cb440e5 100644
--- a/nfd/debian/changelog
+++ b/nfd/debian/changelog
@@ -1,3 +1,10 @@
+nfd (0.2.0-0-ppa2~DISTRO) DISTRO; urgency=low
+
+  * New version based on 3b21fa3258a276371cbbf9712a55c18de4a22ced
+    (https://github.com/named-data/NFD.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Tue, 30 Sep 2014 13:01:53 -0700
+
 nfd (0.2.0-0-ppa1~DISTRO) DISTRO; urgency=low
 
   * New version based on 3b21fa3258a276371cbbf9712a55c18de4a22ced
diff --git a/nfd/debian/control b/nfd/debian/control
index a35c07e..e594d01 100644
--- a/nfd/debian/control
+++ b/nfd/debian/control
@@ -16,7 +16,7 @@
 
 Package: nfd
 Architecture: i386 amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
+Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx, sudo, procps
 Description: NFD - Named Data Networking Forwarding Daemon
  NFD is a network forwarder that implements and evolves together with the Named Data
  Networking (NDN) protocol.
diff --git a/nfd/debian/control.precise b/nfd/debian/control.precise
index d3b86b8..d4acec9 100644
--- a/nfd/debian/control.precise
+++ b/nfd/debian/control.precise
@@ -16,7 +16,7 @@
 
 Package: nfd
 Architecture: i386 amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
+Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx, sudo, procps
 Description: NFD - Named Data Networking Forwarding Daemon
  NFD is a network forwarder that implements and evolves together with the Named Data
  Networking (NDN) protocol.