File: rules

package info (click to toggle)
flask-gravatar 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: python: 282; makefile: 6; sh: 3
file content (11 lines) | stat: -rwxr-xr-x 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.5 at
# Tue, 04 Apr 2017 18:09:22 +0200
export PYBUILD_NAME=flask-gravatar
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	find debian -type f -name ".coverage" -delete