diff -Nru /tmp/GZowvjBvi6/ubuntu-dev-tools-0.10/debian/changelog /tmp/BV7FyTLWqY/ubuntu-dev-tools-0.11/debian/changelog --- /tmp/GZowvjBvi6/ubuntu-dev-tools-0.10/debian/changelog 2007-09-14 11:25:03.000000000 +0200 +++ /tmp/BV7FyTLWqY/ubuntu-dev-tools-0.11/debian/changelog 2007-09-19 18:05:33.000000000 +0200 @@ -1,3 +1,9 @@ +ubuntu-dev-tools (0.11) gutsy; urgency=low + + * update-maintainer: correctly pass path to dch (LP: #141015) + + -- Laurent Bigonville Wed, 19 Sep 2007 18:04:57 +0200 + ubuntu-dev-tools (0.10) gutsy; urgency=low * compare-packages: added script to compare the contents of 'old' and 'new' diff -Nru /tmp/GZowvjBvi6/ubuntu-dev-tools-0.10/update-maintainer /tmp/BV7FyTLWqY/ubuntu-dev-tools-0.11/update-maintainer --- /tmp/GZowvjBvi6/ubuntu-dev-tools-0.10/update-maintainer 2007-09-14 11:25:03.000000000 +0200 +++ /tmp/BV7FyTLWqY/ubuntu-dev-tools-0.11/update-maintainer 2007-09-19 18:02:47.000000000 +0200 @@ -52,5 +52,5 @@ [ -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."