This commit is contained in:
josch 2014-06-23 11:01:33 +02:00
parent 25fd8a6f4f
commit f4cf179b6d
2 changed files with 1 additions and 1 deletions

View file

@ -111,7 +111,7 @@ else
namever="$2"
# create and install a package with same name and version but without dependencies
# removing Source: field because of bug#751942
apt-cache show --no-all-versions $namever
apt-cache show --no-all-versions $namever \
| grep -v "^Pre-Depends:" \
| grep -v "^Depends:" \
| grep -v "^Recommends:" \

0
run.sh Normal file → Executable file
View file