File: rules

package info (click to toggle)
python-whitenoise 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • ctags: 161
  • sloc: python: 765; makefile: 130
file content (10 lines) | stat: -rwxr-xr-x 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=whitenoise

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

override_dh_installchangelogs:
	dh_installchangelogs -p python-whitenoise   docs/changelog.rst
	dh_installchangelogs -p python3-whitenoise  docs/changelog.rst