File: control

package info (click to toggle)
sphinx-book-theme 0.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,228 kB
  • sloc: python: 803; javascript: 112; makefile: 21; sh: 9
file content (12 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
# use this document to learn how to write autopkgtests
# https://salsa.debian.org/ci-team/autopkgtest/-/blob/master/doc/README.package-tests.rst

## Enable this test if the package ship a module and it has tests available
# Tests: unittests
# Depends: @,
#          @builddeps@,
# Restrictions: allow-stderr

## Enable this test if the package ships a command-line tool
# Test-Command: COMMAND-LINE-TOOL --help
# Depends: @