Commit 3cef551b authored by Vitaly Lipatov's avatar Vitaly Lipatov

Revert "epm whatdepends: use rdepends": miss many dependencies

This reverts commit 32d5c717.
parent 429cb36c
......@@ -204,7 +204,7 @@ check_command()
provides|prov) # HELPCMD: print package provides
epm_cmd=provides
;;
whatdepends|wd|rdepends) # HELPCMD: print packages dependences on that
whatdepends|wd) # HELPCMD: print packages dependences on that
epm_cmd=whatdepends
;;
whatprovides) # HELPCMD: print packages provides that target
......
......@@ -31,9 +31,7 @@ epm_whatdepends()
# by package name
case $PMTYPE in
apt-rpm)
#CMD="apt-cache whatdepends"
# more quiet
CMD="apt-cache rdepends"
CMD="apt-cache whatdepends"
;;
apt-dpkg|aptitude-dpkg)
CMD="apt-cache rdepends"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment