When running packager.py, if mongosniff isn't in the downloaded tarball, the script throws a fatal error. It should just move on.
Traceback (most recent call last):
  File "packager.py", line 638, in <module>
    main(sys.argv)
  File "packager.py", line 176, in main
    repos.append(make_package(distro, arch, spec, srcdir))
  File "packager.py", line 343, in make_package
    os.unlink(sdir+("%s/usr/bin/mongosniff"%BINARYDIR))
OSError: [Errno 2] No such file or directory: 'dst/i686/debian-sysvinit/mongodb-org-unstable-2.5.4/BINARIES/usr/bin/mongosniff'
[ubuntu@distro-deb2 buildscripts]$