Bug 20061: koha-common is not pulling libsearch-elasticsearch-perl / d/control
[koha_ffzg] / debian / update-control
1 #!/bin/sh
2
3 set -e
4
5 deps="$(debian/list-deps |
6         sort -u |
7         sed 's/.*/ &,\\n/' | 
8         tr -d '\n' | 
9         sed 's/,\\n$//')"
10 sed "s/__AUTODEPENDS__/$deps/" debian/control.in > debian/control
11