Comment 3 for bug 332711

Revision history for this message
Michael Mauch (michael-mauch) wrote :

The problem seems to be the same with the remote-help-assistant-access-0.1.3.tar.gz - the loop is still looking for the non-existing file debian/changelog (then ../debian/changelog, then ../../debian/changelog and so on). There is a file PKG-INFO, maybe you wanted to read that? I don't understand why you search in the directories above - the file should be in the current directory, not somewhere above, no?

In Gentoo we use so-called "ebuilds" to install packages. An ebuild has a list with the dependencies, so dependency checking in setup.py should not be needed. An ebuild is separate from the upstream package - it's just a recipe that tells the Gentoo package management where to fetch the package and how to (build and) install it.

I attach an ebuild for remote-help-assistant-access-0.1.3.