File: rules

package info (click to toggle)
sphinx-argparse-cli 1.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: python: 651; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=sphinx-argparse-cli

%:
	dh $@ --buildsystem=pybuild

# the "roots" directory, containing test data for the test suite, is only
# distributed in git, and not the tarball, so we cannot run tests
override_dh_auto_test: