File: rules

package info (click to toggle)
appdirs 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 164 kB
  • sloc: python: 681; sh: 14; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 261 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=appdirs

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

override_dh_auto_test:
	touch test/__init__.py
	dh_auto_test
	rm -f test/__init__.py

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.rst