File: rules

package info (click to toggle)
vanessa-socket 0.0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,728 kB
  • sloc: sh: 11,325; ansic: 1,659; makefile: 69
file content (18 lines) | stat: -rwxr-xr-x 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

pwd:=$(shell pwd)

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_autoreconf:
	dh_autoreconf
	test -x autogen.sh && NO_CONFIGURE=1 ./autogen.sh

override_dh_auto_build:
	dh_auto_build -- V=1