File: rules

package info (click to toggle)
iroffer 1.4.b03-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 980 kB
  • sloc: ansic: 15,074; sh: 864; makefile: 12
file content (20 lines) | stat: -rwxr-xr-x 436 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	./Configure

override_dh_auto_build:
	dh_auto_build -- LDFLAGS="$(LDFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
        CFLAGS="-O2 -g -fstack-protector-strong -Wformat"

override_dh_auto_install:
	$(MAKE) install INSDIR=$(CURDIR)/debian/iroffer/usr/bin

override_dh_installchangelogs:
	dh_installchangelogs WHATSNEW