This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository devscripts.
commit 51e909fdd79c94a957bf441b1c4e4b5e457a07d5 Author: James Clarke <[email protected]> Date: Sat May 27 20:14:09 2017 +0100 debsign: Fix signing a dsc directly Cloess: #863497 Signed-off-by: Mattia Rizzolo <[email protected]> --- debian/changelog | 4 ++++ scripts/debsign.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d12c50f..e436d4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,10 @@ devscripts (2.17.6) UNRELEASED; urgency=medium * debrepro: + check for dependencies before doing any builds (Closes: #862586) + [ James Clarke ] + * debsign: + + Fix signing a dsc directly. (Closes: #863497) + -- Osamu Aoki <[email protected]> Fri, 31 Mar 2017 02:03:30 +0900 devscripts (2.17.5) unstable; urgency=medium diff --git a/scripts/debsign.sh b/scripts/debsign.sh index 0717bea..924b03e 100755 --- a/scripts/debsign.sh +++ b/scripts/debsign.sh @@ -725,7 +725,7 @@ for valid format" >&2; report_signed else - ensure_local_copy "$remotehost" "$remotehost" "$remotedsc" dsc + ensure_local_copy "$remotehost" "$remotedsc" "$dsc" dsc signas="$(guess_signas "$dsc")" maybesign_dsc "$signas" "$remotehost" "$dsc" report_signed -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
