File: rules

package info (click to toggle)
guzzle-sphinx-theme 0.7.11-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,304 kB
  • sloc: python: 113; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 394 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
export PYBUILD_NAME=guzzle-sphinx-theme

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_install:
	dh_install
	find debian/python3-guzzle-sphinx-theme -name LICENSE.txt -delete

override_dh_fixperms:
	dh_fixperms
	find debian/python3-guzzle-sphinx-theme/usr/lib/python3/dist-packages/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts -type f | xargs chmod -x