Add bigon's patch so that dch actually works when the directory is not named debian/

This commit is contained in:
Albin Tonnerre 2007-09-29 00:07:32 +02:00
parent c3d00d0a95
commit 80d91b0272

View File

@ -52,5 +52,5 @@ for file in control{,.in,.real}; do
[ -f $DEBIANDIR/$file ] && sed -ri "s/(^Maintainer:) (.*)/\1 $email\nXSBC-Original-\1 \2/" $DEBIANDIR/$file
done
dch "Modify Maintainer value to match the DebianMaintainerField specification."
dch --changelog $DEBIANDIR/changelog "Modify Maintainer value to match the DebianMaintainerField specification."
echo "Maintainer changed to $email."