File: rules

package info (click to toggle)
pylint-plugin-utils 0.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 96 kB
  • ctags: 33
  • sloc: python: 104; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# DH_VERBOSE = 1

export PYBUILD_NAME=pylint-plugin-utils

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

override_dh_install:
	dh_install --fail-missing

override_dh_installdocs:
	dh_installdocs -i README.md