nfd: Add missing dependencies

Refs: #2013 (http://redmine.named-data.net/issues/2013)
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.