File: rules

package info (click to toggle)
sed 4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,992 kB
  • ctags: 5,309
  • sloc: ansic: 57,616; sh: 11,049; sed: 921; perl: 381; makefile: 93
file content (16 lines) | stat: -rwxr-xr-x 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /usr/bin/make -f

%:
	dh $@ --with autotools-dev,autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --exec-prefix=/ --enable-html --without-included-regex

override_dh_auto_build:
	dh_auto_build -- HELP2MAN=/usr/bin/help2man

override_dh_shlibdeps:
	dh_shlibdeps -- -dPre-Depends

override_dh_auto_clean:
	test ! -f Makefile || dh_auto_clean