File: rules

package info (click to toggle)
scanmem 0.17-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,260 kB
  • sloc: ansic: 4,758; python: 1,581; sh: 182; makefile: 97
file content (16 lines) | stat: -rwxr-xr-x 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS := hardening=+all

%:
	dh $@ --with python3

override_dh_auto_configure:
	./autogen.sh
	dh_auto_configure -- --enable-gui --libdir=/usr/lib/scanmem

execute_after_dh_install:
	$(RM) -r $(CURDIR)/debian/*/usr/share/gameconqueror/__pycache__/

override_dh_makeshlibs:
	dh_makeshlibs -Xlibscanmem