File: rules

package info (click to toggle)
gkrellm 2.3.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 4,876 kB
  • sloc: ansic: 58,456; makefile: 667; sh: 270
file content (20 lines) | stat: -rwxr-xr-x 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

include /usr/share/dpkg/buildflags.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_installinit:
	dh_installinit -u"defaults 21"

override_dh_auto_build:
	dh_auto_build -- PREFIX=/usr without-ssl=1

override_dh_auto_install:
	$(MAKE) install DESTDIR=`pwd`/debian/tmp PREFIX=/usr

override_dh_clean:
	dh_clean
	rm -f gkrellm.ico