[pbuilder] 03/07: pdebuild: Use new get_changes_options function

Mattia Rizzolo mattia at debian.org
Fri Jan 20 23:46:53 UTC 2017


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

mattia pushed a commit to branch master
in repository pbuilder.

commit e8e4debdd0d9c727398f2ae0fb540e005ad0de55
Author: James Clarke <jrtc27 at debian.org>
Date:   Thu Jan 19 00:24:51 2017 +0000

    pdebuild: Use new get_changes_options function
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 pdebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pdebuild b/pdebuild
index 8de3ed7..397523e 100644
--- a/pdebuild
+++ b/pdebuild
@@ -86,7 +86,7 @@ else
     dpkg-source -b .
     if ! [ "../${DSC}" -ef "${BUILDRESULT}/${DSC}" ]; then
         log.i "Generating source changes file for original dsc"
-        dpkg-genchanges -S > "../${SOURCE_CHANGES}"
+        dpkg-genchanges -S $(get_changes_options) > "../${SOURCE_CHANGES}"
     else
         log.i "Generated dsc will be overwritten by build result; not generating changes file"
     fi

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