File: rules

package info (click to toggle)
python-secretstorage 3.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 256 kB
  • sloc: python: 697; makefile: 11; sh: 8
file content (18 lines) | stat: -rwxr-xr-x 409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

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

override_dh_auto_build:
	dh_auto_build
	sphinx-build docs build/sphinx/html

override_dh_installdocs:
	dh_installdocs -ppython-secretstorage-doc --doc-main-package=python3-secretstorage
	dh_installdocs --remaining-packages

override_dh_compress:
	dh_compress -X.html

override_dh_auto_test: