This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 448a301367ddcc9637b61fbf2ffde3d5d4f305f9 Author: James McCoy <[email protected]> Date: Mon Mar 13 00:06:25 2017 -0400 debsign: Fix typo, derive_childinfo → derive_childfile Signed-off-by: James McCoy <[email protected]> --- scripts/debsign.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debsign.sh b/scripts/debsign.sh index 12c8909..7d5b2f4 100755 --- a/scripts/debsign.sh +++ b/scripts/debsign.sh @@ -797,7 +797,7 @@ case $# in exit 1 fi fi - derive_childinfo "$changes" dsc + derive_childfile "$changes" dsc derive_childfile "$changes" buildinfo dosigning; ;; -- 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
