This is because dpkg-dev isn't installed in Linux by default (because, honestly, you usually don't need it if you're installing everything from the repos).
To get this little utility, run the following:
Debian/Ubuntu
$ sudo aptitude install dpkg-dev
CentOS/RedHat
$ sudo yum install dpkg-devel
And voilà...
Comments