File: rules

package info (click to toggle)
yafc 1.3.7-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,376 kB
  • ctags: 1,511
  • sloc: ansic: 18,791; sh: 4,206; makefile: 165; perl: 38
file content (15 lines) | stat: -rwxr-xr-x 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
		--without-readline \
		--with-bash-completion=/usr/share/bash-completion/completions

override_dh_installchangelogs:
	dh_installchangelogs NEWS