File: rules

package info (click to toggle)
magic-wormhole 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,528 kB
  • sloc: python: 16,560; javascript: 840; makefile: 22; sh: 1
file content (13 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=magic-wormhole

# Work around test failures due to ASCII python3 restrictions
export LC_ALL=C.UTF-8
export LANG=C.UTF-8

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

override_dh_installchangelogs:
	dh_installchangelogs NEWS.md