File: rules

package info (click to toggle)
gkrellm 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,840 kB
  • sloc: ansic: 58,015; makefile: 752; sh: 263; xml: 56
file content (21 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

include /usr/share/dpkg/buildflags.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -std=gnu17

%:
	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