File: rules

package info (click to toggle)
python-fhs 1.2-1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: python: 1,088; sh: 25; makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export PYBUILD_NAME = fhs

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

override_dh_auto_build:
	dh_auto_build
	doxygen config.doxygen
	rm doxygen-output/html/jquery.js
	ln -s /usr/share/javascript/jquery/jquery.js doxygen-output/html/

override_dh_auto_clean:
	dh_auto_clean
	rm -rf doxygen-output fhs_paths.egg-info dist