[devscripts] 01/01: debsign: Fix typo, derive_childinfo → derive_childfile

James McCoy jamessan at debian.org
Mon Mar 13 04:07:32 UTC 2017


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 <jamessan at debian.org>
Date:   Mon Mar 13 00:06:25 2017 -0400

    debsign: Fix typo, derive_childinfo → derive_childfile
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 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



More information about the devscripts-devel mailing list