File: rules

package info (click to toggle)
eboard 1.1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,156 kB
  • sloc: cpp: 24,340; perl: 1,038; ansic: 279; sh: 105; makefile: 52
file content (19 lines) | stat: -rwxr-xr-x 414 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
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

-include /usr/share/dpkg/buildtools.mk
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_configure:
	# Empty. The only built program is zseal
	# which does not need much configuration.

override_dh_auto_build:
	$(CC) $(CPPFLAGS) $(LDFLAGS) $(CFLAGS) zseal.c -o zseal

override_dh_auto_install:
	# Empty. Install via dh_install.