File: rules

package info (click to toggle)
sopwith 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,536 kB
  • sloc: ansic: 11,983; sh: 4,964; xml: 137; makefile: 130; python: 96
file content (18 lines) | stat: -rwxr-xr-x 346 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

# Set to enable verbose output from debhelper
#export DH_VERBOSE=1

# Enable all hardening-related compiler options
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

install_dir = $(CURDIR)/debian/tmp

%:
	dh $@

override_dh_auto_install:
	$(MAKE) install DESTDIR=$(install_dir)

override_dh_auto_configure:
	dh_auto_configure