File: rules

package info (click to toggle)
pyfiglet 0.7.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 308 kB
  • ctags: 268
  • sloc: python: 724; sh: 76; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 320 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=pyfiglet

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

override_dh_auto_test:
	PYBUILD_SYSTEM=custom \
		PYBUILD_TEST_ARGS="{interpreter} -m pyfiglet.test" dh_auto_test

get-packaged-orig-source:
	uscan --noconf --download-current-version --destdir=. --rename --repack