File: rules

package info (click to toggle)
decopy 0.2.4.4-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,296 kB
  • sloc: python: 8,023; sh: 30; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

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

override_dh_auto_build:
	dh_auto_build
	ronn README.md
	mv README*.1 decopy.1
	mv README*.1.html decopy.1.html

override_dh_auto_test:
	LC_ALL=C.UTF-8 dh_auto_test