File: rules

package info (click to toggle)
python-kanboard 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 140 kB
  • sloc: python: 96; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 305 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
#export DH_VERBOSE = 1
export LC_ALL=C.UTF-8

export PYBUILD_NAME=kanboard

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

override_dh_auto_configure:
	mkdir -p debian/bak
	cp AUTHORS ChangeLog debian/bak/
	dh_auto_configure

override_dh_auto_clean:
	-cp debian/bak/* .
	dh_auto_clean