File: rules

package info (click to toggle)
argtable2 13-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 6,284 kB
  • sloc: sh: 9,928; ansic: 4,562; makefile: 101
file content (14 lines) | stat: -rwxr-xr-x 279 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# Shared library version
major=0
DPKG_EXPORT_BUILDFLAGS = 1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --with autotools_dev