[pbuilder] 01/01: pdebuild: Fix typo in error message (debsign, not debsing)

James Clarke jrtc27-guest at moszumanska.debian.org
Thu Jun 2 21:28:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

jrtc27-guest pushed a commit to branch master
in repository pbuilder.

commit 6e33b30f7304386e6c9bd9c6935789e9a02b41dd
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Thu Jun 2 22:27:35 2016 +0100

    pdebuild: Fix typo in error message (debsign, not debsing)
---
 pdebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pdebuild b/pdebuild
index f73872e..d6b189f 100644
--- a/pdebuild
+++ b/pdebuild
@@ -106,7 +106,7 @@ if [ "${AUTO_DEBSIGN}" = "yes" ]; then
     elif [ -f "${BUILDRESULT}/${SOURCE_CHANGES}" ]; then
         DEBSIGN_PARAM[2]="${BUILDRESULT}/${SOURCE_CHANGES}"
     else
-        log.e "the .changes file can't be found, debsing not done"
+        log.e "the .changes file can't be found, debsign not done"
         exit 1
     fi
     debsign "${DEBSIGN_PARAM[@]}"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/pbuilder.git



More information about the Pbuilder-maint mailing list