File: rules

package info (click to toggle)
flask-security 4.0.0-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,340 kB
  • sloc: python: 12,730; makefile: 131
file content (12 lines) | stat: -rwxr-xr-x 246 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=flask-security
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	# Skip for now

override_dh_auto_install:
	dh_auto_install
	find debian/python3-flask-security -name .DS_Store -delete