mirror of
https://github.com/helixarch/debtap
synced 2024-11-21 18:00:27 +01:00
Update
This commit is contained in:
parent
4b72caf7c8
commit
480d66f7e6
1
debtap
1
debtap
|
@ -3423,7 +3423,6 @@ if [ -e conffiles ]; then
|
|||
fi
|
||||
|
||||
# Generating non optional dependencies fields
|
||||
|
||||
if [ $(grep -q '^Depends:\|^Pre-Depends:' control; echo $?) -eq 0 ]; then
|
||||
grep '^Depends:\|^Pre-Depends:' control | sed -e s'/^Depends: \|^Pre-Depends: //g' -e s'/ (/(/g' -e s'/= /=/g' -e s'/>> />/g' -e s'/<< /</g' -e s'/|/ /g' | tr -d "," | while read line; do
|
||||
for word in $line; do
|
||||
|
|
Loading…
Reference in New Issue
Block a user