From 80d91b0272ddc6e77b0b991bc6a786752f8b71c4 Mon Sep 17 00:00:00 2001 From: Albin Tonnerre Date: Sat, 29 Sep 2007 00:07:32 +0200 Subject: [PATCH] Add bigon's patch so that dch actually works when the directory is not named debian/ --- update-maintainer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-maintainer b/update-maintainer index 37e2ee1..cc6e992 100755 --- a/update-maintainer +++ b/update-maintainer @@ -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."