File: rules

package info (click to toggle)
scanmem 0.17-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,256 kB
  • sloc: ansic: 4,758; python: 1,581; sh: 182; makefile: 95
file content (13 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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

override_dh_makeshlibs:
	dh_makeshlibs -Xlibscanmem