File: rules

package info (click to toggle)
kajongg 4%3A22.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,340 kB
  • sloc: python: 20,861; sh: 202; xml: 163; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# disable the compilation of the Python bytecode at build time,
# as it is built at installation time, and removed by dh_python3 anyway
export PYTHONDONTWRITEBYTECODE=1

%:
	dh $@ --with kf5,python3

override_dh_auto_configure:
	dh_auto_configure -Skf5 -- -DKDE_INSTALL_BINDIR=/usr/games

override_dh_python3:
	dh_python3 /usr/share/kajongg