Looks like you may not have installed the build-depends; ie the packages required to do the build.
On my system /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
is in the gnome-pkg-tools package. To automatically install required packages you can run:
Code:
apt-get build-dep gnome-python
Where gnome-python is the package you want to build.
See: http://www.debian.org/doc/...



