aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends
diff options
context:
space:
mode:
authordancer <dancer>2002-03-24 01:49:01 +0000
committerdancer <dancer>2002-03-24 01:49:01 +0000
commit527b470ea9b96f7971d616d105a479d4622e8f6c (patch)
tree77629a89d495549da70e17628b2604cc00f38203 /pbuilder-satisfydepends
parentb01f25564262fac3f2ce03cd21af37174531a239 (diff)
downloadpbuilder-527b470ea9b96f7971d616d105a479d4622e8f6c.tar
pbuilder-527b470ea9b96f7971d616d105a479d4622e8f6c.tar.gz
fixed build-dep parser to parse smurf control file.
Diffstat (limited to 'pbuilder-satisfydepends')
-rw-r--r--pbuilder-satisfydepends4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilder-satisfydepends b/pbuilder-satisfydepends
index 1002dc1..4a179b3 100644
--- a/pbuilder-satisfydepends
+++ b/pbuilder-satisfydepends
@@ -77,7 +77,7 @@ BEGIN{source=1}
/^[^ ]*:/ {p=0}
tolower($0) ~ /^'"${BD_REGEXP}"':/ {p=1}
{if(p && source) {print $0}}' | \
- sed 's/^[^: ]*: //' | \
+ sed 's/^[^: ]*://' | \
tr " " "/" | \
awk 'BEGIN{RS=","} {print}'); do
echo " -> Considering "$(echo $INSTALLPKGMULTI | tr "/" " " | awk '{print $0}' )
@@ -134,7 +134,7 @@ tolower($0) ~ /^'"${BD_REGEXP}"':/ {p=1}
/^[^ ]*:/{p=0}
tolower($0) ~ /^'"${BC_REGEXP}"':/ {p=1}
{if(p && source) {print $0}}' | \
- sed 's/^[^: ]*: //' | \
+ sed 's/^[^: ]*://' | \
tr " " "/" | \
awk 'BEGIN{RS=","} {print}'); do
CURRENTREALPKGNAME=$(echo "$INSTALLPKG" | sed -e 's/^[/]*//' -e 's/[[/(].*//')