[pbuilder] 01/01: buildpackage: fix syntax

Mattia Rizzolo mattia at debian.org
Thu Nov 10 15:11:46 UTC 2016


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

mattia pushed a commit to branch master
in repository pbuilder.

commit a8c2e686a2a6399910bbad7273f3e8de6c4d7c81
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Thu Nov 10 15:11:29 2016 +0000

    buildpackage: fix syntax
    
    Gbp-Dch: Ignore
---
 pbuilder-buildpackage-funcs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pbuilder-buildpackage-funcs b/pbuilder-buildpackage-funcs
index 9e1629d..1aecc65 100644
--- a/pbuilder-buildpackage-funcs
+++ b/pbuilder-buildpackage-funcs
@@ -171,7 +171,7 @@ function binNMU() {
         BINNMU_VERSION=1
     fi
     local arch=$($CHROOTEXEC dpkg-architecture -qDEB_HOST_ARCH)
-    local date=$(date -R ${BINNMU_TIMESTAMP:+-d "${BINNMU_TIMESTAMP}})
+    local date=$(date -R ${BINNMU_TIMESTAMP:+-d "${BINNMU_TIMESTAMP}"})
     log.i "Doing a binNMU, version $BINNMU_VERSION for $DISTRIBUTION/$arch to '$BINNMU_MESSAGE'"
     local cl=$(ls "$BUILDPLACE"/"$BUILDDIR"/*/debian/changelog)
     local tmpcl=$(mktemp pbuilder.tmpchangelog.XXXXXXXXXXX)

-- 
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