File: control

package info (click to toggle)
tryton-meta 57
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60 kB
  • sloc: makefile: 5
file content (6 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
# The purpose of this package is basically to install all modules and dependencies,
# so it will fail if Depends are not satisfied. It is sufficient to just use a
# smoke test on the server.
Depends: @
Restrictions: superficial
Test-Command: cd "$AUTOPKGTEST_TMP" ; python3 -c "import trytond ; print(trytond.__version__)"