[pbuilder] 01/01: fixup! pbuilder-satisfydepends-funcs: Make get_source_control_field more robust

James Clarke jrtc27-guest at moszumanska.debian.org
Mon Jan 2 16:56:34 UTC 2017


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

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

commit b4f47f67952087bff93595fcae7622ec0aa02f07
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Mon Jan 2 16:56:31 2017 +0000

    fixup! pbuilder-satisfydepends-funcs: Make get_source_control_field more robust
---
 pbuilder-satisfydepends-funcs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pbuilder-satisfydepends-funcs b/pbuilder-satisfydepends-funcs
index 23de753..de7233e 100755
--- a/pbuilder-satisfydepends-funcs
+++ b/pbuilder-satisfydepends-funcs
@@ -55,7 +55,7 @@ checkbuilddep_versiondeps() {
 get_source_control_field() {
     local field="$1"
 
-    sed -n -e "s/^$field://i" -e '
+    sed -n '
 # Skip PGP header
 /^-----BEGIN PGP SIGNED MESSAGE-----$/ {
     : pgploop

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