File: rules

package info (click to toggle)
catgirl 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 424 kB
  • sloc: ansic: 5,670; sh: 123; makefile: 78; objc: 61
file content (12 lines) | stat: -rwxr-xr-x 206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	./configure --prefix=/usr --mandir=/usr/share/man

override_dh_auto_build:
	dh_auto_build -- all