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
3cef551b
Commit
3cef551b
authored
Dec 10, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "epm whatdepends: use rdepends": miss many dependencies
This reverts commit
32d5c717
.
parent
429cb36c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
epm
bin/epm
+1
-1
epm-whatdepends
bin/epm-whatdepends
+1
-3
No files found.
bin/epm
View file @
3cef551b
...
...
@@ -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
...
...
bin/epm-whatdepends
View file @
3cef551b
...
...
@@ -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"
...
...
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