[pbuilder] 01/01: pbuilder-buildpackage: Remove redundant source .changes copy

James Clarke jrtc27 at moszumanska.debian.org
Sun Jan 15 11:38:25 UTC 2017


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

jrtc27 pushed a commit to branch master
in repository pbuilder.

commit 21279cf47ce1d43842ef26fc1331f286d5fa08d0
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Sun Jan 15 11:37:59 2017 +0000

    pbuilder-buildpackage: Remove redundant source .changes copy
    
    The output of get822files includes the input file.
    
    Gbp-Dch: Ignore
---
 pbuilder-buildpackage | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage
index 9c9e526..19977bd 100755
--- a/pbuilder-buildpackage
+++ b/pbuilder-buildpackage
@@ -250,7 +250,6 @@ if [ -d "${BUILDRESULT}" ]; then
     chown "${BUILDRESULTUID}:${BUILDRESULTGID}" "${BUILDPLACE}$BUILDDIR/"*
     chgrp "${BUILDRESULTGID}" "${BUILDPLACE}$BUILDDIR/"*
     if [ "${SOURCE_ONLY_CHANGES}" = "yes" ]; then
-        cp -p "${SOURCE_CHANGES_FILE}" "${BUILDRESULT}"
         FILES=$( ( get822files "changes" "$ARCH_CHANGES_FILE" && get822files "changes" "$SOURCE_CHANGES_FILE" ) | sort -u)
     else
         FILES=$(get822files "changes" "$ARCH_CHANGES_FILE")

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