repo.or.cz
/
pacman-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move important information up in -Si output
[pacman-ng.git]
/
test
/
pacman
/
tests
/
database002.py
blob
05fa7f4b90921b56725f159a056faa846d3913df
1
self
.
description
=
"-D --asexplicit"
2
3
lp
=
pmpkg
(
"pkg"
)
4
lp
.
reason
=
1
5
self
.
addpkg2db
(
"local"
,
lp
)
6
7
self
.
args
=
"-D pkg --asexplicit"
8
9
self
.
addrule
(
"PACMAN_RETCODE=0"
)
10
self
.
addrule
(
"PKG_EXIST=pkg"
)
11
self
.
addrule
(
"PKG_REASON=pkg|0"
)