[pkg-haskell-tools] 03/04: Use dht dch in dht mass-change

Joachim Breitner nomeata at moszumanska.debian.org
Thu Aug 20 12:30:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository pkg-haskell-tools.

commit 8fe9e35fa1cf19d37a71a78a013da3365bb11806
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Aug 20 10:11:14 2015 +0200

    Use dht dch in dht mass-change
---
 scripts/mass-change | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/mass-change b/scripts/mass-change
index de6390d..1d75ee9 100755
--- a/scripts/mass-change
+++ b/scripts/mass-change
@@ -90,7 +90,7 @@ do
 	then
 		echo "Staging these changes:"
 		git diff|colordiff
-		debchange --changelog=debian/changelog "$message"
+		dht dch "$message"
 		git add .
 		changes=$((changes+1))
 	else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pkg-haskell-tools.git



More information about the Pkg-haskell-commits mailing list