File: rules

package info (click to toggle)
bpython 0.24-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,196 kB
  • sloc: python: 13,035; xml: 53; makefile: 6; sh: 2
file content (12 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# Force UTF-8 locale
export LC_ALL=C.UTF-8

%:
	dh $@ \
		--with python3 \
		--buildsystem=pybuild

override_dh_auto_test:
	# dh_auto_test -- --test-nose