In the section describing how to build packages for Debian, the command given to install dpkg-dev is incomplete. "install" is needed for the command to execute as desired. Signed-off-by: Jon Mason <jon.mason@xxxxxxxxx> --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 197a7bf..825e932 100644 --- a/README +++ b/README @@ -58,7 +58,7 @@ Building packages You can build packages for Debian or Debian-derived (e.g., Ubuntu) systems with -$ sudo apt-get dpkg-dev +$ sudo apt-get install dpkg-dev $ dpkg-checkbuilddeps # make sure we have all dependencies $ dpkg-buildpackage -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html