[Bug 141015] Re: Correctly pass path to dch

Laurent Bigonville bigon at ubuntu.com
Tue Sep 25 16:07:35 UTC 2007


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

-- 
Correctly pass path to dch
https://bugs.launchpad.net/bugs/141015
You received this bug notification because you are a member of MOTU,
which is a bug contact for ubuntu-dev-tools in ubuntu.




More information about the universe-bugs mailing list