[pbuilder] 03/03: pdebuild: Use new get_changes_options function
James Clarke
jrtc27 at moszumanska.debian.org
Thu Jan 19 01:40:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
jrtc27 pushed a commit to branch wip/changes-option
in repository pbuilder.
commit 5d9dc00a5ca37b593a3d899c4b8af74d8d312de3
Author: James Clarke <jrtc27 at debian.org>
Date: Thu Jan 19 00:24:51 2017 +0000
pdebuild: Use new get_changes_options function
---
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