File: rules

package info (click to toggle)
libervia-templates 0.9.0~hg402%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,760 kB
  • sloc: javascript: 231; xml: 94; python: 48; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

PYBUILD_NAME=sat_templates

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

execute_after_dh_auto_install:
	find debian -name __pycache__ -type d | xargs rm -rf