File: rules

package info (click to toggle)
salmid 0.1.23-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 9,508 kB
  • sloc: python: 371; sh: 31; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 188 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

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

override_dh_install:
	dh_install
	find debian -name __pycache__ | xargs rm -rf