Comment 9 for bug 141015

Revision history for this message
Laurent Bigonville (bigon) wrote :

No it don't.
update-maintainer already needs to be run in the debian dir or at the top level of the sources

# look for the debian directory
if [ -f debian/control -a -f debian/changelog ]; then
    DEBIANDIR=debian
elif [ -f control -a -f changelog ]; then
    DEBIANDIR=.
else
    echo "Please execute «$0» in the source folder." >&2 && exit 1
fi