Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
32d5c717
Commit
32d5c717
authored
Nov 15, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm whatdepends: use rdepends
parent
b44746b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
epm
bin/epm
+1
-1
epm-whatdepends
bin/epm-whatdepends
+3
-1
No files found.
bin/epm
View file @
32d5c717
...
...
@@ -204,7 +204,7 @@ check_command()
provides|prov
)
# HELPCMD: print package provides
epm_cmd
=
provides
;;
whatdepends|wd
)
# HELPCMD: print packages dependences on that
whatdepends|wd
|rdepends
)
# HELPCMD: print packages dependences on that
epm_cmd
=
whatdepends
;;
whatprovides
)
# HELPCMD: print packages provides that target
...
...
bin/epm-whatdepends
View file @
32d5c717
...
...
@@ -31,7 +31,9 @@ epm_whatdepends()
# by package name
case
$PMTYPE
in
apt-rpm
)
CMD
=
"apt-cache whatdepends"
#CMD="apt-cache whatdepends"
# more quiet
CMD
=
"apt-cache rdepends"
;;
apt-dpkg|aptitude-dpkg
)
CMD
=
"apt-cache rdepends"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment