File: rules

package info (click to toggle)
python-secretstorage 2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 260 kB
  • ctags: 150
  • sloc: python: 636; sh: 8; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

%:
	dh $@ --with python2,python3,sphinxdoc --buildsystem pybuild

override_dh_auto_build:
	dh_auto_build
	python3 setup.py build_sphinx

override_dh_auto_test: