Commit 0d599d4f authored by Vitaly Lipatov's avatar Vitaly Lipatov

check_publish: do not include in .usedby devel subpackage

parent 1c422eb1
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
get_wd() get_wd()
{ {
apt-cache whatdepends $1 | grep "^ [a-zA-Z]" | sed -e "s|^ *||g" apt-cache whatdepends $1 | grep "^ [a-zA-Z]" | sed -e "s|^ *||g" | grep -v $1
} }
list_wd() list_wd()
{ {
......
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