File: rules

package info (click to toggle)
photofilmstrip 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,536 kB
  • sloc: python: 14,191; makefile: 38
file content (15 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
export DH_VERBOSE=1


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


override_dh_auto_build:
	dh_auto_build
	cd docs/help && make html

override_dh_installdeb:
	jdupes -rl debian/photofilmstrip/usr
	dh_installdeb