[pbuilder] 01/01: satisfydepends-funcs: don't ignore the last line of a .dsc while parsing it

Mattia Rizzolo mattia at debian.org
Sat Jul 23 16:08:19 UTC 2016


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

mattia pushed a commit to branch 635696_b-d_as_last_line_in_dsc
in repository pbuilder.

commit 896e4548484b66ac24d59b7accd818fe7fc1ffaf
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Jul 23 16:07:48 2016 +0000

    satisfydepends-funcs: don't ignore the last line of a .dsc while parsing it
    
    Thanks: HW42 for providing the needed sed magic
---
 pbuilder-satisfydepends-funcs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pbuilder-satisfydepends-funcs b/pbuilder-satisfydepends-funcs
index 6e81cf4..5c23080 100755
--- a/pbuilder-satisfydepends-funcs
+++ b/pbuilder-satisfydepends-funcs
@@ -78,10 +78,12 @@ t store
 d
 : store
 H
+$ b skip
 : loop
 n
 /^#/ b loop
 /^[ \t]/ b store
+: skip
 x
 # output on single line
 s/\n//g

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