mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Add bigon's patch so that dch actually works when the directory is not named debian/
This commit is contained in:
parent
c3d00d0a95
commit
80d91b0272
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user