summaryrefslogtreecommitdiff
path: root/git-debpush
diff options
context:
space:
mode:
Diffstat (limited to 'git-debpush')
-rwxr-xr-xgit-debpush4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-debpush b/git-debpush
index b6c7f57..beafd4b 100755
--- a/git-debpush
+++ b/git-debpush
@@ -2,7 +2,7 @@
# git-debpush -- create & push a git tag with metadata for an ftp-master upload
#
-# Copyright (C) 2019, 2024 Sean Whitton
+# Copyright (C) 2019 Sean Whitton
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -481,7 +481,7 @@ fi
tagmessage="$source release $version for $target
[dgit distro=$distro split$quilt_mode_text]
-[dgit please-upload source=$source version=$version$upstream_info]
+[dgit please-upload$upstream_info]
"
git tag "${git_tag_opts[@]}" -s -m "$tagmessage" "$debian_tag" "$branch"