[pkg-haskell-tools] 01/02: upload: fix call to dht tag

Joachim Breitner nomeata at moszumanska.debian.org
Fri Aug 14 09:28:10 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 781b3231935c4d29834fae88dea97e3bfe3d8727
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Aug 14 11:25:36 2015 +0200

    upload: fix call to dht tag
---
 scripts/upload | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/upload b/scripts/upload
index 184ab9e..534b96b 100755
--- a/scripts/upload
+++ b/scripts/upload
@@ -50,7 +50,7 @@ mkdir $tmpdir
 for c in $changes
 do
 	src="$(grep ^Source "$c"|grep-dctrl -s Source -n '' )"
-	$root/tag.pl $root/p/$src
+	dht tag $root/p/$src
 	dcmd cp -v "$c" "$tmpdir"
 	debsign "$tmpdir"/"$(basename "$c")"
 	dput ssh-upload "$tmpdir"/"$(basename "$c")"

-- 
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