File: rules

package info (click to toggle)
libsigrokdecode 0.5.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,396 kB
  • sloc: python: 26,449; sh: 4,451; ansic: 4,213; makefile: 66
file content (14 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# export DH_VERBOSE=1

# Reduce the number of unneeded dependencies with --as-needed.
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@ --with python3

override_dh_auto_clean:
	dh_auto_clean
	rm -rf decoders/**/__pycache__