File: rules

package info (click to toggle)
python-flasgger 0.9.7.2~dev2%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,684 kB
  • sloc: javascript: 6,384; python: 4,379; makefile: 8; sh: 1
file content (12 lines) | stat: -rwxr-xr-x 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
export PYBUILD_NAME=flasgger
export PYBUILD_TEST_ARGS=--ignore tests/test_examples.py

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

execute_after_dh_auto_install:
	find debian -name '.DS_Store' -delete

execute_after_dh_fixperms:
	find debian -name 'favicon.ico' -exec chmod 0644 {} +