File: rules

package info (click to toggle)
python-flasgger 0.9.5%2Bdfsg.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,104 kB
  • sloc: javascript: 6,403; python: 3,665; makefile: 9; sh: 1
file content (12 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
export PYBUILD_NAME=flasgger
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	find debian -name '.DS_Store' -delete

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