Welcome to mirror list, hosted at ThFree Co, Russian Federation.

control-extract « debian - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed65f29861c934f5e70ea0f3883e5d5cf2b9bdd7 (plain)
1
2
#!/bin/sh
awk "BEGIN { i = 0; } { if (/^Package: $2/) i = 1; if (/^\s*\$/) i = 0; if (/$1:/ && i) print }" < debian/control | sed -e "s,^$1: ,,"